I think you are running into the stale file handle issue with CIFS mounts.  What I think is happening is you are referring to a file on the cache and when it is moved the file handle has changed and you can then no longer access it.   When UD (Unassigned Devices Plugin) mounts a CIFS share, it uses the 'noserverino' parameter that prevents the stale file handle.   Example UD mount command: /sbin/mount -t 'cifs' -o rw,noserverino,nounix,iocharset=utf8,file_mode=0777,dir_mod
    • Thanks
    2