summaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-07-12 12:23:15 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-07-12 18:44:45 +0100
commit68af98e570adca21b2e4022090adb5d1ac6ca38a (patch)
tree8fecda4366820f92623d2d640b738dbac05bfbaf /generator
parent0344248af55802bbbd816b349ec1ba9305996f6e (diff)
downloadlibguestfs-68af98e570adca21b2e4022090adb5d1ac6ca38a.tar.gz
libguestfs-68af98e570adca21b2e4022090adb5d1ac6ca38a.tar.xz
libguestfs-68af98e570adca21b2e4022090adb5d1ac6ca38a.zip
Don't mention /dev/mapper in docs for vg-activate{,-all} commands.
Although vg-activate and vg-activate-all do make /dev/mapper/VG-LV devices internally, we always prefer to use the /dev/VG/LV format and we return this format where possible. Therefore don't mention /dev/mapper in this documentation.
Diffstat (limited to 'generator')
-rw-r--r--generator/generator_actions.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index b8c4425e..54cdd156 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -3278,9 +3278,6 @@ be parsed.");
"\
This command activates or (if C<activate> is false) deactivates
all logical volumes in all volume groups.
-If activated, then they are made known to the
-kernel, ie. they appear as C</dev/mapper> devices. If deactivated,
-then those devices disappear.
This command is the same as running C<vgchange -a y|n>");
@@ -3290,9 +3287,6 @@ This command is the same as running C<vgchange -a y|n>");
"\
This command activates or (if C<activate> is false) deactivates
all logical volumes in the listed volume groups C<volgroups>.
-If activated, then they are made known to the
-kernel, ie. they appear as C</dev/mapper> devices. If deactivated,
-then those devices disappear.
This command is the same as running C<vgchange -a y|n volgroups...>