Actions
Bug #8679
closed[FUSE] Metafile .arvados#collection not updated when collection is modified
Status:
Duplicate
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
Steps to reproduce:
- arv-mount --read-write
- go to an existing collection
- cat .arvados#collection
- note the portable data hash
- modify the collection (e.g. add or delete a file)
- cat .arvados#collection
- note the portable data hash is the same, this is a bug.
Updated by Brett Smith almost 9 years ago
- Status changed from New to Duplicate
Closing in favor of #9244 which has more information, including the bug that .arvados#collection
isn't readable at all if you write the collection before you read it.
Actions