Export a ZFS ZVOL to a RAW image
A ZVOL is a block device. dd (or qemu-img convert) to .raw. Snapshot first if the VM is up.
A ZVOL is a block device. dd (or qemu-img convert) to .raw. Snapshot first if the VM is up.
Pool will not import. -f force, -F rewind txgs, then scrub.
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.
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.
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.