Skip to content

Use overlayfs to fix inode issue#336

Closed
tien-tong wants to merge 2 commits intomainfrom
fix-inode
Closed

Use overlayfs to fix inode issue#336
tien-tong wants to merge 2 commits intomainfrom
fix-inode

Conversation

@tien-tong
Copy link
Copy Markdown
Contributor

No description provided.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.02%. Comparing base (c56b73d) to head (e2c67a3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #336   +/-   ##
=======================================
  Coverage   79.02%   79.02%           
=======================================
  Files          16       16           
  Lines        1812     1812           
  Branches      304      304           
=======================================
  Hits         1432     1432           
  Misses        266      266           
  Partials      114      114           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yarikoptic
Copy link
Copy Markdown
Collaborator

in general -- werent RIA stores created to overcome "inode issue" via use of 7zipped?

@tien-tong
Copy link
Copy Markdown
Contributor Author

Hi @yarikoptic, using 7z resolved the inode issue for the outputs. However, we encountered the same problem with inputs when datalad clone and datalad get copy the entire worktree of the large BIDS rawdata across hundreds of jobs.

In this branch, I initially attempted to address this using overlayfs, but didn't get it to work. So I pivoted to using git sparse-checkout, which solved the issue. As a result, this PR was closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants