Interface GlusterVolumeService.RebalanceResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GlusterVolumeService

    public static interface GlusterVolumeService.RebalanceResponse
    extends Response
    Rebalance the gluster volume. Rebalancing a gluster volume helps to distribute the data evenly across all the bricks. After expanding or shrinking a gluster volume (without migrating data), we need to rebalance the data among the bricks. In a non-replicated volume, all bricks should be online to perform the rebalance operation. In a replicated volume, at least one of the bricks in the replica should be online. For example, to rebalance a gluster volume with identifier `123` in cluster `456`, send a request like this: [source] ---- POST /ovirt-engine/api/clusters/456/glustervolumes/123/rebalance ----