rados_pool_create

Create a pool with default settings

The default owner is the admin user (auid 0). The default crush rule is rule 0.

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

extern (C)
int
rados_pool_create
(,
const(char)* pool_name
)

Meta