diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.c | 1 | ||||
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-rebalance.c | 2 | 
2 files changed, 0 insertions, 3 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c index e61d294c815..e7ed6d53eb5 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -4850,7 +4850,6 @@ glusterd_quota_child_waitpid (void *arg)          child_info = (glusterd_quota_child_info_t *)arg;  #ifdef GF_LINUX_HOST_OS -        usleep (200000);          snprintf (cmd, sizeof (cmd), "umount -l %s",                    child_info->mountdir);          system (cmd); diff --git a/xlators/mgmt/glusterd/src/glusterd-rebalance.c b/xlators/mgmt/glusterd/src/glusterd-rebalance.c index 59d4963d42b..fec0a1b2e19 100644 --- a/xlators/mgmt/glusterd/src/glusterd-rebalance.c +++ b/xlators/mgmt/glusterd/src/glusterd-rebalance.c @@ -339,7 +339,6 @@ out:                  gf_log ("rebalance", GF_LOG_INFO, "rebalance on %s complete",                          defrag->mount); -                usleep (200000);                  snprintf (cmd_str, 1024, "umount -l %s", defrag->mount);                  ret = system (cmd_str);                  LOCK_DESTROY (&defrag->lock); @@ -578,7 +577,6 @@ glusterd_handle_defrag_start (glusterd_volinfo_t *volinfo, char *op_errstr,          ret = pthread_create (&defrag->th, NULL, glusterd_defrag_start,                                volinfo);          if (ret) { -                usleep (200000);                  snprintf (cmd_str, sizeof (cmd_str), "umount -l %s", defrag->mount);                  if (system (cmd_str))                          gf_log("glusterd", GF_LOG_DEBUG, "command: %s "  | 
