Function gluster::volume::volume_create_arbiter[][src]

pub fn volume_create_arbiter(
    volume: &str,
    replica_count: usize,
    arbiter_count: usize,
    transport: Transport,
    bricks: Vec<Brick>,
    force: bool
) -> Result<i32, GlusterError>

The arbiter volume is special subset of replica volumes that is aimed at preventing split-brains and providing the same consistency guarantees as a normal replica 3 volume without consuming 3x space.

Failures

Will return GlusterError if the command fails to run