lvm_import_vdo
linux
Import a VDO volume created by the VDO manager into an LVM-managed logical volume (irreversible).
More info →Options (3)
-n, --namebooleanImport and set the destination VG/LV name
Example:
lvm_import_vdo {{[-n|--name]}} {{vg_name/lv_name}} {{/dev/mapper/vdo_volume}}-v, --verbosebooleanVerbose output and automatically answer "yes" to prompts
Example:
lvm_import_vdo {{[-v|--verbose]}} {{[-y|--yes]}} {{/dev/mapper/vdo_volume}}-y, --yesbooleanVerbose output and automatically answer "yes" to prompts
Example:
lvm_import_vdo {{[-v|--verbose]}} {{[-y|--yes]}} {{/dev/mapper/vdo_volume}}Examples (6)
Import a VDO volume with automatic names for the VG/LV
lvm_import_vdo /dev/mapper/vdo_volumeImport and set the destination VG/LV name
lvm_import_vdo [-n|--name] vg_name/lv_name /dev/mapper/vdo_volumeShow what would be done without changing anything
lvm_import_vdo --dry-run /dev/mapper/vdo_volumeConvert in place without using a temporary snapshot (less safe)
lvm_import_vdo --no-snapshot /dev/mapper/vdo_volumeVerbose output and automatically answer "yes" to prompts
lvm_import_vdo [-v|--verbose] [-y|--yes] /dev/mapper/vdo_volumeUse a VDO manager configuration file during import
lvm_import_vdo --vdo-config path/to/vdo.conf /dev/mapper/vdo_volumemade by @shridhargupta | data from tldr-pages