diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-rebalance.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-rebalance.c b/xlators/mgmt/glusterd/src/glusterd-rebalance.c index 1f31fb6ba06..d2ad2ce9056 100644 --- a/xlators/mgmt/glusterd/src/glusterd-rebalance.c +++ b/xlators/mgmt/glusterd/src/glusterd-rebalance.c @@ -560,6 +560,7 @@ glusterd_handle_defrag_start (glusterd_volinfo_t *volinfo, char *op_errstr,                           "-s", "localhost", "--volfile-id", volinfo->volname,                           "--xlator-option", "*dht.use-readdirp=yes",                           "--xlator-option", "*dht.lookup-unhashed=yes", +                         "--xlator-option", "*dht.assert-no-child-down=yes",                           defrag->mount, NULL);          ret = runner_run_reuse (&runner);          if (ret) {  | 
