Re: WARNING: at fs/btrfs/inode.c:2143 btrfs_orphan_commit_root+0x7f/0x9b

2011-02-07 Thread Chris Dunlop
On Mon, Feb 07, 2011 at 06:39:11PM +1100, Chris Dunlop wrote: > On Mon, Feb 07, 2011 at 05:31:02PM +1100, Chris Dunlop wrote: >> G'day, >> >> Using Josef's btrfs-work bacae123 (+ ceph-client 9aae8faf), I >> can consistently reproduce the following btrfs warning by simply >> creating and starting a

mkfs.btrfs - error checking /dev/sda5 mount status

2011-02-07 Thread Lubos Kolouch
Hi, I'm hitting this issue - sda5 is a normal device, nothing to do with loop, encryption etc. # mkfs.btrfs /dev/sda5 WARNING! - Btrfs v0.19-35-g1b444cd-dirty IS EXPERIMENTAL WARNING! - see http://btrfs.wiki.kernel.org before using error checking /dev/sda5 mount status Is there something I ca

Re: no space left on device

2011-02-07 Thread C Anthony Risinger
On Mon, Feb 7, 2011 at 3:21 PM, Leonidas Spyropoulos wrote: > Hey all, > > I run into no space left on device on a virtualbox > > After installing Debian 6 on a virtual machine > I tried installing the KDE desktop > > The system HDD is 8Gb > Both root (/) and /home are btrfs > over LVM. > > While

Re: no space left on device

2011-02-07 Thread Robert G.
Hi, I had a similar problem on my Debian (squeeze) about a half year ago. I've described that on this mailing list. That was a main reason to migrate from brtfs (-o ssd) to ext4. I know it's a pain for my SSD but I want to revert this fail system when it will be more stable. Thanks God it was ad

Re: no space left on device

2011-02-07 Thread Erik Logtenberg
Hi Leonidas, Please check this: btrfs fi df /home If this shows much of your space used by metadata then please use: btrfs fi balance /home Note that this can take a long (>1 day) time to complete on a big FS. - Erik On 02/07/2011 10:21 PM, Leonidas Spyropoulos wrote: > Hey all, > > I ru

no space left on device

2011-02-07 Thread Leonidas Spyropoulos
Hey all, I run into no space left on device on a virtualbox After installing Debian 6 on a virtual machine I tried installing the KDE desktop The system HDD is 8Gb Both root (/) and /home are btrfs over LVM. While installing the packages I run into: no space left, need 4096, 4096 dealloc bytes

[GIT PULL] Btrfs updates

2011-02-07 Thread Chris Mason
Hi everyone, This pull was delayed by a week because my test rig kept throwing out corruptions. After a long series of bisects, it looks like the hardware is just silently corrupting blocks and btrfs is catching it early and often. So, here is our collection of bug fixes since rc1. We have an a

Error mounting multi-device fs after restart

2011-02-07 Thread Diwaker Gupta
Hello, We have 10 1-TB drives hosting a multi-device btrfs filesystem, configured with raid1+0 for both data and metadata. After some package upgrades over the weekend I restarted the system and it did not come back up afterwards. I booted using a rescue disk and ran btrfsck (next branch from Chri

Re: [PATCH] Btrfs-progs use safe string manipulation functions

2011-02-07 Thread Goffredo Baroncelli
On 02/07/2011 01:22 PM, Eduardo Silva wrote: > Please find the attached patch which replace unsafe strcpy(3) by > strncpy(3) functions. > > regards, > > Eduardo Silva Hi Eduardo, even though some "strncpy" are unneeded because a check is performed before, I fully agree that "strncpy" is bette

[PATCH] Btrfs-progs use safe string manipulation functions

2011-02-07 Thread Eduardo Silva
Please find the attached patch which replace unsafe strcpy(3) by strncpy(3) functions. regards, Eduardo Silva >From 5fc888c71981e4b74ba29dd53bf0d5a65b3ee504 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Mon, 7 Feb 2011 08:55:04 -0300 Subject: [PATCH] [PATCH] Btrfs-progs use safe string man