Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands.
[libguestfs.git] / src / generator.ml
index 8d1dc04..69981f0 100755 (executable)
@@ -135,6 +135,7 @@ The full partition device names are returned, eg. C</dev/sda1>
 This does not return logical volumes.  For that you will need to
 call C<guestfs_lvs>.");
 
+(*
   ("pvs", (RPVList "physvols", P0), 9, [],
    "list the LVM physical volumes (PVs)",
    "\
@@ -152,6 +153,25 @@ of the L<vgs(8)> command.");
    "\
 List all the logical volumes detected.  This is the equivalent
 of the L<lvs(8)> command.");
+*)
+
+  ("pvs_full", (RPVList "physvols", P0), 12, [],
+   "list the LVM physical volumes (PVs)",
+   "\
+List all the physical volumes detected.  This is the equivalent
+of the L<pvs(8)> command.");
+
+  ("vgs_full", (RVGList "volgroups", P0), 13, [],
+   "list the LVM volume groups (VGs)",
+   "\
+List all the volumes groups detected.  This is the equivalent
+of the L<vgs(8)> command.");
+
+  ("lvs_full", (RLVList "logvols", P0), 14, [],
+   "list the LVM logical volumes (LVs)",
+   "\
+List all the logical volumes detected.  This is the equivalent
+of the L<lvs(8)> command.");
 ]
 
 (* Column names and types from LVM PVs/VGs/LVs. *)