1lsm_volume_ident_led_off(3)Libstoragemgmt C API Manuallsm_volume_ident_led_off(3)
2
3
4
6 lsm_volume_ident_led_off - Turn off the identification LED for the
7 specified volume.
8
10 int lsm_volume_ident_led_off (lsm_connect *conn, lsm_volume *volume,
11 lsm_flag flags);
12
14 conn Valid connection.
15
16 volume Pointer of lsm_volume.
17
18 flags Reserved for future use, must be LSM_CLIENT_FLAG_RSVD.
19
21 Only available for hardware RAID cards. Turn off the identification
22 LED for the specified volume.
23
25 1.3
26
28 LSM_CAP_VOLUME_LED
29
31 Error code as enumerated by 'lsm_error_number'.
32 * LSM_ERR_OK
33 On success.
34 * LSM_ERR_INVALID_ARGUMENT
35 When any argument is NULL or not a valid lsm_connect pointer
36 or invalid flags.
37 * LSM_ERR_NOT_FOUND_VOLUME
38 When volume not found.
39 * LSM_ERR_NO_SUPPORT
40 Not supported.
41
42
43
44February 2019 lsm_volume_ident_led_offlsm_volume_ident_led_off(3)