[ARVADOS] updated: 1.3.0-1168-g60d72d50d

Git user git at public.curoverse.com
Wed Jun 26 20:06:16 UTC 2019


Summary of changes:
 services/fuse/arvados_fuse/__init__.py | 1 +
 1 file changed, 1 insertion(+)

       via  60d72d50ddb51db1ec66ba5085256261b8423125 (commit)
      from  b629d9e88ad0c6e62018a8fb4768013975eccc70 (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 60d72d50ddb51db1ec66ba5085256261b8423125
Author: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
Date:   Wed Jun 26 16:02:39 2019 -0400

    14965: Fixes the create operation encoding
    
    Arvados-DCO-1.1-Signed-off-by:  <ebiagiotti at veritasgenetics.com>

diff --git a/services/fuse/arvados_fuse/__init__.py b/services/fuse/arvados_fuse/__init__.py
index 4916b7cae..93bcf0497 100644
--- a/services/fuse/arvados_fuse/__init__.py
+++ b/services/fuse/arvados_fuse/__init__.py
@@ -780,6 +780,7 @@ class Operations(llfuse.Operations):
     @create_time.time()
     @catch_exceptions
     def create(self, inode_parent, name, mode, flags, ctx=None):
+        name = name.decode()
         _logger.debug("arv-mount create: parent_inode %i '%s' %o", inode_parent, name, mode)
 
         p = self._check_writable(inode_parent)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list