From: Goffredo Baroncelli <kreijack@gmail.com>
To: Chris Murphy <lists@colorremedies.com>
Cc: "linux-btrfs@vger.kernel.org" <linux-btrfs@vger.kernel.org>
Subject: Re: device delete, error removing device [SOLVED]
Date: Wed, 24 Oct 2012 20:06:48 +0200 [thread overview]
Message-ID: <50882E38.4000408@gmail.com> (raw)
In-Reply-To: <1BE15E02-3DBE-42AB-8900-D82C11BCD1B7@colorremedies.com>
On 2012-10-24 00:29, Chris Murphy wrote:
>
> On Oct 23, 2012, at 4:16 PM, Goffredo Baroncelli <kreijack@inwind.it>
> wrote:
>
> I think it needs to be bigger. I was at a bit over 8GB file size for
> a 9GB file system (3x 3GB drives). There was about 300MB of free
> space left according to df -h, which was for the whole volume, i.e.
> maybe around 100MB free space per device, and hence possibly not
> enough room to budge unless I added yet another drive. Then it was
> able to back out.
I was able to reproduce it:
- I filled the filesystem until I got "No space left on device".
- Then I added a new device -> success
- I balanced -> success
The status is:
ghigo@emulato:~$ sudo /mnt/home-ghigo/btrfs/btrfs-progs/btrfs fi show
Label: 'test2' uuid: 11d0f1a8-2770-4ff2-8df5-f772f1056edc
Total devices 4 FS bytes used 8.29GB
devid 4 size 12.00GB used 3.35GB path /dev/vdf
devid 3 size 3.00GB used 2.53GB path /dev/vdd
devid 2 size 3.00GB used 2.56GB path /dev/vdc
devid 1 size 3.00GB used 2.55GB path /dev/vdb
Note the used space.
Then I removed /dev/vdb but I got
$ sudo /mnt/home-ghigo/btrfs/btrfs-progs/btrfs dev del /dev/vdb /mnt/btrfs1/
ERROR: error removing the device '/dev/vdb' - No space left on device
The interesting things is:
ghigo@emulato:~$ sudo /mnt/home-ghigo/btrfs/btrfs-progs/btrfs fi show
Label: 'test2' uuid: 11d0f1a8-2770-4ff2-8df5-f772f1056edc
Total devices 4 FS bytes used 7.63GB
devid 4 size 12.00GB used 3.48GB path /dev/vdf
devid 3 size 3.00GB used 3.00GB path /dev/vdd
devid 2 size 3.00GB used 3.00GB path /dev/vdc
devid 1 size 3.00GB used 2.55GB path /dev/vdb
So it seems that I spread all the data to the other disk, filling up the
smaller ones. So it stuck to "No space left on device".
Now I rebalanced with -dconvert=single, as suggested by Hugo, then I was
able to remove the disk:
Label: 'test2' uuid: 11d0f1a8-2770-4ff2-8df5-f772f1056edc
Total devices 3 FS bytes used 7.63GB
devid 4 size 12.00GB used 9.48GB path /dev/vdf
devid 3 size 3.00GB used 492.94MB path /dev/vdd
devid 2 size 3.00GB used 64.00MB path /dev/vdc
GB
--
gpg @keyserver.linux.it: Goffredo Baroncelli (kreijackATinwind.it>
Key fingerprint BBF5 1610 0B64 DAC6 5F7D 17B2 0EDA 9B37 8B82 E0B5
next prev parent reply other threads:[~2012-10-24 18:06 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-22 4:32 device delete, error removing device Chris Murphy
2012-10-22 5:04 ` dima
2012-10-22 5:30 ` Chris Murphy
2012-10-22 6:02 ` Chris Murphy
2012-10-22 9:19 ` Hugo Mills
2012-10-22 16:42 ` Chris Murphy
2012-10-22 17:04 ` Goffredo Baroncelli
2012-10-22 19:36 ` Chris Murphy
2012-10-22 19:50 ` Hugo Mills
2012-10-22 20:35 ` Goffredo Baroncelli
2012-10-22 20:46 ` Chris Murphy
2012-10-22 17:18 ` Hugo Mills
2012-10-23 7:57 ` Michael Kjörling
2012-10-23 18:10 ` Goffredo Baroncelli
2012-10-23 18:17 ` Chris Murphy
2012-10-23 19:02 ` Goffredo Baroncelli
2012-10-23 20:28 ` Chris Murphy
2012-10-23 22:16 ` Goffredo Baroncelli
2012-10-23 22:29 ` Chris Murphy
2012-10-24 18:06 ` Goffredo Baroncelli [this message]
2012-10-24 19:13 ` device delete, error removing device [SOLVED] Chris Murphy
2012-10-24 21:30 ` Goffredo Baroncelli
2012-10-24 21:43 ` Chris Murphy
2012-10-25 19:26 ` Goffredo Baroncelli
2012-10-27 18:25 ` device delete, error removing device Chris Murphy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50882E38.4000408@gmail.com \
--to=kreijack@gmail.com \
--cc=kreijack@inwind.it \
--cc=linux-btrfs@vger.kernel.org \
--cc=lists@colorremedies.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.