pub fn rados_delete_pool(cluster: rados_t, pool_name: &str) -> RadosResult<()>Expand description
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.
pub fn rados_delete_pool(cluster: rados_t, pool_name: &str) -> RadosResult<()>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.