DAOS API (v2.1 - dev)
Loading...
Searching...
No Matches
daos_pool_space Struct Reference

#include <daos_pool.h>

Data Fields

struct daos_space ps_space
 
uint64_t ps_free_min [DAOS_MEDIA_MAX]
 
uint64_t ps_free_max [DAOS_MEDIA_MAX]
 
uint64_t ps_free_mean [DAOS_MEDIA_MAX]
 
uint32_t ps_ntargets
 
uint32_t ps_padding
 

Detailed Description

Pool space usage information

Definition at line 88 of file daos_pool.h.

Field Documentation

◆ ps_free_max

uint64_t ps_free_max[DAOS_MEDIA_MAX]

Max target free space in bytes

Definition at line 94 of file daos_pool.h.

◆ ps_free_mean

uint64_t ps_free_mean[DAOS_MEDIA_MAX]

Average target free space in bytes

Definition at line 96 of file daos_pool.h.

◆ ps_free_min

uint64_t ps_free_min[DAOS_MEDIA_MAX]

Min target free space in bytes

Definition at line 92 of file daos_pool.h.

◆ ps_ntargets

uint32_t ps_ntargets

Target(VOS) count

Definition at line 98 of file daos_pool.h.

◆ ps_padding

uint32_t ps_padding

padding - not used

Definition at line 100 of file daos_pool.h.

◆ ps_space

struct daos_space ps_space

Aggregated space for all live targets

Definition at line 90 of file daos_pool.h.


The documentation for this struct was generated from the following file: