I have added a node to a cluster. Both nodes are running PVE 6.4-8 and I am sharing my disks using ZFS over NFS. I have connected to the respective NFS shares and can see their disks on my node but apparently do not have the right permissions and I'm not certain what those would even entail.
When I try to backup the VM that I migrated, I get the following error
When I try to delete:
Here's fstab on node:
Expxorts that the node sees:
Here"s exports on host:
I CAN backup to a parent folder NC.Disks.Dir whereas I can't backup to the subdirectory NC.VM.Backups, here's the config on the host:
When I try to backup the VM that I migrated, I get the following error
Code:
()
TASK ERROR: mkdir /Nextcloud.Storage/NC.VM.Backups/images/800: Permission denied at /usr/share/perl5/PVE/Storage/Plugin.pm line 728
When I try to delete:
Code:
TASK ERROR: unlink '/Nextcloud.Storage/NC.VM.Backups/dump/vzdump-qemu-800-2021_05_22-02_22_19.vma.zst' failed - Permission denied
Here's fstab on node:
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=956D-B105 /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
# NFS Share of new_ssd from Server
192.168.1.129:/new_ssd /new_ssd nfs defaults 0 0
192.168.1.129:/new_ssd/media /new_ssd/media nfs defaults 0 0
192.168.1.129:/Nextcloud.Storage /Nextcloud.Storage nfs defaults 0 0
192.168.1.129:/Storage.1 /Storage.1 nfs defaults 0 0
Expxorts that the node sees:
Code:
root@Server:~# showmount -e 192.168.1.129
Export list for 192.168.1.129:
/new_ssd/media *
/new_ssd/new_ssd.VMs *
/Nextcloud.Storage/NC.VM.Backups *
/Nextcloud.Storage/User.Data.Backups *
/Nextcloud.Storage (everyone)
/Storage.1 (everyone)
/new_ssd (everyone)
root@Server:~#
Here"s exports on host:
Code:
root@Server:~# cat /etc/exports
/new_ssd 192.168.0.0/16(rw,async,no_subtree_check,no_root_squash,insecure)
/Storage.1 192.168.1.24/32(rw,async,no_subtree_check,no_root_squash)
/Nextcloud.Storage 192.168.1.24/32(rw,async,no_subtree_check,no_root_squash)
I CAN backup to a parent folder NC.Disks.Dir whereas I can't backup to the subdirectory NC.VM.Backups, here's the config on the host:
Code:
dir: NC.VM.Backups.dir
path /Nextcloud.Storage/NC.VM.Backups
content vztmpl,rootdir,backup,images,iso,snippets
is_mountpoint 1
prune-backups keep-last=18
shared 1
dir: NC.Disks.Dir
path /Nextcloud.Storage
content snippets,iso,images,backup,rootdir,vztmpl
is_mountpoint 1
prune-backups keep-last=10
shared 1
Last edited: