3.1.4.3.4.21 CLUSCTL_NODE_GET_SBL_CACHE_CONFIG_EX

The CLUSCTL_NODE_GET_SBL_CACHE_CONFIG_EX node control code<204> retrieves the cache configuration of the storage disk.

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_SBL_CACHE_CONFIG_EX_IN (section 2.2.3.57) structure in the buffer that is designated by lpInBuffer.

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

The server SHOULD accept a CLUSCTL_NODE_GET_SBL_CACHE_CONFIG_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_SBL_CACHE_CONFIG (section 2.2.3.58) structure to buffer designated by lpOutBuffer.