[PATCH] Add missing printing newlines

2012-05-06 Thread Daniel J Blueman
Fix BTRFS messages to print a newline where there should be one. Signed-off-by: Daniel J Blueman --- fs/btrfs/super.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index c5f8fca..c99cb72 100644 --- a/fs/btrfs/super.c +++ b/fs/b

Re: btrfs-raid10 <-> btrfs-raid1 confusion

2012-05-06 Thread Hugo Mills
On Sun, May 06, 2012 at 09:49:36PM +0200, Alexander Koch wrote: > Thanks for clarifying things, Hugo :) > > >It won't -- "btrfs fi df" reports what's been allocated out of the > > raw pool. To check that the disks have been added, you need "btrfs fi > > show" (no parameters). > > Okay, that g

Re: btrfs-raid10 <-> btrfs-raid1 confusion

2012-05-06 Thread cwillu
On Sun, May 6, 2012 at 9:23 AM, Hugo Mills wrote: > On Sun, May 06, 2012 at 04:48:48PM +0200, Alexander Koch wrote: >> So I added the two new disks to my existing filesystem >> >>     $ btrfs device add /dev/sde1 /dev/sdf1 /mnt/archive >> >> and as the capacity reported by 'btrfs filesystem df' di

Re: btrfs-raid10 <-> btrfs-raid1 confusion

2012-05-06 Thread Alexander Koch
Thanks for clarifying things, Hugo :) >It won't -- "btrfs fi df" reports what's been allocated out of the > raw pool. To check that the disks have been added, you need "btrfs fi > show" (no parameters). Okay, that gives me Label: 'archive' uuid: 3818eedb-5379-4c40-9d3d-bd91f60d9094

Re: balancing metadata fails with no space left on device

2012-05-06 Thread Robin Nehls
Am Fri, 4 May 2012 18:35:39 +0200 schrieb Martin Steigerwald : > Hi! > > merkaba:~> btrfs balance start -m / > ERROR: error during balancing '/' - No space left on device > There may be more info in syslog - try dmesg | tail > merkaba:~#19> dmesg | tail -22 > [ 62.918734] CPU0: Package power li

Re: balancing metadata fails with no space left on device

2012-05-06 Thread Ilya Dryomov
On Sun, May 06, 2012 at 01:19:38PM +0200, Martin Steigerwald wrote: > Am Freitag, 4. Mai 2012 schrieb Martin Steigerwald: > > Am Freitag, 4. Mai 2012 schrieb Martin Steigerwald: > > > Hi! > > > > > > merkaba:~> btrfs balance start -m / > > > ERROR: error during balancing '/' - No space left on dev

Re: btrfs-raid10 <-> btrfs-raid1 confusion

2012-05-06 Thread Hugo Mills
On Sun, May 06, 2012 at 04:48:48PM +0200, Alexander Koch wrote: > Greetings, > > until yesterday I was running a btrfs filesystem across two 2.0 TiB > disks in RAID1 mode for both metadata and data without any problems. > > As space was getting short I wanted to extend the filesystem by two > add

Re: Is it possible to reclaim block groups once they are allocated to data or metadata?

2012-05-06 Thread Ilya Dryomov
On Sun, May 06, 2012 at 11:37:27AM +0100, Hugo Mills wrote: > On Sun, May 06, 2012 at 01:26:45PM +0300, Ilya Dryomov wrote: > > On Sun, May 06, 2012 at 01:07:06PM +1000, Mike Sampson wrote: > > > There is now 8GB less in Metadata and I was able to delete some files > > > as well to free up space. T

btrfs-raid10 <-> btrfs-raid1 confusion

2012-05-06 Thread Alexander Koch
Greetings, until yesterday I was running a btrfs filesystem across two 2.0 TiB disks in RAID1 mode for both metadata and data without any problems. As space was getting short I wanted to extend the filesystem by two additional drives lying around, which both are 1.0 TiB in size. Knowing little a

[GIT PULL] Btrfs fixes

2012-05-06 Thread Chris Mason
Hi everyone, The for-linus branch in the btrfs git repo has some fixes: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus The big ones here are a memory leak we introduced in rc1, and a scheduling while atomic if the transid on disk doesn't match the transid we expec

Re: balancing metadata fails with no space left on device

2012-05-06 Thread Martin Steigerwald
Am Freitag, 4. Mai 2012 schrieb Martin Steigerwald: > Am Freitag, 4. Mai 2012 schrieb Martin Steigerwald: > > Hi! > > > > merkaba:~> btrfs balance start -m / > > ERROR: error during balancing '/' - No space left on device > > There may be more info in syslog - try dmesg | tail > > merkaba:~#19> dm

Re: Is it possible to reclaim block groups once they are allocated to data or metadata?

2012-05-06 Thread Hugo Mills
On Sun, May 06, 2012 at 01:26:45PM +0300, Ilya Dryomov wrote: > On Sun, May 06, 2012 at 01:07:06PM +1000, Mike Sampson wrote: > > There is now 8GB less in Metadata and I was able to delete some files > > as well to free up space. There is still a lot of wasted space in the > > metadata block groups

Re: Is it possible to reclaim block groups once they are allocated to data or metadata?

2012-05-06 Thread Ilya Dryomov
On Sun, May 06, 2012 at 01:07:06PM +1000, Mike Sampson wrote: > On Sat, May 5, 2012 at 10:52 PM, Hugo Mills wrote: > > On Sat, May 05, 2012 at 10:37:01PM +1000, Mike Sampson wrote: > >> Hello list, > >> > >> recently reformatted my home partition from XFS to RAID1 btrfs. I used > >> the default op