vgpvuuids
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.0.87" ) ]
public string[] vgpvuuids (string vgname) throws Error
[ Version ( since = "1.0.87" ) ]
public string[] vgpvuuids (string vgname) throws Error
get the PV UUIDs containing the volume group
Given a VG called vgname
, this returns the UUIDs of all the physical volumes that this volume group resides on.
You can use this along with pvs and pvuuid calls to associate physical volumes and volume groups.
See also vglvuuids.
Parameters:
this |
A GuestfsSession object |
Returns:
an array of returned strings, or NULL on error |