Scroll to navigation

lsm_volume_ident_led_off(3) Libstoragemgmt C API Manual lsm_volume_ident_led_off(3)

NAME

lsm_volume_ident_led_off - 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

Valid connection.
Pointer of lsm_volume.
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.

lsm_volume_ident_led_off April 2023