summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-01-18 15:35:05 -0600
committerDavid Teigland <teigland@redhat.com>2017-01-18 15:35:05 -0600
commit0e6691d39fa06dbd39493a6e693284ec8477418d (patch)
treecd3a17aada7bfd2bf2afc92c3e7ff690ddb6ea62
parent1677bfd0a8d764c82609ea6c5a894708164f80bc (diff)
downloadlvm2-0e6691d39fa06dbd39493a6e693284ec8477418d.tar.gz
man: add vgsplit notes
from previous man page
-rw-r--r--man/vgsplit.8.notes18
1 files changed, 18 insertions, 0 deletions
diff --git a/man/vgsplit.8.notes b/man/vgsplit.8.notes
new file mode 100644
index 000000000..1f802192d
--- /dev/null
+++ b/man/vgsplit.8.notes
@@ -0,0 +1,18 @@
+.SH NOTES
+.
+.IP \[bu] 3
+vgsplit moves one or more PVs from a source VG to a destination VG. The
+PVs can be specified explicitly or implicitly by naming an LV, in which
+case on PVs underlying the LV are moved.
+
+.IP \[bu] 3
+If the destination VG does not exist, a new VG is created (command options
+can be used to specify properties of the new VG.)
+
+.IP \[bu] 3
+LVs cannot be split between VGs; each LV must be entirely on the PVs in
+the source or destination VG.
+
+.IP \[bu] 3
+vgsplit can only move complete PVs. (See pvmove for moving part of a PV.)
+