Talk:Storage: NFS

From Proxmox VE
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

In a clustered installation, if a node of the cluster is also a NFS server for all the cluster, the node can hung on reboot/shutdown, because all node, so the server itself, mount the NFS share.

In that node it is betetr to force a determined order in service shutdown, eg shutdown the NFS server before the pve-manager service.

It suffices to create the file (and also create the folder /etc/systemd/system/pve-manager.service.d if not existant) /etc/systemd/system/pve-manager.service.d/after-nfs.conf with inside simply:

[Unit]
After=nfs-kernel-server.service

and then reload systemd:

systemctl daemon-reload