table of contents
lsm_volume_ident_led_on(3) | Libstoragemgmt C API Manual | lsm_volume_ident_led_on(3) |
NAME¶
lsm_volume_ident_led_on - Turn on the identification LED for the specified volume.
SYNOPSIS¶
int lsm_volume_ident_led_on (lsm_connect *conn, lsm_volume *volume, lsm_flag flags);
ARGUMENTS¶
DESCRIPTION¶
Only available for hardware RAID cards. Turn on 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.
lsm_volume_ident_led_on | January 2023 |