Hi,
I have problems with mounting encrypted zfs dataset after boot.
Pool is properly imported and visible in `zpool status` output.
Then I manually load keys with: `zfs load-key -a` - still no issues.
And here comes the mounting part. Dataset has `canmount=on` and `mountpoint=/mnt/ssd` properties set.
Directory /mnt/ssd is empty and is not a Proxmox storage.
Command `zfs mount pool-ssd` fails silently. Dataset is not mounted and it is confirmed by `zfs mount` and by mounted property.
What have I tried:
on different server - one with only debian without proxmox and it works flawlessly. However after
installing proxmox there is the same problem on both machines.
I have problems with mounting encrypted zfs dataset after boot.
Pool is properly imported and visible in `zpool status` output.
Then I manually load keys with: `zfs load-key -a` - still no issues.
And here comes the mounting part. Dataset has `canmount=on` and `mountpoint=/mnt/ssd` properties set.
Directory /mnt/ssd is empty and is not a Proxmox storage.
Command `zfs mount pool-ssd` fails silently. Dataset is not mounted and it is confirmed by `zfs mount` and by mounted property.
What have I tried:
- removing /mnt/ssd directory
- exporting/importing pool
- changing mountpoint to other directory - this works but only till next reboot.
Then the situation repeats and I have to change mountpoint once again.
on different server - one with only debian without proxmox and it works flawlessly. However after
installing proxmox there is the same problem on both machines.
Code:
> zfs --version
zfs-0.8.4-2~bpo10+1
zfs-kmod-0.8.4-pve1
> pveversion
pve-manager/6.2-15/48bd51b6 (running kernel: 5.4.65-1-pve)