Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs: reflink: don't try to reset permissions #238

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Conversation

efiop
Copy link
Contributor

@efiop efiop commented Dec 6, 2023

We should set desired permissions explicitly in layers above this one.

For now just getting rid of this and proper permissions will be set up in the followups in dvc_data.index.checkout.

Overall it is pretty hard to imagine when cache would be read-only but reflinks would work.

Also important to note that copy flow may or may not clone permissions too, so we are not worsening things here much.

Related iterative/dvc-data#274
Related https://github.com/iterative/dql/pull/1007#issuecomment-1841951977

We should set desired permissions explicitly in layers above this one.

For now just getting rid of this and proper permissions will be set up
in the followups in `dvc_data.index.checkout`.

Related iterative/dvc-data#274
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5e37397) 64.51% compared to head (dd8b1e2) 64.36%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #238      +/-   ##
==========================================
- Coverage   64.51%   64.36%   -0.16%     
==========================================
  Files          27       27              
  Lines        2046     2043       -3     
  Branches      324      324              
==========================================
- Hits         1320     1315       -5     
- Misses        666      668       +2     
  Partials       60       60              

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

@efiop efiop merged commit 4e1efe1 into iterative:main Dec 6, 2023
13 checks passed
@efiop efiop self-assigned this Dec 6, 2023
@efiop efiop added the enhancement New feature or request label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants