ceph_rust::ceph

Function ceph_mon_command_with_data

Source
pub fn ceph_mon_command_with_data(
    cluster: rados_t,
    name: &str,
    value: &str,
    format: Option<&str>,
    data: Vec<*mut c_char>,
) -> RadosResult<(Option<String>, Option<String>)>
Expand description

Mon command that does pass in a data payload. Most all of the commands pass through this function.