ceph_rust::ceph

Function ceph_mon_command

Source
pub fn ceph_mon_command(
    cluster: rados_t,
    name: &str,
    value: &str,
    format: Option<&str>,
) -> RadosResult<(Option<String>, Option<String>)>
Expand description

Mon command that does not pass in a data payload.