-
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
Increase token slot area for V2 pools #3745
base: master
Are you sure you want to change the base?
Conversation
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the post-test check failure should be fixed by substituting crypt_metadata_size(DEFAULT_CRYPT_METADATA_SIZE_V2).sectors()
for SIZE_OF_CRYPT_METADATA_SECTORS
in https://github.com/stratis-storage/stratisd/blob/master/src/engine/strat_engine/pool/inspection.rs.
@mulkieran Why didn't this show up when I ran the git hooks? Is building that code not invoked in the githooks currently? |
Those are part of stratisd-tools, so they are built. |
a7a9f5e
to
aa09fa9
Compare
Oh, I understand! I thought it was a compilation error, not a testing error. |
d91b01e
to
67e541f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the proposed change will fix the errors.
9cf530f
to
05a2546
Compare
05a2546
to
f97c13d
Compare
No description provided.