Native ZFS encryption (OpenZFS): create, inherit, change-key
encryption=on at create. Children inherit. On Linux, rotate with zfs change-key.
encryption=on at create. Children inherit. On Linux, rotate with zfs change-key.
zfs destroy says dataset is busy. That is a hold. How to set one and drop it.
Five steps: download the cloud image, qm create, import the disk, qm template, clone.
GET https:///xmldata?item=CpqKey and pull the key out of the XML.
zpool status gives you a GUID, not /dev/sde. replace -f GUID /dev/disk/by-id/…
A zfs send stream is not a tarball. Another pool first, S3 object if you need it.
iLO web UI is dead. Serve the .bin over HTTP and load it from the SSH session.
The 2 a.m. commands to create, mount, compress, and not destroy the wrong pool.
No -w. -o encryption=on only on the first recv. The destination dataset name is required.