fix_layout_start(volname)
Fix Layout Rebalance Start
:param volname: Volume Name :returns: Output of the command, raises GlusterCmdException((rc, out, err)) on error
start(volname, force=False)
Rebalance Start
:param volname: Volume Name :param force: True|False Force start the rebalance :returns: Output of the command, raises GlusterCmdException((rc, out, err)) on error
stop(volname)
Rebalance Stop
:param volname: Volume Name :returns: Output of the command, raises GlusterCmdException((rc, out, err)) on error
status(volname)
Rebalance Status
:param volname: Volume Name :returns: Rebalance Status, raises GlusterCmdException((rc, out, err)) on error