Hello
I'm with Proxmox VE 8.3.4
My ZFS storage was working fine, but I'd liked to reduce it because it took all the disks space, and I wanted a new partition
I copied files/vms, destroyed it, then created a new one with the same name
Now the new ZFS storage works fine (VMs run), but in cli on the server, the mounted partition is empty
I tried to destroy it again and create it with a different name, but there's the same issue
On this forum, I read that it's working for someone who had desactivated the automount at boot, and then mount it "manually" (by cron). But it doesn't work for me
root@chatnoir:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
ZFS1 4.36T 22.0G 4.34T - - 0% 0% 1.00x ONLINE -
root@chatnoir:~# zfs list -r -t filesystem
NAME USED AVAIL REFER MOUNTPOINT
ZFS1 20.2G 2.48T 170K /ZFS1
root@chatnoir:~# zfs get mountpoint ZFS1
NAME PROPERTY VALUE SOURCE
ZFS1 mountpoint /ZFS1 default
root@chatnoir:~# zfs get canmount ZFS1
NAME PROPERTY VALUE SOURCE
ZFS1 canmount on default
root@chatnoir:~# zfs get overlay ZFS1
NAME PROPERTY VALUE SOURCE
ZFS1 overlay on default
root@chatnoir:~# zpool list -v
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
ZFS1 4.36T 22.0G 4.34T - - 0% 0% 1.00x ONLINE -
raidz2-0 4.36T 22.0G 4.34T - - 0% 0.49% - ONLINE
ata-VK000960GXAWL_21082D4A3B91 894G - - - - - - - ONLINE
ata-VK000960GXAWL_21162ED773DC 894G - - - - - - - ONLINE
ata-VK000960GXAWL_21162ED77446 894G - - - - - - - ONLINE
ata-VK000960GXAWL_21082D4A9291 894G - - - - - - - ONLINE
ata-VK000960GXAWL_21082D4A9249 894G - - - - - - - ONLINE
root@chatnoir:~# df -h /ZFS1
ZFS1 2.5T 256K 2.5T 1% /ZFS1
root@chatnoir:~# mount |grep ZFS
ZFS1 on /ZFS1 type zfs (rw,relatime,xattr,noacl,casesensitive)
root@chatnoir:~# ls /ZFS1
Thank you in advance.
Patrick
I'm with Proxmox VE 8.3.4
My ZFS storage was working fine, but I'd liked to reduce it because it took all the disks space, and I wanted a new partition
I copied files/vms, destroyed it, then created a new one with the same name
Now the new ZFS storage works fine (VMs run), but in cli on the server, the mounted partition is empty
I tried to destroy it again and create it with a different name, but there's the same issue
On this forum, I read that it's working for someone who had desactivated the automount at boot, and then mount it "manually" (by cron). But it doesn't work for me
root@chatnoir:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
ZFS1 4.36T 22.0G 4.34T - - 0% 0% 1.00x ONLINE -
root@chatnoir:~# zfs list -r -t filesystem
NAME USED AVAIL REFER MOUNTPOINT
ZFS1 20.2G 2.48T 170K /ZFS1
root@chatnoir:~# zfs get mountpoint ZFS1
NAME PROPERTY VALUE SOURCE
ZFS1 mountpoint /ZFS1 default
root@chatnoir:~# zfs get canmount ZFS1
NAME PROPERTY VALUE SOURCE
ZFS1 canmount on default
root@chatnoir:~# zfs get overlay ZFS1
NAME PROPERTY VALUE SOURCE
ZFS1 overlay on default
root@chatnoir:~# zpool list -v
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
ZFS1 4.36T 22.0G 4.34T - - 0% 0% 1.00x ONLINE -
raidz2-0 4.36T 22.0G 4.34T - - 0% 0.49% - ONLINE
ata-VK000960GXAWL_21082D4A3B91 894G - - - - - - - ONLINE
ata-VK000960GXAWL_21162ED773DC 894G - - - - - - - ONLINE
ata-VK000960GXAWL_21162ED77446 894G - - - - - - - ONLINE
ata-VK000960GXAWL_21082D4A9291 894G - - - - - - - ONLINE
ata-VK000960GXAWL_21082D4A9249 894G - - - - - - - ONLINE
root@chatnoir:~# df -h /ZFS1
ZFS1 2.5T 256K 2.5T 1% /ZFS1
root@chatnoir:~# mount |grep ZFS
ZFS1 on /ZFS1 type zfs (rw,relatime,xattr,noacl,casesensitive)
root@chatnoir:~# ls /ZFS1
Thank you in advance.
Patrick