X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=5ce912204f5728d3ed5e6b5114f2a5fd795fb740;hp=358a6d308d8a7ddb77102c5207ca8ddc91bfbac3;hb=85ed8cef99c19b4143844991d14e0b848fecc5da;hpb=adf0974245af914c46b48766d0efdd5ee8608dda diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 358a6d3..5ce9122 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -502,3 +502,9 @@ val sfdisk_kernel_geometry : t -> string -> string val sfdisk_disk_geometry : t -> string -> string (** display the disk geometry from the partition table *) +val vg_activate_all : t -> bool -> unit +(** activate or deactivate all volume groups *) + +val vg_activate : t -> bool -> string array -> unit +(** activate or deactivate some volume groups *) +