installed proxmox and created a few VM's running on ZFS, worked fine for a couple of reboots, but all of a sudden it stopped mounting the zfs filesystem on boot.
seems pvestatd is creating files in the pool, so when ZFS tries to mount it fails with:
cannot mount '/proxmox1_local_ssd/Containers': directory is not empty
same for all filesystems
the only workaround I found was:
zpool export proxmox1_local_ssd
rm -r /proxmox1_local_ssd
zpool import proxmox1_local_ssd
seems pvestatd is creating files in the pool, so when ZFS tries to mount it fails with:
cannot mount '/proxmox1_local_ssd/Containers': directory is not empty
same for all filesystems
the only workaround I found was:
zpool export proxmox1_local_ssd
rm -r /proxmox1_local_ssd
zpool import proxmox1_local_ssd
zfs mount -O proxmox1_local_ssd/Images
zfs mount -O proxmox1_local_ssd/Containers
/etc/rc3.d/S22pvestad restart
taht way I can manually start my vm's again.
any idea why it stopped working and what I need to do to get in working again?
/etc/rc3.d/S22pvestad restart
taht way I can manually start my vm's again.
any idea why it stopped working and what I need to do to get in working again?