ceph_rust::ceph

Function rados_delete_pool

Source
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.