Hi,
I am slowly migrating some of our systems from dm-crypt to native ZFS encryption.
Most hosts are pve-manager/7.3-4/d69b70d4 and PBS hosts are v2.3.2-1.
I usually have one actual pool with tank/data and tank/data-encrypted which are our unencrypted and encrypted PVE pools:
I don't use replication however due to https://bugzilla.proxmox.com/show_bug.cgi?id=2350 I am worried that it might also affect my PBS backups.
Is PBS affected by this bug and is it safe to use PBS with encrypted ZFS pools on PVE?
What other catastrophic issues I might expect with this architecture?
This is move PVE related, but is it safe to take snapshots/restore them in place assuming I don't use zfs send to deliver those snapshots to other systems?
Is it safe to clone VMs from non-encrypted pools to the encrypted pools as that uses zfs send but from unencrypted pool to an encrypted one? Is it safe the other way around - migrate VMs from encrypted to unencrypted pools?
Thanks in advance and I am sorry if this post should be in the PVE section!
I am slowly migrating some of our systems from dm-crypt to native ZFS encryption.
Most hosts are pve-manager/7.3-4/d69b70d4 and PBS hosts are v2.3.2-1.
I usually have one actual pool with tank/data and tank/data-encrypted which are our unencrypted and encrypted PVE pools:
Code:
root@atlas:~# zfs list | grep -w data
data 4.20T 24.8T 104K /data
data/data 4.20T 24.8T 96K /data/data
data/data-encrypted 428K 24.8T 232K /data/data-encrypted
root@atlas:~# pvesm status
storing login ticket failed: $XDG_RUNTIME_DIR must be set
storing login ticket failed: $XDG_RUNTIME_DIR must be set
Name Type Status Total Used Available %
local dir active 31457280 128 31457152 0.00%
local-backups pbs active 17576240108 4196632372 13379607736 23.88%
local-zfs zfspool active 31104916472 4507327044 26597589428 14.49%
local-zfs-encrypted zfspool active 26597589856 428 26597589428 0.00%
remote-backups pbs active 10737418240 4685017472 6052400768 43.63%
I don't use replication however due to https://bugzilla.proxmox.com/show_bug.cgi?id=2350 I am worried that it might also affect my PBS backups.
Is PBS affected by this bug and is it safe to use PBS with encrypted ZFS pools on PVE?
What other catastrophic issues I might expect with this architecture?
This is move PVE related, but is it safe to take snapshots/restore them in place assuming I don't use zfs send to deliver those snapshots to other systems?
Is it safe to clone VMs from non-encrypted pools to the encrypted pools as that uses zfs send but from unencrypted pool to an encrypted one? Is it safe the other way around - migrate VMs from encrypted to unencrypted pools?
Thanks in advance and I am sorry if this post should be in the PVE section!
Last edited: