ldmtool_diskgroup_name
Description:
[ Version ( since = "1.20.0" ) ]
public string ldmtool_diskgroup_name (string diskgroup) throws Error
public string ldmtool_diskgroup_name (string diskgroup) throws Error
return the name of a Windows dynamic disk group
Return the name of 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:
the returned string, or NULL on error |