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

layout: Implement reserved block count in percentage #11

Closed
dagwieers opened this issue Mar 21, 2012 · 3 comments
Closed

layout: Implement reserved block count in percentage #11

dagwieers opened this issue Mar 21, 2012 · 3 comments
Assignees
Labels
bug The code does not do what it is meant to do
Milestone

Comments

@dagwieers
Copy link
Contributor

We need to implement reserved block count in percentage, rather than fixed sizes, otherwise changing the container (logical volume/partition) size may cause problems because the reserved block count is too high/not proportional to its new size.

This one popped up when doing demo restores on very reduced/tight block devices. And while the container was big enough for storing the data, creating the filesystem failed because the reserved block count was larger than what the container was able to handle.

@ghost ghost assigned jhoekx Mar 21, 2012
@jhoekx
Copy link
Contributor

jhoekx commented Mar 21, 2012

See also SF#3498674, where this is also requested.

@dagwieers
Copy link
Contributor Author

Ok, I was cleaning the TODO file. So we already knew about this problem :-)

@jhoekx
Copy link
Contributor

jhoekx commented Mar 22, 2012

Fixed in 062f5a2.

@jhoekx jhoekx closed this as completed Mar 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The code does not do what it is meant to do
Projects
None yet
Development

No branches or pull requests

2 participants