Related to T2771.
Details
- Reviewers
zack - Group Reviewers
Reviewers - Maniphest Tasks
- T2771: FUSE: rethink the visibility of files under archive/ and meta/, and possibly add a new cache/ entrypoint
- Commits
- rDFUSE7154e451ffd5: fs: add cache/ directory under mount point
Diff Detail
- Repository
- rDFUSE FUSE virtual file system
- Branch
- feature/cache-rootdir
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 17929 Build 27699: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 27698: arc lint + arc unit
Event Timeline
Build is green
Patch application report for D4734 (id=16769)
Rebasing onto 6e413667a2...
Current branch diff-target is up to date.
Changes applied before test
commit 335845bb23c43b0ea63718237a37237b9f26c717 Author: Thibault Allançon <haltode@gmail.com> Date: Mon Dec 14 15:40:24 2020 +0100 fs: add cache/ directory under mounting point Related to T2771.
See https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/235/ for more details.
Build is green
Patch application report for D4734 (id=16770)
Rebasing onto 6e413667a2...
Current branch diff-target is up to date.
Changes applied before test
commit 642c015f911caa78689f15559b5c389fb459d3bd Author: Thibault Allançon <haltode@gmail.com> Date: Mon Dec 14 15:40:24 2020 +0100 fs: add cache/ directory under mount point Related to T2771. Add a new 'cache/' directory along 'archive/' and 'origins/' in order to navigate previously cached artifacts and for a future use-case about cache invalidation on specific objects.
See https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/236/ for more details.
docs/design.md | ||
---|---|---|
64 | better/simpler: "on-disk representation of locally cached objects and metadata" | |
65–66 | better/simpler and also more correct: "Via this directory you can browse cached data and selectively remove them from the cache, freeing disk space. (See swh fs clean in the CLI to completely empty the cache.)" (with a link to the CLI doc) all is good starting with the second sentence "The directory is populated [etc.]" | |
swh/fuse/fs/mountpoint.py | ||
141 | write this :) |
Build is green
Patch application report for D4734 (id=16776)
Rebasing onto 6e413667a2...
Current branch diff-target is up to date.
Changes applied before test
commit 7154e451ffd589fa36d62fd3a4f03f974d697983 Author: Thibault Allançon <haltode@gmail.com> Date: Mon Dec 14 15:40:24 2020 +0100 fs: add cache/ directory under mount point Related to T2771. Add a new 'cache/' directory along 'archive/' and 'origins/' in order to navigate previously cached artifacts and for a future use-case about cache invalidation on specific objects.
See https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/237/ for more details.