diff options
Diffstat (limited to 'xlators/cluster/afr')
| -rw-r--r-- | xlators/cluster/afr/src/pump.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/pump.c b/xlators/cluster/afr/src/pump.c index a162d3fa164..e984d65b8a9 100644 --- a/xlators/cluster/afr/src/pump.c +++ b/xlators/cluster/afr/src/pump.c @@ -614,6 +614,8 @@ pump_complete_migration (xlator_t *this)                          gf_log (this->name, GF_LOG_DEBUG,                                  "setxattr failed - while notifying sink complete");                  } + +                pump_save_path (this, "/");          }          return 0;  | 
