Thanks for the answer!Yes, this was a cosmetic regression introduced in the initial PVE 6.3 release, where "cosmetic" means the storage was still created correctly. A fix is available in all package repositories since quite some time, please upgrade your packages.
Sounds good. You can usezfs get mounted,mountpoint <dataset>
to see if and where the dataset is mounted. What doescat /etc/pve/storage.cfg
show? If there are duplicate entries left over from the "failed" attempts, it's best to remove those.
I was so concentrated to make a working encrypted zfs raid10 dataset, I've completly forget to upgrade my repositories .
I've checked them, seems everything good:
root@pvetest:~# zfs get mounted,mountpoint VMs/encrypted_data
NAME PROPERTY VALUE SOURCE
VMs/encrypted_data mounted yes -
VMs/encrypted_data mountpoint /VMs/encrypted_data default
root@pvetest:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,vztmpl,backup
zfspool: local-zfs
pool rpool/data
content images,rootdir
sparse 1
zfspool: encrypted_zfs
pool VMs/encrypted_data
mountpoint /VMs/encrypted_data
I wiil start it over again, this time with upgrading proxmox first, and will come back with my results (bad or good)!
Last edited: