Re: [Users] ploop ext4 reserved_ratio

2019-07-17 Thread Vasily Averin
Dear Jonathan, thank you for reporting the problem, we did no saw such behaviour before. In fact ploop grow should call resize2fs and probably it ignores reserved ratio setting. You can try to run it under strace and look at details, ploop sources are public available too. Igor (in cc:) is goin

Re: [Users] ploop ext4 reserved_ratio

2019-07-17 Thread Igor Sukhih
On 7/17/19 12:21 PM, Vasily Averin wrote: > Dear Jonathan, > thank you for reporting the problem, > we did no saw such behaviour before. > > In fact ploop grow should call resize2fs and probably it ignores reserved > ratio setting. > You can try to run it under strace and look at details, ploop s

Re: [Users] ploop ext4 reserved_ratio

2019-07-17 Thread Jonathan Wright
This is with reserved_ratio set to 20 in /etc/mke2fs.conf for easy identification of what's happening: Default 10G container: # vzctl create --ostemplate centos-7-x86_64 --diskspace 100G # tune2fs -l /dev/ploop43211p1 |grep -i 'block count' Block count:  26213888 Reserved block

Re: [Users] ploop ext4 reserved_ratio

2019-07-17 Thread Jonathan Wright
Please disregard, these are the wrong figures.  I'm having trouble consistently recreating it. On 7/17/19 10:18 AM, Jonathan Wright wrote: This is with reserved_ratio set to 20 in /etc/mke2fs.conf for easy identification of what's happening: Default 10G container: # vzctl create --ostem