DAOS API (v2.0)
Loading...
Searching...
No Matches
daos_pool_connect_t Struct Reference

#include <daos_task.h>

Data Fields

uuid_t uuid
 
const char * grp
 
unsigned int flags
 
daos_handle_tpoh
 
daos_pool_info_tinfo
 
const char * pool
 

Detailed Description

pool connect by UUID args

Definition at line 138 of file daos_task.h.

Field Documentation

◆ flags

unsigned int flags

Connect mode represented by the DAOS_PC_ bits.

Definition at line 147 of file daos_task.h.

◆ grp

const char* grp

Process set name of the DAOS servers managing the pool.

Definition at line 145 of file daos_task.h.

◆ info

Optional, returned pool information.

Definition at line 151 of file daos_task.h.

◆ poh

Returned open handle.

Definition at line 149 of file daos_task.h.

◆ pool

const char* pool

Pool's label or UUID string to connect to, API v1.3.0

Definition at line 153 of file daos_task.h.

◆ uuid

uuid_t uuid

Deprecated, please pass the Pool label or UUID string via the pool arg at the end of this structure

Definition at line 143 of file daos_task.h.


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