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

#include <daos_task.h>

Data Fields

uuid_t uuid
 
const char * group
 
d_rank_list_t * targets
 
d_rank_list_t * failed
 

Detailed Description

pool add/remove replicas args

Definition at line 300 of file daos_task.h.

Field Documentation

◆ failed

d_rank_list_t* failed

Optional, list of ranks which could not be added/removed.

Definition at line 308 of file daos_task.h.

◆ group

const char* group

Name of DAOS server process set managing the service.

Definition at line 304 of file daos_task.h.

◆ targets

d_rank_list_t* targets

Ranks of the replicas to be added/removed.

Definition at line 306 of file daos_task.h.

◆ uuid

uuid_t uuid

UUID of the pool.

Definition at line 302 of file daos_task.h.


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