1lsm_volume_ident_led_on(3)Libstoragemgmt C API Manuallsm_volume_ident_led_on(3)
2
3
4
6 lsm_volume_ident_led_on - Turn on the identification LED for the speciā
7 fied volume.
8
10 int lsm_volume_ident_led_on (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 on the identification LED
22 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
44May 2018 lsm_volume_ident_led_on lsm_volume_ident_led_on(3)