lsm_fs_pool_id_get - Man Page

Retrieves the pool ID for the lsm_fs.

Synopsis

const char  * lsm_fs_pool_id_get (lsm_fs *fs);

Arguments

fs

File system to retrieve pool ID for.

Version

1.0

Description

Retrieves the pool id for the specified lsm_fs.

Note

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

Return

string. NULL if argument 'fs' is NULL or not a valid lsm_fs pointer.

Info

April 2023 Libstoragemgmt C API Manual