![]() |
DAOS API (v2.0)
|
#include <daos_task.h>
Data Fields | |
| uuid_t | uuid |
| const char * | group |
| d_rank_list_t * | targets |
| d_rank_list_t * | failed |
pool add/remove replicas args
Definition at line 267 of file daos_task.h.
| d_rank_list_t* failed |
Optional, list of ranks which could not be added/removed.
Definition at line 275 of file daos_task.h.
| const char* group |
Name of DAOS server process set managing the service.
Definition at line 271 of file daos_task.h.
| d_rank_list_t* targets |
Ranks of the replicas to be added/removed.
Definition at line 273 of file daos_task.h.
| uuid_t uuid |
UUID of the pool.
Definition at line 269 of file daos_task.h.