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