This commit will add a norebalance flag into the Cluster-wide Flags in the OSDs which can be set/unset.
Fixes: https://tracker.ceph.com/issues/44543
Signed-off-by: Nizamudeen <nia@redhat.com>
value: false,
description: this.i18n('Backfilling of PGs is suspended')
},
+ norebalance: {
+ code: 'norebalance',
+ name: this.i18n('No Rebalance'),
+ value: false,
+ description: this.i18n('OSD will choose not to backfill unless PG is also degraded')
+ },
norecover: {
code: 'norecover',
name: this.i18n('No Recover'),