Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 809 Bytes

rebalance.md

File metadata and controls

52 lines (34 loc) · 809 Bytes

glustercli.cli.rebalance

fix_layout_start

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

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

stop(volname)

Rebalance Stop

:param volname: Volume Name :returns: Output of the command, raises GlusterCmdException((rc, out, err)) on error

status

status(volname)

Rebalance Status

:param volname: Volume Name :returns: Rebalance Status, raises GlusterCmdException((rc, out, err)) on error