#11 Issue closed: layout: Implement reserved block count in percentage

Labels: bug

dagwieers opened issue at 2012-03-21 16:41:

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.

jhoekx commented at 2012-03-21 16:58:

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

dagwieers commented at 2012-03-21 17:05:

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

jhoekx commented at 2012-03-22 08:08:

Fixed in 062f5a2ac5533a62d4cf6e2839fd35f6f66a8ea6.


[Export of Github issue for rear/rear.]