Richard W.M. Jones
2011-Jul-12 12:34 UTC
[Libguestfs] [PATCH] Don't mention /dev/mapper in docs for vg-activate{, -all} commands.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v -------------- next part -------------->From 11bf86e24d2d4c70a8e599deca8528edc93f3a17 Mon Sep 17 00:00:00 2001From: "Richard W.M. Jones" <rjones at redhat.com> Date: Tue, 12 Jul 2011 12:23:15 +0100 Subject: [PATCH] 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. --- generator/generator_actions.ml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index b8c4425..54cdd15 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...> -- 1.7.5.2
Apparently Analagous Threads
- [guestfs-tools PATCH 3/3] inspector: test /dev/mapper/VG-LV translation in LUKS-on-LVM test
- [PATCH] daemon: Fix /dev/mapper paths from mounts and mountpoints (RHBZ#646432).
- [libguestfs PATCH 3/3] LUKS-on-LVM inspection test: test /dev/mapper/VG-LV translation
- [guestfs-tools PATCH 3/3] inspector: test /dev/mapper/VG-LV translation in LUKS-on-LVM test
- [PATCH 0/2] Add /dev/mapper/* paths to guestfish tab completion.