ldmtool_diskgroup_volumes
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.20.0" ) ]
public string[] ldmtool_diskgroup_volumes (string diskgroup) throws Error
[ Version ( since = "1.20.0" ) ]
public string[] ldmtool_diskgroup_volumes (string diskgroup) throws Error
return the volumes in a Windows dynamic disk group
Return the volumes in a Windows dynamic disk group. The diskgroup
parameter should be the GUID of a disk group, one element from
the list returned by ldmtool_scan.
This function depends on the feature "ldm". See also feature_available.
Parameters:
this |
A GuestfsSession object |
Returns:
an array of returned strings, or NULL on error |