-
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
Filesystem limits #3432
Filesystem limits #3432
Conversation
12370fa
to
14fff87
Compare
This is just waiting on unit tests. |
99213d5
to
0607394
Compare
Just completed the unit tests. |
f7ee53b
to
73930d9
Compare
73930d9
to
322e0fa
Compare
/packit test |
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.
One minor request AND ought we to allow the user to specify the filesystem size limit on filesystem creation?
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.
Tests revealed a typo.
@mulkieran I'm fine with letting the user specify filesystem size limits on creation if you'd like. It's more a matter of preference. |
4c602af
to
1d4c1ae
Compare
The only reason we don't have an unset for |
My objection to these changes is that in general:
|
I'm willing to believe that dropping
|
Okay great! That's exactly what I wanted when I wrote the PR so I'll remove the |
@mulkieran Should we also remove |
@jbaublitz The version of xfs in f38+ now enforces its lower bound so I think that we might be able to do this. Let's discuss in standup. |
whoops |
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.
In the sim engine only, it looks like setting the size-limit on creation somehow doesn't cause the sim filesystem's size limit to be set. This is confirmed by stratis report
which shows size limit as None for the sim engine and the set value is not displayed in the filesystem list view. For the strat engine, everything seems to be working correctly. For the sim engine and for the strat engine, setting and unsetting the size property seems to work correctly.
4d09cd0
to
0ea544e
Compare
Resolved. This was caught by the unit tests for the strat_engine but isn't tested in the sim_engine so it wasn't caught. |
/packit test |
0ea544e
to
1bbdd77
Compare
@jbaublitz Plz rebase when you get the chance. |
1bbdd77
to
25de7e2
Compare
/packit test |
Closes #3431