lsm_pool_status_info_get - Man Page

Retrieve the status information for pool.

Synopsis

const char  * lsm_pool_status_info_get (lsm_pool *s);

Arguments

s

Pool to retrieve status information for.

Version

1.0

Description

Retrieves the status information of specified pool. Normally it explains the status value.

Note

Address returned is valid until lsm_pool gets freed, copy return value if you need longer scope. Do not free returned string.

Return

string. NULL if argument 's' is NULL or not a valid lsm_pool pointer.

Info

April 2023 Libstoragemgmt C API Manual