vgs_full
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.4" ) ]
public VG[] vgs_full () throws Error
[ Version ( since = "0.4" ) ]
public VG[] vgs_full () throws Error
list the LVM volume groups (VGs)
List all the volumes groups detected. This is the equivalent of the vgs(8) command. The "full" version includes all fields.
This function depends on the feature "lvm2". See also feature_available.
Parameters:
this |
A GuestfsSession object |
Returns:
an array of VG objects, or NULL on error |