|
|
4aaf76 |
man/vdoimport.8_main | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
4aaf76 |
1 file changed, 92 insertions(+)
|
|
|
4aaf76 |
create mode 100644 man/vdoimport.8_main
|
|
|
4aaf76 |
|
|
|
4aaf76 |
diff --git a/man/vdoimport.8_main b/man/vdoimport.8_main
|
|
|
4aaf76 |
new file mode 100644
|
|
|
4aaf76 |
index 0000000..1f32909
|
|
|
4aaf76 |
--- /dev/null
|
|
|
4aaf76 |
+++ b/man/vdoimport.8_main
|
|
|
4aaf76 |
@@ -0,0 +1,92 @@
|
|
|
4aaf76 |
+.TH "FSADM" "8" "LVM TOOLS #VERSION#" "Red Hat, Inc" "\""
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.SH "NAME"
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+vdoimport \(em utility to import VDO volumes into a new volume group.
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.SH SYNOPSIS
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.PD 0
|
|
|
4aaf76 |
+.ad l
|
|
|
4aaf76 |
+.TP 10
|
|
|
4aaf76 |
+.B vdoimport
|
|
|
4aaf76 |
+.RI [ options ]
|
|
|
4aaf76 |
+.IR device
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.PD
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.SH DESCRIPTION
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+vdoimport utility imports VDO volumes created and managed by
|
|
|
4aaf76 |
+.BR vdo (8)
|
|
|
4aaf76 |
+manager into
|
|
|
4aaf76 |
+.BR lvm2 (8)
|
|
|
4aaf76 |
+managed VDO LV. This is realized by moving VDO superblock by 2MiB
|
|
|
4aaf76 |
+and creating lvm2 metadata at the front of this device. The operation is not reversible,
|
|
|
4aaf76 |
+thus after conversion to lvm2 the access to VDO data is only possible with
|
|
|
4aaf76 |
+.BR lvm2 (8)
|
|
|
4aaf76 |
+commands,
|
|
|
4aaf76 |
+.BR vdo (8)
|
|
|
4aaf76 |
+manager no longer control such volume.
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.SH OPTIONS
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.TP
|
|
|
4aaf76 |
+.BR -f | --force
|
|
|
4aaf76 |
+Bypass some sanity checks.
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.TP
|
|
|
4aaf76 |
+.BR -h | --help
|
|
|
4aaf76 |
+Display the help text.
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.TP
|
|
|
4aaf76 |
+.BR -n | --name
|
|
|
4aaf76 |
+Specifies the name of converted VDO LV. When the name is not specified,
|
|
|
4aaf76 |
+some automatic name is selected. In case the converted VDO volume is
|
|
|
4aaf76 |
+already using LV a backend device, the name of this LV is used for VDO LV.
|
|
|
4aaf76 |
+In this case also the of volume group must stay same.
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.TP
|
|
|
4aaf76 |
+.BR -v | --verbose
|
|
|
4aaf76 |
+Be more verbose.
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.TP
|
|
|
4aaf76 |
+.BR -y | --yes
|
|
|
4aaf76 |
+Answer "yes" at any prompts.
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.TP
|
|
|
4aaf76 |
+.BR --dry-run
|
|
|
4aaf76 |
+Print commands without running them.
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.SH DIAGNOSTICS
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+On successful completion, the status code is 0.
|
|
|
4aaf76 |
+A status code of 1 is used for failure.
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.SH EXAMPLES
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+Convert VDO volume created by vdo manager into logical volume LV1 with within volume group VG1.
|
|
|
4aaf76 |
+.P
|
|
|
4aaf76 |
+#
|
|
|
4aaf76 |
+.B vdoimport --name VG1/LV1 /dev/mapper/vdo-volume
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.SH ENVIRONMENT VARIABLES
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.TP
|
|
|
4aaf76 |
+.B TMPDIR
|
|
|
4aaf76 |
+The temporary directory name for mount points. Defaults to "\fI/tmp\fP".
|
|
|
4aaf76 |
+.TP
|
|
|
4aaf76 |
+.B DM_DEV_DIR
|
|
|
4aaf76 |
+The device directory name.
|
|
|
4aaf76 |
+Defaults to "\fI/dev\fP" and must be an absolute path.
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.SH SEE ALSO
|
|
|
4aaf76 |
+.
|
|
|
4aaf76 |
+.nh
|
|
|
4aaf76 |
+.ad l
|
|
|
4aaf76 |
+.BR lvm (8),
|
|
|
4aaf76 |
+.BR lvm.conf (5),
|
|
|
4aaf76 |
+.P
|
|
|
4aaf76 |
+.BR vdo (8),
|
|
|
4aaf76 |
+.BR vdo2lvm (8),
|