VDODUMPMETADATA(8) | System Manager's Manual | VDODUMPMETADATA(8) |
vdodumpmetadata - dump the metadata regions from a VDO device
vdodumpmetadata [--no-block-map] [--lbn=lbn] vdoBacking outputFile
vdodumpmetadata dumps the metadata regions of a VDO device to another file, to enable save and transfer of metadata from a VDO without transfer of the entire backing store.
vdoBacking must be the path of the VDODataLV as described in lvmvdo(7).
vdodumpmetadata will produce a large output file. The expected size is roughly equal to VDO's metadata size. A rough estimate of the storage needed is 1.4 GB per TB of logical space.
# lvchange -ay vdo1/vdo0pool_vdata # vdodumpmetadata /dev/mapper/vdo1-vdo0pool_vdata vdo1-meta-dump # lvchange -an vdo1/vdo0pool_vdata
lvmvdo(7), lvchange(8), vdodebugmetadata(8)
2023-03-38 | Red Hat |