rados_pool_create_with_all

Create a pool with a specific CRUSH rule and auid

This is a combination of rados_pool_create_with_crush_rule() and rados_pool_create_with_auid().

@param cluster the cluster in which the pool will be created @param pool_name the name of the new pool @param crush_rule_num which rule to use for placement in the new pool2 @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_all
(,
const(char)* pool_name
,
ulong auid
,)

Meta