Re: Cannot balance FS (No space left on device)

2016-06-12 Thread ojab //
into effect if you start > balancing. Also have a look at the balance stripe filters I would say. So after adding another one [100Gb] disk I've successfully run `btrfs balance` and deleted new disks without any issues. Thanks for your help. //wbr ojab -- To unsubscribe from this list: send the line &qu

Cannot balance FS (No space left on device)

2016-06-10 Thread ojab //
>ERROR: error during balancing '/mnt/xxx/': No space left on device >There may be more info in syslog - try dmesg | tail I assume that there is something wrong with metadata, since I can copy files to FS. I'm on 4.6.2 vanilla kernel and using btrfs-progs-4.6, btrfs-debugfs output can be found here: https

Re: Cannot balance FS (No space left on device)

2016-06-10 Thread ojab //
into effect if you start > balancing. Also have a look at the balance stripe filters I would say. Output of show_usage.py: https://gist.githubusercontent.com/ojab/850276af6ff3aa566b8a3ce6ec444521/raw/4d77e02d556ed0edb0f9823259f145f65e80bc66/gistfile1.txt Looks like I only have smaller spare

Re: Cannot balance FS (No space left on device)

2016-06-10 Thread ojab //
-dconvert=single,limit=1 /mnt/xxx/ >Dumping filters: flags 0x1, state 0x0, force is off > DATA (flags 0x120): converting, target=281474976710656, soft is off, limit=1 >ERROR: error during balancing '/mnt/xxx/': No space left on device >There may be more info in syslog - try dmesg | tail //wb

Re: Cannot balance FS (No space left on device)

2016-06-15 Thread ojab //
On Fri, Jun 10, 2016 at 2:58 PM, ojab // <o...@ojab.ru> wrote: > [Please CC me since I'm not subscribed to the list] So I'm still playing w/ btrfs and again I have 'No space left on device' during balance: >$ sudo /usr/bin/btrfs balance start --full-balance /mnt/xxx/ >ERRO

Re: Cannot balance FS (No space left on device)

2016-07-04 Thread ojab //
is in 4.5 and 4.7-rc, but *not* in 4.6. > > Upstream it first appears in 4.5.7. > > -- > Chris Murphy And looks like this patch also fixed my `balance` issue, yay. Thanks. //wbr ojab -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a

Re: `btrfs dev del` fails with `No space left on device`

2016-08-30 Thread ojab //
On Tue, Aug 30, 2016 at 5:13 PM, Chris Murphy <li...@colorremedies.com> wrote: > On Tue, Aug 30, 2016 at 4:22 AM, ojab // <o...@ojab.ru> wrote: >> On Mon, Aug 29, 2016 at 9:05 PM, Chris Murphy <li...@colorremedies.com> >> wrote: >>> On Mon, Aug 29, 2016

Re: `btrfs dev del` fails with `No space left on device`

2016-08-30 Thread ojab //
On Mon, Aug 29, 2016 at 9:05 PM, Chris Murphy <li...@colorremedies.com> wrote: > On Mon, Aug 29, 2016 at 10:04 AM, ojab // <o...@ojab.ru> wrote: > What do you get for 'btrfs fi us ' $ sudo btrfs fi us /mnt/xxx/ Overall: Device size: 3.64TiB

`btrfs dev delz fails with `No space left on device`

2016-08-29 Thread ojab //
Hi, I've had BTRFS filesystem with two 1Tb drives (sdb1 & sdc1), data raid0 & metadata raid1. I need to replace one drive with 2Tb drive, so I've done `btrfs dev add /dev/sdd /mnt/xxx` and now trying to do `btrfs dev del /dev/sdc1 /mnt/xxx` which fails due to `ERROR: error removing device

`btrfs dev del` fails with `No space left on device`

2016-08-29 Thread ojab //
Hi, I've had BTRFS filesystem with two 1Tb drives (sdb1 & sdc1), data raid0 & metadata raid1. I need to replace one drive with 2Tb drive, so I've done `btrfs dev add /dev/sdd /mnt/xxx` and now trying to do `btrfs dev del /dev/sdc1 /mnt/xxx` which fails due to `ERROR: error removing device

`btrfs dev del` fails with `No space left on device`

2016-08-29 Thread ojab //
any way to delete /dev/sdc1 without full rebalance? //wbr ojab -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html