Comment 2 for bug 1745361

Revision history for this message
Kevin Carter (kevin-carter) wrote :

Hi Gökhan, the issue is within the quota system which should be disabled by default. I have a PR up here; https://review.openstack.org/#/c/527592/ which should allow for this. In the meantime you can run

  * btrfs quota disable /var/lib/machines

using ansible across the infra hosts you could do something like so:

  * ansible -m shell -a 'btrfs quota disable /var/lib/machines' infra_hosts

I will update the PR and hopefully get something backported to stable pike soon.