Hi
I want to use Proxmox 5.4 with cifs and nfs shares. nfs-kernel-server is already installed
A large raidz2 pool is mounted at /pool.
I created some nfs shares in /etc/export to share some subdirectories of /pool.
when nfs-kernel-server is started manually, everything works fine, but after reboot i get the following Error for every share:
It seems the zfs pool is not mounted at the time the nfs server is started. I already tried specifying
in /etc/systemd/multi-user.target/system/nfs-server.service but even though i can confirm the nfs-server is started after zfs-mount, i still get the error messages. It also happens if i add 60s to ExecStartPre of nfs-server.service.
Am i missing something?
I dont have issues with my samba share
Thanks
I want to use Proxmox 5.4 with cifs and nfs shares. nfs-kernel-server is already installed
A large raidz2 pool is mounted at /pool.
I created some nfs shares in /etc/export to share some subdirectories of /pool.
when nfs-kernel-server is started manually, everything works fine, but after reboot i get the following Error for every share:
Code:
Cannot stat /pool/shares/... : No such file or directory
It seems the zfs pool is not mounted at the time the nfs server is started. I already tried specifying
Code:
After=zfs-mount.service
Am i missing something?
I dont have issues with my samba share
Thanks