rados_pool_create_with_auid

Create a pool owned by a specific auid

The auid is the authenticated user id to give ownership of the pool. TODO: document auid and the rest of the auth system

@param cluster the cluster in which the pool will be created @param pool_name the name of the new pool @param auid the id of the owner of the new pool @returns 0 on success, negative error code on failure

extern (C)
int
rados_pool_create_with_auid
(,
const(char)* pool_name
,
ulong auid
)

Meta