DAOS API (v2.1 - dev)
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 143 of file daos_task.h.

Field Documentation

◆ flags

unsigned int flags

Connect mode represented by the DAOS_PC_ bits.

Definition at line 152 of file daos_task.h.

◆ grp

const char* grp

Process set name of the DAOS servers managing the pool.

Definition at line 150 of file daos_task.h.

◆ info

Optional, returned pool information.

Definition at line 156 of file daos_task.h.

◆ poh

Returned open handle.

Definition at line 154 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 158 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 148 of file daos_task.h.


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