[ARVADOS] updated: 1.1.0-109-gaabf1ca

Git user git at public.curoverse.com
Mon Nov 6 16:45:46 EST 2017


Summary of changes:
 services/fuse/arvados_fuse/unmount.py | 2 ++
 1 file changed, 2 insertions(+)

       via  aabf1ca0e99701550f9af785e9f1fee098b0020a (commit)
      from  7bc55d65082b3a39639508fcaebd1185b7e04089 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit aabf1ca0e99701550f9af785e9f1fee098b0020a
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Mon Nov 6 16:44:07 2017 -0500

    12306: Resolve relative paths early, to avoid realpath() later.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/services/fuse/arvados_fuse/unmount.py b/services/fuse/arvados_fuse/unmount.py
index 17ced4b..06a02e6 100644
--- a/services/fuse/arvados_fuse/unmount.py
+++ b/services/fuse/arvados_fuse/unmount.py
@@ -58,6 +58,8 @@ def unmount(path, subtype=None, timeout=10, recursive=False):
     fuse mount at all. Raises an exception if it cannot be unmounted.
     """
 
+    path = os.path.abspath(path)
+
     if subtype is None:
         mnttype = None
     elif subtype == '':

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list