lsm_volume_replicate_range_block_size - Man Page
Block size for replicate range.
Synopsis
int lsm_volume_replicate_range_block_size (lsm_connect *conn, lsm_system *system, uint32_t *bs, lsm_flag flags);
Arguments
- conn
Valid connection.
- system
The pointer of lsm_system.
- bs
Output pointer of uint32_t. Block size in bytes.
- flags
Reserved for future use, must be LSM_CLIENT_FLAG_RSVD.
Version
1.0
Description
Block size for the lsm_volume_replicate_range.
Capability
LSM_CAP_VOLUME_COPY_RANGE_BLOCK_SIZE
Return
Error code as enumerated by 'lsm_error_number'.
* LSM_ERR_OK
On success.
* LSM_ERR_INVALID_ARGUMENT
When any argument is NULL or not a valid lsm_connect pointer
or invalid flags or invalid system pointer.
* LSM_ERR_NOT_FOUND_SYSTEM
When system not found.
* LSM_ERR_NO_SUPPORT
Not supported.
Info
July 2024 Libstoragemgmt C API Manual