summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-01-18 15:35:05 -0600
committerDavid Teigland <teigland@redhat.com>2017-02-07 10:38:30 -0600
commit88a2b1dc3788c2faf227194bda035b9ef436e22b (patch)
tree1dd2f6bb86629b9f2692bf7e551c2173d9b698e7
parent03970369c5121832582cfe4a8c43c58dc93ed508 (diff)
downloadlvm2-88a2b1dc3788c2faf227194bda035b9ef436e22b.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.)
+