[][src]Function gluster::volume::volume_create_striped_replicated

pub fn volume_create_striped_replicated(
    volume: &str,
    stripe: usize,
    replica: usize,
    transport: &Transport,
    bricks: &[Brick],
    force: bool
) -> Result<i32, GlusterError>

This creates a new striped and replicated volume

Failures

Will return GlusterError if the command fails to run