diff options
Diffstat (limited to 'xlators/cluster')
| -rw-r--r-- | xlators/cluster/dht/src/dht-layout.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-layout.c b/xlators/cluster/dht/src/dht-layout.c index 2bd9e5ff660..f7413c8a0bd 100644 --- a/xlators/cluster/dht/src/dht-layout.c +++ b/xlators/cluster/dht/src/dht-layout.c @@ -722,7 +722,7 @@ dht_layout_dir_mismatch (xlator_t *this, dht_layout_t *layout, xlator_t *subvol,                                   &disk_layout_raw);          if (dict_ret < 0) { -                if (err == 0) { +                if (err == 0 && layout->list[pos].stop) {                          gf_log (this->name, GF_LOG_INFO,                                  "%s - disk layout missing", loc->path);                          ret = -1;  | 
