Re: Btrfs ENOSPC issue

2015-04-06 Thread Justin Maggard
On Sat, Apr 4, 2015 at 4:33 AM, Filipe David Manana wrote: > On Sat, Apr 4, 2015 at 12:36 AM, Justin Maggard wrote: >> Hi, >> >> We're hitting a consistently reproducible ENOSPC condition with a >> simple test case: >> >> # truncate -s 1T btrfs.fs >> # mkfs.btrfs btrfs.fs >> # mount btrfs.fs /mnt

Re: Btrfs ENOSPC issue

2015-04-04 Thread Filipe David Manana
On Sat, Apr 4, 2015 at 12:36 AM, Justin Maggard wrote: > Hi, > > We're hitting a consistently reproducible ENOSPC condition with a > simple test case: > > # truncate -s 1T btrfs.fs > # mkfs.btrfs btrfs.fs > # mount btrfs.fs /mnt/ > # fallocate -l 1021G /mnt/fallocate > # btrfs fi sync /mnt/ > # dd