lsm_volume_ident_led_off - Man Page
Turn off the identification LED for the specified volume.
Synopsis
int lsm_volume_ident_led_off (lsm_connect *conn, lsm_volume *volume, lsm_flag flags);
Arguments
- conn
Valid connection.
- volume
Pointer of lsm_volume.
- flags
Reserved for future use, must be LSM_CLIENT_FLAG_RSVD.
Description
Only available for hardware RAID cards. Turn off the identification LED for the specified volume.
Version
1.3
Capability
LSM_CAP_VOLUME_LED
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.
* LSM_ERR_NOT_FOUND_VOLUME
When volume not found.
* LSM_ERR_NO_SUPPORT
Not supported.
Info
July 2024 Libstoragemgmt C API Manual