diff options
author | Ravishankar N <ravishankar@redhat.com> | 2018-01-18 19:02:07 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-05-04 04:50:53 +0000 |
commit | 3aead2facfdb0dc580a4bd0556e63bb46b19b01b (patch) | |
tree | dfe6dd8c266931548e50c1079543fb3208758204 /xlators/mgmt/glusterd/src/glusterd-rebalance.c | |
parent | e2ee5cb2ad9f207d43bcacc4bb5dc460aac5df00 (diff) |
glusterd: enable self-heal in daemons
..like rebalance, quota and tier because that seems to be the consensus
(see BZ).
Change-Id: I912336a12f4e33ea4ec55f804df403fab0dc89fc
BUG: 1536024
Signed-off-by: Ravishankar N <ravishankar@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-rebalance.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-rebalance.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-rebalance.c b/xlators/mgmt/glusterd/src/glusterd-rebalance.c index 7fa5ae7e983..146090924a2 100644 --- a/xlators/mgmt/glusterd/src/glusterd-rebalance.c +++ b/xlators/mgmt/glusterd/src/glusterd-rebalance.c @@ -284,10 +284,6 @@ glusterd_handle_defrag_start (glusterd_volinfo_t *volinfo, char *op_errstr, "--xlator-option", "*dht.use-readdirp=yes", "--xlator-option", "*dht.lookup-unhashed=yes", "--xlator-option", "*dht.assert-no-child-down=yes", - "--xlator-option", "*replicate*.data-self-heal=off", - "--xlator-option", - "*replicate*.metadata-self-heal=off", - "--xlator-option", "*replicate*.entry-self-heal=off", "--xlator-option", "*dht.readdir-optimize=on", "--process-name", "rebalance", NULL); |