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

Btrfs sync rewrite #608

Merged
merged 16 commits into from Mar 30, 2023
Merged

Btrfs sync rewrite #608

merged 16 commits into from Mar 30, 2023

Conversation

cvaroqui
Copy link
Member

No description provided.

Construct a new dst and switch to it:

/opt/opensvc/var/btrfs/bt1.fs.0/.osync/bt1.root.svc.cluster21/sync#0/next
=> new snaps to send on src, just received on dst

/opt/opensvc/var/btrfs/bt1.fs.0/.osync/bt1.root.svc.cluster21/sync#0/last
=> last snaps correctly send and received

/opt/opensvc/var/btrfs/bt1.fs.0/.osync/bt1.root.svc.cluster21/sync#0/temp
=> where the new dst is assembled before install
* factorize the command passing
* store snaps in each <subvol>/.snap/<rfc3339 utc datetime>[,<name>]
  so users can access the snaps even if shown only the subvol
* skip snaps for ro subvolumes (can't create a .snap, and makes no
  sense to snapshot a immutable dataset)
Because the dst may contain readonly subvols we can remove with
rm.
And the extraneous snapshot detection for removal too.
Fix sync_all not triggering the pre_action snaps.
Fix a btrfssnap name test.
Display a datetime instead of timestamp in last sync in the
"%s older than %s" resource log.
To avoid creating too long shell commands.
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #608 (7911f21) into b2.1 (ff603ad) will decrease coverage by 0.03%.
The diff coverage is 13.51%.

@@            Coverage Diff             @@
##             b2.1     #608      +/-   ##
==========================================
- Coverage   36.62%   36.60%   -0.03%     
==========================================
  Files         354      354              
  Lines       63081    63246     +165     
==========================================
+ Hits        23104    23150      +46     
- Misses      39977    40096     +119     
Impacted Files Coverage Δ
...pensvc/drivers/resource/sync/btrfssnap/__init__.py 20.08% <10.18%> (-1.47%) ⬇️
opensvc/utilities/subsystems/btrfs.py 14.74% <13.46%> (+0.59%) ⬆️
opensvc/drivers/resource/sync/btrfs/__init__.py 21.13% <14.77%> (+1.30%) ⬆️

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@cvaroqui cvaroqui merged commit 71d392a into opensvc:b2.1 Mar 30, 2023
5 of 6 checks passed
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.

None yet

1 participant