Hello, I've updated to Proxmox 8.0.3 some days ago and yesterday after rebooting the server using the
It seems that the files are still there but I cannot access them, the mountpoint directory is empty.
If I try to unmount that folder I get:
And if I try to mount it:
Now, I have disabled the auto mount of the dataset with
After mounting the dataset manually with
Is this an issue with the new Proxmox version? It never happened before...
reboot
command, one of my zfs datasets is now empty (the other dataset on the same pool are fine).
Code:
NAME USED AVAIL REFER MOUNTPOINT
ssd-raid/storage 705G 732G 704G /mnt/ssd-raid/storage
It seems that the files are still there but I cannot access them, the mountpoint directory is empty.
If I try to unmount that folder I get:
Code:
root@proxmox:/mnt/ssd-raid# zfs unmount -f ssd-raid/storage
cannot unmount '/mnt/ssd-raid/storage': unmount failed
Code:
root@proxmox:/mnt/ssd-raid# zfs mount ssd-raid/storage
cannot mount 'ssd-raid/storage': filesystem already mounted
Now, I have disabled the auto mount of the dataset with
zfs set canmount=noauto ssd-raid/storage
and then restarted the server.After mounting the dataset manually with
zfs mount ssd-raid/storage
, all my files where there again.Is this an issue with the new Proxmox version? It never happened before...