Interface GlusterVolumeService.RebalanceRequest

    • Method Detail

      • fixLayout

        GlusterVolumeService.RebalanceRequest fixLayout​(Boolean fixLayout)
        If set to true, rebalance will only fix the layout so that new data added to the volume is distributed across all the hosts. But it will not migrate/rebalance the existing data. Default is `false`.
      • force

        GlusterVolumeService.RebalanceRequest force​(Boolean force)
        Indicates if the rebalance should be force started. The rebalance command can be executed with the force option even when the older clients are connected to the cluster. However, this could lead to a data loss situation. Default is `false`.