-
Notifications
You must be signed in to change notification settings - Fork 55
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
Version 3.6.8 #3638
Merged
mulkieran
merged 33 commits into
stratis-storage:patch-3.6.0
from
mulkieran:version-3.6.8
Jul 2, 2024
Merged
Version 3.6.8 #3638
mulkieran
merged 33 commits into
stratis-storage:patch-3.6.0
from
mulkieran:version-3.6.8
Jul 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 6fd6bd2)
Signed-off-by: mulhern <[email protected]> (cherry picked from commit 8577c73)
Signed-off-by: Bryan Gurney <[email protected]> (cherry picked from commit ddce6ec)
Signed-off-by: Bryan Gurney <[email protected]> (cherry picked from commit 7c252a8)
lazy_static is being deprecated and once_cell is now recommended. Signed-off-by: mulhern <[email protected]> (cherry picked from commit 59f9acb)
Signed-off-by: Bryan Gurney <[email protected]> (cherry picked from commit c398229)
Signed-off-by: mulhern <[email protected]> (cherry picked from commit 6ff6f4b)
Signed-off-by: mulhern <[email protected]> (cherry picked from commit a9b714a)
Signed-off-by: Bryan Gurney <[email protected]> (cherry picked from commit 451103b)
This emulates user operation just as well and is less sensitive to increases in the size of the XFS metadata. Signed-off-by: mulhern <[email protected]> (cherry picked from commit c6bd0c5)
Signed-off-by: Bryan Gurney <[email protected]> (cherry picked from commit a2d3332)
(cherry picked from commit 7c37b66)
Signed-off-by: Bryan Gurney <[email protected]> (cherry picked from commit e8267a3)
This avoids a test failure, which, at the time of this writing, is still under investigation, but is believed to be due to increased transient space requirements of XFS in Fedora 40. Signed-off-by: mulhern <[email protected]> (cherry picked from commit e29cb3b)
Cockpit recently reorganized its fmf test plans to better balance the test durations [1]. Follow suit. It would be really nice to have teemtee/tmt#1770 to avoid this duplication.. As a bonus, this now *only* runs storage tests (the subset including stratis), and skips all unrelated ones. So runs will be faster, and are also less prone to failures unrelated to Stratis. [1] cockpit-project/cockpit@18814b60c97cbbba (cherry picked from commit 03123c3)
Signed-off-by: mulhern <[email protected]> (cherry picked from commit 6281039)
(cherry picked from commit b59b52f)
Signed-off-by: Bryan Gurney <[email protected]> (cherry picked from commit d5cfb47)
Signed-off-by: Bryan Gurney <[email protected]> (cherry picked from commit 9a611a0)
Signed-off-by: Bryan Gurney <[email protected]> (cherry picked from commit 7ec3041)
Signed-off-by: Bryan Gurney <[email protected]> (cherry picked from commit eb26850)
Signed-off-by: mulhern <[email protected]> (cherry picked from commit 50984c2)
Signed-off-by: Bryan Gurney <[email protected]> (cherry picked from commit 4061f5a)
(cherry picked from commit 3b43102)
Signed-off-by: mulhern <[email protected]> (cherry picked from commit f346d75)
Signed-off-by: mulhern <[email protected]> (cherry picked from commit b1f4347)
Need to process filesystems with a size change, also. Signed-off-by: mulhern <[email protected]>
Signed-off-by: mulhern <[email protected]>
It can function in the case that there is no need to actually extend the filesystem, but only to communicate about the filesystem changes. Signed-off-by: mulhern <[email protected]>
Change should_extend and have it transitively invoke extend_size. Make extend_size a private method that takes self. * private because it is not called from an external function * takes self to calculate thindev size and remaining size in case it has a filesystem limit. Since strictly more threads are started than were previously, insert a post-check on the change that has occurred in order to decide whether metadata should be written or D-Bus signals sent. Signed-off-by: mulhern <[email protected]>
nix:0.29.0 requires at least libc:0.2.155 Signed-off-by: mulhern <[email protected]>
Signed-off-by: mulhern <[email protected]>
bgurney-rh
approved these changes
Jul 2, 2024
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related stratis-storage/project#715