1lsm_volume_admin_state_get(L3i)bstoragemgmt C API Manlusaml_volume_admin_state_get(3)
2
3
4
6 lsm_volume_admin_state_get - Retrieves administrative status of the
7 volume.
8
10 uint32_t lsm_volume_admin_state_get (lsm_volume *v);
11
13 v Volume to retrieve administrative status for.
14
16 1.0
17
19 Retrieves administrative status of the volume.
20
22 uint64_t. Status of the specified volume which is a bit sensitive
23 field. Possible values are:
24 * LSM_VOLUME_ADMIN_STATE_ENABLED
25 The volume is not explicitly disabled by administrator. This is
26 the normal state of a volume.
27 * LSM_VOLUME_ADMIN_STATE_DISABLED
28 The volume is explicitly disabled by administrator or via
29 method
30 lsm_volume_disable. All block access will be rejected.
31
32
33
34April 2023 lsm_volume_admin_state_glestm_volume_admin_state_get(3)