diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-rebalance.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-rebalance.c b/xlators/mgmt/glusterd/src/glusterd-rebalance.c index 7e35f06dd..1c9d275a2 100644 --- a/xlators/mgmt/glusterd/src/glusterd-rebalance.c +++ b/xlators/mgmt/glusterd/src/glusterd-rebalance.c @@ -301,6 +301,10 @@ 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",                           NULL);          runner_add_arg (&runner, "--xlator-option");          runner_argprintf ( &runner, "*dht.rebalance-cmd=%d",cmd);  | 
