diff options
Diffstat (limited to 'geo-replication/syncdaemon/resource.py')
| -rw-r--r-- | geo-replication/syncdaemon/resource.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/resource.py b/geo-replication/syncdaemon/resource.py index c669f7f7756..a2d0b16899a 100644 --- a/geo-replication/syncdaemon/resource.py +++ b/geo-replication/syncdaemon/resource.py @@ -579,6 +579,8 @@ class Server(object):                      logging.info(lf("Special case: rename on mkdir",                                      gfid=gfid, entry=repr(entry)))                      src_entry = get_slv_dir_path(slv_host, slv_volume, gfid) +                    if src_entry is None: +                        collect_failure(e, ENOENT, uid, gid)                      if src_entry is not None and src_entry != entry:                          slv_entry_info = {}                          slv_entry_info['gfid_mismatch'] = False  | 
