Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <[email protected]>
  • Loading branch information
AleksZimin committed Oct 7, 2024
1 parent 2f68421 commit a2f3329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
# limitations under the License.
bb-yum-install "nfs-utils" "rpcbind"
# This is dirty hack for statd, because it can't be enabled via systemd in newer distributive (Bashible performs a full cycle at every node reboot, so statd will be started)
systemctl start rpc-statd.service
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
# limitations under the License.
bb-apt-install "nfs-common" "rpcbind"
# This is dirty hack for statd, because it can't be enabled via systemd in newer distributive (Bashible performs a full cycle at every node reboot, so statd will be started)
systemctl start rpc-statd.service
{{- end }}

0 comments on commit a2f3329

Please sign in to comment.