GetSupportedStripeLengths method of the CIM_StorageCapabilities class

For systems that support discrete ExtentStripeLengths for volume or pool creation, this method can be used to retrieve a list of supported values. Note that different implementations may support either the GetSupportedStripeLengths or the GetSupportedStripeLengthRange method. Also note that the advertised sizes may change after the call due to requests from other clients. If the system only supports a range of sizes, then the return value will be set to 3.

Syntax

uint32 GetSupportedStripeLengths(
  [out] uint16 StripeLengths[]
);

Parameters

StripeLengths [out]

List of supported ExtentStripeLengths for a Volume/Pool creation or modification.

Return value

Method completed OK (0)

Method not supported (1)

Choices not available for this Capability (2)

Use GetSupportedStripeLengthRange instead (3)

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SMiSCSITargetProv.dll

See also

CIM_StorageCapabilities