lsm_pool_unsupported_actions_get - Man Page

Retrieve what the pool cannot be used for.

Synopsis

uint64_t lsm_pool_unsupported_actions_get (lsm_pool *p);

Arguments

p

Pool to retrieve unsupported actions for.

Version

1.0

Description

Retrieve what actions is not supported by specified pool.

Return

uint64_t. Unsupported actions which is a bit sensitive field. Possible values are:
   * 0
       If all actions are supported.
   * LSM_POOL_UNSUPPORTED_VOLUME_GROW
       Pool cannot grow volume on size.
   * LSM_POOL_UNSUPPORTED_VOLUME_SHRINK
       Pool cannot shrink volume on size.

Info

April 2023 Libstoragemgmt C API Manual