ceph_rust::ceph

Function ceph_osd_command_with_data

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

OSD command that does pass in a data payload.