rados_pool_delete

Delete a pool and all data inside it

The pool is removed from the cluster immediately, but the actual data is deleted in the background.

@param cluster the cluster the pool is in @param pool_name which pool to delete @returns 0 on success, negative error code on failure

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

Meta