Re: [PATCH 1/2] btrfs: reserve space for inheriting properties

2019-03-22 Thread David Sterba
On Fri, Feb 08, 2019 at 08:30:08AM +0200, Nikolay Borisov wrote: > On 7.02.19 г. 18:54 ч., Josef Bacik wrote: > > We've been seeing errors on our build servers related to failing to > > inherit inode properties. This is because we do not pre-reserve space > > for them, instead trying to reserve sp

Re: [PATCH 1/2] btrfs: reserve space for inheriting properties

2019-02-13 Thread Filipe Manana
On Thu, Feb 7, 2019 at 4:57 PM Josef Bacik wrote: > > We've been seeing errors on our build servers related to failing to > inherit inode properties. This is because we do not pre-reserve space > for them, instead trying to reserve space with NO_FLUSH at inheritance > time. NO_FLUSH can transien

Re: [PATCH 1/2] btrfs: reserve space for inheriting properties

2019-02-07 Thread Nikolay Borisov
On 7.02.19 г. 18:54 ч., Josef Bacik wrote: > We've been seeing errors on our build servers related to failing to > inherit inode properties. This is because we do not pre-reserve space > for them, instead trying to reserve space with NO_FLUSH at inheritance > time. NO_FLUSH can transiently fai

[PATCH 1/2] btrfs: reserve space for inheriting properties

2019-02-07 Thread Josef Bacik
We've been seeing errors on our build servers related to failing to inherit inode properties. This is because we do not pre-reserve space for them, instead trying to reserve space with NO_FLUSH at inheritance time. NO_FLUSH can transiently fail, but we'll still complain. It's just an extra credi