ldmtool_volume_type
Description:
[ Version ( since = "1.20.0" ) ]
public string ldmtool_volume_type (string diskgroup, string volume) throws Error
public string ldmtool_volume_type (string diskgroup, string volume) throws Error
return the type of a Windows dynamic disk volume
Return the type of the volume named volume
in the disk group with GUID diskgroup
.
Possible volume types that can be returned here include: simple
, spanned
, striped
, mirrored
, raid5
. Other types may also be returned.
This function depends on the feature "ldm". See also feature_available.
Parameters:
this |
A GuestfsSession object |
Returns:
the returned string, or NULL on error |