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
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
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
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