3.1.4.3.4.19 CLUSCTL_NODE_STORAGE_GET_PHYSICAL_DISK_INFO_EX

The CLUSCTL_NODE_STORAGE_GET_PHYSICAL_DISK_INFO_EX node control code<202> retrieves the physical disk information of the storage unit.

ClusAPI Protocol version 2.0 servers do not support this control and MUST fail this method using error code 0x00000001 (ERROR_INVALID_FUNCTION).

The client MUST provide a CLUS_PHYSICAL_DISK_INFO_EX_IN (section 2.2.3.49) structure in the buffer that is designated by lpInBuffer.

After successful completion of the method, the server MUST update the physical disk information of the device to the buffer that is designated by lpOutBuffer. If the lpOutBuffer buffer is not large enough to accommodate the physical disk information, error 0x000000EA (ERROR_MORE_DATA) MUST be returned.

The server SHOULD accept a CLUSCTL_NODE_STORAGE_GET_PHYSICAL_DISK_INFO_EX node control code request if its protocol server state is read-only, and the server MUST accept the request for processing if it is in the read/write state, as specified in section 3.1.1.

The server MUST update the CLUS_PHYSICAL_DISK_INFO_HEADER structure, as specified in section 2.2.3.50, to the buffer designated by lpOutBuffer.