[ARVADOS] updated: 2.1.0-1906-g0892f09ae

Git user git at public.arvados.org
Wed Feb 9 21:35:09 UTC 2022


Summary of changes:
 sdk/python/arvados/arvfile.py          |   7 +-
 sdk/python/arvados/collection.py       |   2 +-
 services/fuse/arvados_fuse/__init__.py |  13 +--
 services/fuse/arvados_fuse/fusedir.py  | 175 +++++++++++++++++++--------------
 4 files changed, 106 insertions(+), 91 deletions(-)

       via  0892f09aed1cfdef038c90afdb8c8a9031c994a0 (commit)
       via  ca31778a3f4ceb99031f65a1b4bda601b8ce3135 (commit)
       via  97ace0ab8a33f488715909ba1058c790aeb0900b (commit)
       via  ca56c80b05906c110d63b724505684c450c098d5 (commit)
       via  37c053157cb11792bcb523ac7482a4cba9f5bde4 (commit)
       via  eb1f89d86c0f942c9351ae13b944d3d11f51e35e (commit)
       via  f1661f6f3eae17076c4604fcef5eda4555de7f02 (commit)
       via  5537e5bf057097f4f059ceabee3cdd381eb3985e (commit)
       via  d702b6f48fd4463084b7e0654520e6b319a19d21 (commit)
       via  08acb72dd180391007554783a08d9213e5d6d6c0 (commit)
       via  7439eed0806fd8096f61fc751224f9696adf615e (commit)
      from  82baf2fc853329a602119a72b73b752621e2888a (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 0892f09aed1cfdef038c90afdb8c8a9031c994a0
Merge: 82baf2fc8 ca31778a3
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Feb 9 16:34:54 2022 -0500

    Merge branch '18719-fuse-fixes' refs #18719
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>


commit ca31778a3f4ceb99031f65a1b4bda601b8ce3135
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Feb 9 16:34:26 2022 -0500

    18719: Delete commented out code
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/services/fuse/arvados_fuse/__init__.py b/services/fuse/arvados_fuse/__init__.py
index 9aabe85a2..14dd7f3f8 100644
--- a/services/fuse/arvados_fuse/__init__.py
+++ b/services/fuse/arvados_fuse/__init__.py
@@ -475,17 +475,6 @@ class Operations(llfuse.Operations):
 
             for item in self.inodes.inode_cache.find_by_uuid(ev["object_uuid"]):
                 item.invalidate()
-                # if ev.get("object_kind") == "arvados#collection":
-                #     pdh = new_attrs.get("portable_data_hash")
-                #     # new_attributes.modified_at currently lacks
-                #     # subsecond precision (see #6347) so use event_at
-                #     # which should always be the same.
-                #     stamp = ev.get("event_at")
-                #     if (stamp and pdh and item.writable() and
-                #         item.collection is not None and
-                #         item.collection.modified() and
-                #         new_attrs.get("is_trashed") is not True):
-                #         item.update(to_record_version=(stamp, pdh))
 
             oldowner = old_attrs.get("owner_uuid")
             newowner = ev.get("object_owner_uuid")

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list