Blame SOURCES/lvm2-2_03_13-man-vdoimport-page.patch

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