- Tumbleweed 1.10.2-1.3
 - Leap-16.0
 - Leap-15.6
 
| lsm_pool_element_type_get(3) | Libstoragemgmt C API Manual | lsm_pool_element_type_get(3) | 
NAME¶
lsm_pool_element_type_get - Retrieve what the pool can be used to create
SYNOPSIS¶
uint64_t lsm_pool_element_type_get (lsm_pool *p);
ARGUMENTS¶
- p
 - Pool to retrieve element type for.
 
VERSION¶
1.0
DESCRIPTION¶
Retrieve what type of element could the specified pool can be used to create.
RETURN¶
uint64_t. Element type which is a bit sensitive filed, possible
    values are:
  
   * 0
  
   If unknown or unsupported.
  
   * LSM_POOL_ELEMENT_TYPE_VOLUME
  
   Pool create volume.
  
   * LSM_POOL_ELEMENT_TYPE_FS
  
   Pool create file system.
  
   * LSM_POOL_ELEMENT_TYPE_POOL
  
   Pool create sub-pool.
  
   * LSM_POOL_ELEMENT_TYPE_DELTA
  
   Pool could hold delta data for snapshots.
  
   * LSM_POOL_ELEMENT_TYPE_VOLUME_FULL
  
   Pool could create fully allocated volume.
  
   * LSM_POOL_ELEMENT_TYPE_VOLUME_THIN
  
   Pool could create thin provisioned volume.
  
   * LSM_POOL_ELEMENT_TYPE_SYS_RESERVED
  
   Pool reserved for system internal use.
| lsm_pool_element_type_get | January 2025 |