pvs_full
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.4" ) ]
public PV[] pvs_full () throws Error
[ Version ( since = "0.4" ) ]
public PV[] pvs_full () throws Error
list the LVM physical volumes (PVs)
List all the physical volumes detected. This is the equivalent of the pvs(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 PV objects, or NULL on error |