Hi everyone,
I'm running a TrueNAS VM with an NFS share for PBS, which I've mounted on PVE since PBS is on the same machine. Here’s how I set it up initially:
This setup worked, but I encountered issues where it failed on boot, significantly increasing the boot time.
To address this, I modified the fstab entry like this:
Now it's working and booting fine. However, I’m seeing this error when shutting down PVE:
Has anyone else experienced this or know how to resolve it? Any help would be greatly appreciated. Thanks in advance!
I'm running a TrueNAS VM with an NFS share for PBS, which I've mounted on PVE since PBS is on the same machine. Here’s how I set it up initially:
root@pve:~# mkdir -p /mnt/pbs/truenas
root@pve:~# nano /etc/fstab
ip:/path /mnt/pbs/truenas nfs defaults 0 0
root@pve:~# systemctl daemon-reload
root@pve:~# mount -a
This setup worked, but I encountered issues where it failed on boot, significantly increasing the boot time.
To address this, I modified the fstab entry like this:
ip:/path /mnt/pbs/truenas nfs nofail,defaults 0 0
Now it's working and booting fine. However, I’m seeing this error when shutting down PVE:
[FAILED] Failed unmounting mnt-pbs-truenas.mount - /mnt/pbs/truenas.
Has anyone else experienced this or know how to resolve it? Any help would be greatly appreciated. Thanks in advance!
Last edited: