Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New filesystem: Btrfs!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 18, 19, 20 ... 24, 25, 26  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
Dont Panic
Guru
Guru


Joined: 20 Jun 2007
Posts: 308
Location: SouthEast U.S.A.

PostPosted: Mon Feb 01, 2010 6:49 pm    Post subject: Reply with quote

@BlueFusion & @dufeu:

Both of you guys seem like you're really strapped for space with files that won't see much benefit from compression.

You need to keep in mind that Btrfs currently has a 90% disk space "circuit-breaker" which caps disk occupancy at 90% of total disk space. Your storage device will report no space remaining when it hits the 90% mark.

This "circuit-breaker" has probably outlived it's usefulness, but it's intention was to allow a buffer of space while the kinks in the ENOSPC (enough space, or disk full) code were worked out.

I believe the Btrfs developers feel like this 90% cap should not be an issue for people using Btrfs at this stage of development, since people are primarily using it for testing and evaluation.

Edited February 4, 2010 to Correct/Retract/Annotate:
Correction: There is no 90% disk space "circuit-breaker". I was confused by the amount of space reserved for metadata, which is not reported by the 'df' command, and was at least 10% in my trials.


Last edited by Dont Panic on Thu Feb 04, 2010 9:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
dufeu
l33t
l33t


Joined: 30 Aug 2002
Posts: 675
Location: US-FL-EST

PostPosted: Mon Feb 01, 2010 7:43 pm    Post subject: Reply with quote

Dont Panic wrote:
@BlueFusion & @dufeu:

I believe the Btrfs developers feel like this 90% cap should not be an issue for people using Btrfs at this stage of development, since people are primarily using it for testing and evaluation.

Ah-HAH! This is exactly the kind of thing I was needing to know.

As it happens, /pub01 and /pub02 have mostly large files.

The following should be enlightening:
Code:
fs    # of files      # of dirs    space used
/home     515431          10883     617.8 GiB
/pub01      3029           1346     912.2 GiB
/pub02      4989            705     853.2 GiB
/pub03    202078          13777     864.6 GiB

The mix of files on /home and on /pub03 would benefit from by both small file compaction and also file compression while /pub01 and /pub02 would see minimal benefits. {Other than potential performance and backup benefits}

To convert /pub03, I should therefore have 97,000,000 1k blocks free {if I understand the 10% cap correctly}.

The question becomes if I'll get back enough space to live with loosing 10% right off the top.

I'm not certain what I'll do just yet. I still need to upgrade my kernel first so this isn't something I'll be doing tomorrow.
_________________
People whom think M$ is mediocre, don't know the half of it.
Back to top
View user's profile Send private message
BlueFusion
Apprentice
Apprentice


Joined: 08 Mar 2006
Posts: 236
Location: Cleveland, Ohio

PostPosted: Mon Feb 01, 2010 7:47 pm    Post subject: Reply with quote

Hmm, well I hope they get rid of the cap soon since ENOSPC handling is in place now.

But here's a few tests anyway. This test is on an mkv movie file that is 8.6GB (9,226,840,617 bytes). The test is using rsync to copy it from an ext4 formatted drive to a separate pool of partitions across 2 different drives.

The first transfer is using the compress option. It took 4:02 minutes to transfer. Here's the difference in physical storage used:
Quote:
rich@area51 ~ $ grep /storage df.before
/dev/sdd1 27639736 10322920 17316816 38% /storage
rich@area51 ~ $ df | grep /storage
/dev/sdd1 27639736 19345252 8294484 70% /storage


This makes for a difference of 9,022,332 KB which translates to 9,238,867,968 bytes. This means no compression was used and the larger size in the physical storage space used is due to the metadata, atleast I assume it would be.

I'm patching the kernel with the latest btrfs-git and I'll report those results with the compress-force option.

EDIT: Here's the results with compress-force which took 4:12 minutes to copy with rsync:
Quote:
rich@area51 ~ $ grep /storage df.before2
/dev/sdd1 27639736 10328868 17310868 38% /storage
rich@area51 ~ $ df | grep /storage
/dev/sdd1 27639736 19352132 8287604 71% /storage


This makes a difference of 9,023,264 KB which translates to 9,239,822,336 bytes.

Hmmmmmm, seems as though it actually used slightly MORE space with compress-force versus compress. Well that I did not expect.

FWIW, I am running gentoo-sources-2.6.32-r3. First run with compress option was with the in-kernel btrfs and the second run was performed after recompiling the same kernel with the latest git from btrfs-unstable.
_________________
Desktop: i7-940 @ 2.93GHz, ASUS P6T Deluxe, 6GB RAM, 2x 160GB, 2x 500GB, 1x 1TB Seagate Barracuda SATA, nVidia 8800GTS 512MB, Hauppage PVR-250


Last edited by BlueFusion on Mon Feb 01, 2010 9:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
Shining Arcanine
Veteran
Veteran


Joined: 24 Sep 2009
Posts: 1110

PostPosted: Mon Feb 01, 2010 8:23 pm    Post subject: Reply with quote

Dont Panic wrote:
@BlueFusion & @dufeu:

Both of you guys seem like you're really strapped for space with files that won't see much benefit from compression.

You need to keep in mind that Btrfs currently has a 90% disk space "circuit-breaker" which caps disk occupancy at 90% of total disk space. Your storage device will report no space remaining when it hits the 90% mark.

This "circuit-breaker" has probably outlived it's usefulness, but it's intention was to allow a buffer of space while the kinks in the ENOSPC (enough space, or disk full) code were worked out.

I believe the Btrfs developers feel like this 90% cap should not be an issue for people using Btrfs at this stage of development, since people are primarily using it for testing and evaluation.


Try compiling open office on a btrfs partition. You will find that it still has plenty of kinks left.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5345
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Mon Feb 01, 2010 8:47 pm    Post subject: Reply with quote

Shining Arcanine wrote:


Try compiling open office on a btrfs partition. You will find that it still has plenty of kinks left.


interesting observation !

I already wanted to test that but hesitated so far since the compilation takes pretty much time (around 3 hours) for me

if it bails out at openoffice-compilation it's definitely not there yet :wink:

how well does it work with other compilations ?
_________________
Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004 :D
Back to top
View user's profile Send private message
BlueFusion
Apprentice
Apprentice


Joined: 08 Mar 2006
Posts: 236
Location: Cleveland, Ohio

PostPosted: Mon Feb 01, 2010 8:50 pm    Post subject: Reply with quote

//damn this git pull is taking forever//

Oh I understand there's plenty of kinks still in it. That's why I'm using it for stuff I feel comfortable losing (i.e. portage ebuilds and distfiles and stuff I don't access often and have backed up). But the fact that btrfs could make for an easy JBOD setup to store my 1.5-2TB of music and videos is what is most appealing to me. Right now having my separate ext4 partitions is way to annoying and have gotten quite fragmented.
_________________
Desktop: i7-940 @ 2.93GHz, ASUS P6T Deluxe, 6GB RAM, 2x 160GB, 2x 500GB, 1x 1TB Seagate Barracuda SATA, nVidia 8800GTS 512MB, Hauppage PVR-250
Back to top
View user's profile Send private message
Dont Panic
Guru
Guru


Joined: 20 Jun 2007
Posts: 308
Location: SouthEast U.S.A.

PostPosted: Mon Feb 01, 2010 8:50 pm    Post subject: Reply with quote

Shining Arcanine wrote:
Try compiling open office on a btrfs partition. You will find that it still has plenty of kinks left.

LOL, Yup, Open Office was my torture test of choice on Btrfs for a while.

I've crashed Btrfs many times on Open Office, but the issues seemed fixed with the last set of ENOSPC patches last Fall, and I've successfully compiled Open Office on Btrfs after those changes.

Have you crashed Btrfs on Open Office recently? I'll try to replicate on my system and report the regression upstream if you have.
Back to top
View user's profile Send private message
BlueFusion
Apprentice
Apprentice


Joined: 08 Mar 2006
Posts: 236
Location: Cleveland, Ohio

PostPosted: Mon Feb 01, 2010 9:16 pm    Post subject: Reply with quote

See my completed results with compress-force above.
_________________
Desktop: i7-940 @ 2.93GHz, ASUS P6T Deluxe, 6GB RAM, 2x 160GB, 2x 500GB, 1x 1TB Seagate Barracuda SATA, nVidia 8800GTS 512MB, Hauppage PVR-250
Back to top
View user's profile Send private message
BlueFusion
Apprentice
Apprentice


Joined: 08 Mar 2006
Posts: 236
Location: Cleveland, Ohio

PostPosted: Mon Feb 01, 2010 9:49 pm    Post subject: Reply with quote

Since I want to compare the compress and compress-force options as colsely as possible, I'm re-running both on a file of the same size with the btrfs-unstable git version.

Here's the new results with a file that is 4.4GB (4,695,212,015 bytes) in size.

This took 1:50 to rsync using the compress option.
Quote:
rich@area51 ~ $ mount | grep /storage
/dev/sdd1 on /storage type btrfs (rw,compress,subvol=storage)
rich@area51 ~ $ grep /storage df.before
/dev/sdd1 27639736 10328708 17311028 38% /storage
rich@area51 ~ $ df /storage
/dev/sdd1 27639736 14920132 12719604 54% /storage


Comes to a total physical disk usage of 4,591,424KB or 4,701,618,176 bytes.

This took 1:52 to rsync using the compress-force option.
Quote:

rich@area51 ~ $ mount | grep /storage
/dev/sdd1 on /storage type btrfs (rw,compress-force,subvol=storage)
rich@area51 ~ $ grep /storage df.before2
/dev/sdd1 27639736 10328664 17311072 38% /storage
rich@area51 ~ $ df /storage
/dev/sdd1 27639736 14920124 12719612 54% /storage


Physical disk usage is 4,591,460KB or 4,701,655,040 bytes.

So in conclusion between both attempts, it seems that these files don't compress any more than they already are which is most likely in this case. I still thought there's be more than just a 36KB difference.
_________________
Desktop: i7-940 @ 2.93GHz, ASUS P6T Deluxe, 6GB RAM, 2x 160GB, 2x 500GB, 1x 1TB Seagate Barracuda SATA, nVidia 8800GTS 512MB, Hauppage PVR-250
Back to top
View user's profile Send private message
Dont Panic
Guru
Guru


Joined: 20 Jun 2007
Posts: 308
Location: SouthEast U.S.A.

PostPosted: Mon Feb 01, 2010 10:23 pm    Post subject: Reply with quote

Right now, the 'df' results on a Btrfs storage device aren't perfect. You can expect a small amount of variation in the reported result from trial to trial.

You are probably looking at an equivalent result in space usage from your two trials.

The 'du' command seems to give me more constant results.

The COW (Copy On Write) infrastructure in Btrfs makes it difficult to get the same kind of nice, shiny, clean, reproducible 'df' results you would see on something like ext2.
Back to top
View user's profile Send private message
BlueFusion
Apprentice
Apprentice


Joined: 08 Mar 2006
Posts: 236
Location: Cleveland, Ohio

PostPosted: Mon Feb 01, 2010 10:28 pm    Post subject: Reply with quote

Yeah I suppose that would skew the results a bit. I believe I saw the beginnings of a patch for df to work nicely with btrfs in the mail archive. I'd have to go look.
_________________
Desktop: i7-940 @ 2.93GHz, ASUS P6T Deluxe, 6GB RAM, 2x 160GB, 2x 500GB, 1x 1TB Seagate Barracuda SATA, nVidia 8800GTS 512MB, Hauppage PVR-250
Back to top
View user's profile Send private message
Dont Panic
Guru
Guru


Joined: 20 Jun 2007
Posts: 308
Location: SouthEast U.S.A.

PostPosted: Mon Feb 01, 2010 11:42 pm    Post subject: Reply with quote

You've got me curious now.

I saw those patches on the M/L also. Now you've captured my interest in playing with them.

I'm also looking for tools to explain the 90% maximum space utilization. There may be more to that issue than I know right now (other than it definitely exists).
Back to top
View user's profile Send private message
Dont Panic
Guru
Guru


Joined: 20 Jun 2007
Posts: 308
Location: SouthEast U.S.A.

PostPosted: Thu Feb 04, 2010 12:06 am    Post subject: Reply with quote

I've been playing around with filling up my Btrfs partitions to try to get a better idea of how much overhead may be involved, and I'm seeing surprising and somewhat disappointing results.

When using Btrfs in root-partition service, I'm getting 'disk-full' at between 68%-81% of disk usage as reported by the 'df' command.

I was wondering if anybody else is seeing similar performance in terms of disk full limitations. I hope I'm missing something or going about this wrong.

I usually have several bootable partitions on my computers, with different OS and/or experiments installed on each partition.

Currently, I have one Gentoo installation installed on Btrfs (with compression) on the root partition, and two Sabayon installations on two computers installed on Btrfs (one with compression, one without).

I used the dd command to fill these partitions to the 'disk full' point with random data to see where Btrfs quits.
Code:
# dd if=/dev/urandom of=/<path-to-btrfs-mounted-partition>/randomdata bs=1024k

Here's my 'df -T' results after Btrfs gives the 'disk full' error:

Gentoo root partition mounted with compression:
Code:
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/sdb5    btrfs    10008460   7640112   2368348  77% /mnt/gentoo

Sabayon root partition mounted with compression:
Code:
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/sdb6    btrfs    10008460   6767464   3240996  68% /mnt/sabayon-3.5

Sabayon root partition mounted without compression:
Code:
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/sda5    btrfs    14008648  11314552   2694096  81% /mnt/sabayon-btrfs


I'm going to ask about this on the Btrfs M/L, but I was wonder if anybody else has been running into the same issue, or if anybody has had good performance with disk-full occupancy.
Back to top
View user's profile Send private message
devsk
Advocate
Advocate


Joined: 24 Oct 2003
Posts: 2632
Location: Bay Area, CA

PostPosted: Thu Feb 04, 2010 8:33 pm    Post subject: Reply with quote

Dont Panic wrote:
I've been playing around with filling up my Btrfs partitions to try to get a better idea of how much overhead may be involved, and I'm seeing surprising and somewhat disappointing results.

When using Btrfs in root-partition service, I'm getting 'disk-full' at between 68%-81% of disk usage as reported by the 'df' command.

I was wondering if anybody else is seeing similar performance in terms of disk full limitations. I hope I'm missing something or going about this wrong.

I usually have several bootable partitions on my computers, with different OS and/or experiments installed on each partition.

Currently, I have one Gentoo installation installed on Btrfs (with compression) on the root partition, and two Sabayon installations on two computers installed on Btrfs (one with compression, one without).

I used the dd command to fill these partitions to the 'disk full' point with random data to see where Btrfs quits.
Code:
# dd if=/dev/urandom of=/<path-to-btrfs-mounted-partition>/randomdata bs=1024k

Here's my 'df -T' results after Btrfs gives the 'disk full' error:

Gentoo root partition mounted with compression:
Code:
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/sdb5    btrfs    10008460   7640112   2368348  77% /mnt/gentoo

Sabayon root partition mounted with compression:
Code:
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/sdb6    btrfs    10008460   6767464   3240996  68% /mnt/sabayon-3.5

Sabayon root partition mounted without compression:
Code:
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/sda5    btrfs    14008648  11314552   2694096  81% /mnt/sabayon-btrfs


I'm going to ask about this on the Btrfs M/L, but I was wonder if anybody else has been running into the same issue, or if anybody has had good performance with disk-full occupancy.
Have you tried with nodatacow mount option? I haven't tried to fill the FS to full as yet but I suspect the limitation is driven by COW.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 5345
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Feb 04, 2010 9:06 pm    Post subject: Reply with quote

devsk wrote:
Have you tried with nodatacow mount option? I haven't tried to fill the FS to full as yet but I suspect the limitation is driven by COW.


probably,

another reason would be metadata-duplication - so if you create a single-volume do:

Code:
mkfs.btrfs -d single -m single

_________________
Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004 :D
Back to top
View user's profile Send private message
Dont Panic
Guru
Guru


Joined: 20 Jun 2007
Posts: 308
Location: SouthEast U.S.A.

PostPosted: Thu Feb 04, 2010 9:23 pm    Post subject: Reply with quote

I've been researching the issue with filling up my disk before I expected, and I've received some responses from the developers on the Mailing List (see Re: Btrfs Partition Reaches 'Disk Full' Early)

I'm disappointed in my findings.

It seems that the space used by metadata is not shown using the 'df' command. And the metadata can take up a considerable amount of space. And by considerable, I'm personally seeing metadata reserve between 20-30% of the disk when I've used btrfs as my root partition.

About the only way I know to see how much space the metadata is reserving (aside from filling your volume with files) is to apply some recent patches published by Josef Bacik (one for a btrfs-progs patch, and one for a kernel patch). You will have to manually apply these patches, since they are against a more experimental btrfs kernel and progs than we're using.

The default is for the metadata to be duplicated. You can prevent this by formatting your partition with '-m single', and this will cut metadata in half. But I quite frankly don't know the implications for data integrity when disabling duplication. I've asked on the M/L, but the answer didn't give me a good feel for the increased risk.

There's also a possibility they will try to tune the amount of space reserved for metadata. I found that btrfs was usually reserving about double the amount of metadata space it was actually using (assuming I'm understanding the information in the metadata info tool correctly).

But I find I'm forced to completely reconsider my impressions that btrfs is space efficient in storing data.

I will also need to clarify/retract some things I've posted earlier in this thread.

Correction #1) Earlier, I stated that there was a 90% utilization 'circuit breaker'. That is incorrect. They used to have a 'circuit breaker', but that has been removed. I was confused by the space reserved for metadata which is not reported by the 'df' command, and which was a minimum of 10% in my tests with very simple data.

Correction #2) I earlier asserted that I could find no difference in space used when formatting with single metadata (-m single). This was an incorrect assumption since the space reserved for metadata is not reported by 'df'. Indeed, you will cut the space reserved for metadata in half by using single metadata. But BE CAREFUL! I'll repeat again that I'm uncertain of the implications of going with single metadata.
Back to top
View user's profile Send private message
Shining Arcanine
Veteran
Veteran


Joined: 24 Sep 2009
Posts: 1110

PostPosted: Sun Feb 07, 2010 4:43 pm    Post subject: Reply with quote

Regarding the single metadata, is it not the case that ext4 and other stable filesystems do not support having multiple copies of metadata in the first place?

Assuming that they only store their metadata once, I see no reliability issue in having btrfs do the same, but that is just my thinking.
Back to top
View user's profile Send private message
Dont Panic
Guru
Guru


Joined: 20 Jun 2007
Posts: 308
Location: SouthEast U.S.A.

PostPosted: Sun Feb 07, 2010 6:34 pm    Post subject: Reply with quote

I should probably be careful with my wording. I don't want to be accused of spreading FUD about Btrfs. :D

With regard to metadata duplication, I've had a couple of hints as to it's purpose, but for the most part I truly don't know if it's important or not.

Supposedly, for normal problems like a power interruption, single metadata is fine. I believe it helps when you have a problem with bad bit's being written to the disk. But if you aren't already running in a RAID mode, you are probably already screwed once the situation gets to that stage.

My concerns actually stem from some of the things I'm seeing in ext4, where they are finally deciding that barriers may be important after almost of year of being 'stable'. I'm not sure if single metadata is a similar situation or not.

Anyhow, I'm not letting that stop me from running one of my root partitions with single metadata.

I've also reformatted my root partition so as to run it only with the freshest Btrfs code. As I've said before, Btrfs is still a moving target at this point, and it's possible some of my problems stemmed from using prior revisions of the Btrfs code on those partitions.
Back to top
View user's profile Send private message
devsk
Advocate
Advocate


Joined: 24 Oct 2003
Posts: 2632
Location: Bay Area, CA

PostPosted: Sun Feb 07, 2010 8:55 pm    Post subject: Reply with quote

I am running 2.6.33-rc6, with BTRFS in a RAID0 on two drives. I was able to fill it all the way upto within 95% of the capacity reported by df and I did not see any problems. I got out of space at around 95%, which is acceptable to me (all FSs have been reserving 5% by default, so sort of live with that). Note the df difference between an ext4 and btrfs FS when you create the filesystem: btrfs consumes about 28KB while ext4 eats up 150MB, not to mention that total capacity reported by df is also lower for ext4.

Is the metadata handling of the RAID0 different from the metadata handling of single drives?
Back to top
View user's profile Send private message
Dont Panic
Guru
Guru


Joined: 20 Jun 2007
Posts: 308
Location: SouthEast U.S.A.

PostPosted: Sun Feb 07, 2010 9:14 pm    Post subject: Reply with quote

devsk wrote:
Is the metadata handling of the RAID0 different from the metadata handling of single drives?

The default for metadata is to be duplicated. You have to explicitly format your volume with '-m single' to get single metadata.

The pace of change has been quick with Btrfs. One recent change has been to include metadata in the number that is shown by 'df'. That is one reason you can get so much closer to a full disk with the latest Btrfs (the 'df' results I used in my previous post did not account for metadata).

One issue I've noted: the amount of space consumed as reported to 'df' (with the latest code) assumes single metadata. So the 5% that you couldn't fill up was probably due to double metadata being reported back to 'df' as single metadata.

I have also noticed significant improvement with disk utilization with the very latest code, so I hope my previous observations were due to the code being a few weeks older.
Back to top
View user's profile Send private message
Letharion
Veteran
Veteran


Joined: 13 Jun 2005
Posts: 1203
Location: Sweden

PostPosted: Mon Feb 08, 2010 2:47 pm    Post subject: Reply with quote

I very recently installed a new system. I read at least all posts on this side of 2010, to get a picture of the current status of btrfs. I the figured, what the heck, and went for it.

I'm posting to report that I have now happily been running btrfs on my root partition with the currently stable 31-r6 kernel for a few days. So far so good.

I'm a bit surprised, because reading posts above, it seems like I should need special options to use btrfs on /, which wasn't necessary.
Back to top
View user's profile Send private message
Shining Arcanine
Veteran
Veteran


Joined: 24 Sep 2009
Posts: 1110

PostPosted: Mon Feb 08, 2010 5:02 pm    Post subject: Reply with quote

Letharion wrote:
I very recently installed a new system. I read at least all posts on this side of 2010, to get a picture of the current status of btrfs. I the figured, what the heck, and went for it.

I'm posting to report that I have now happily been running btrfs on my root partition with the currently stable 31-r6 kernel for a few days. So far so good.

I'm a bit surprised, because reading posts above, it seems like I should need special options to use btrfs on /, which wasn't necessary.


Have you tried compiling openoffice on it? If you have not and you are willing to try, be sure to backup your data before doing it. It will from my experience, ruin your partition and you will need to restore your latest backup.
Back to top
View user's profile Send private message
Letharion
Veteran
Veteran


Joined: 13 Jun 2005
Posts: 1203
Location: Sweden

PostPosted: Mon Feb 08, 2010 5:44 pm    Post subject: Reply with quote

Shining Arcanine wrote:
Have you tried compiling openoffice on it? If you have not and you are willing to try, be sure to backup your data before doing it. It will from my experience, ruin your partition and you will need to restore your latest backup.


I thought that problem was solved? I need to move some stuff around, but I'll give it a go :)
Assuming it _does_ fail, what should I keep in mind before I do this, so I can provide a useful bug-report?
Back to top
View user's profile Send private message
Dont Panic
Guru
Guru


Joined: 20 Jun 2007
Posts: 308
Location: SouthEast U.S.A.

PostPosted: Mon Feb 08, 2010 6:01 pm    Post subject: Reply with quote

Letharion wrote:
I thought that problem was solved? I need to move some stuff around, but I'll give it a go :)
Assuming it _does_ fail, what should I keep in mind before I do this, so I can provide a useful bug-report?


Usually, the Btrfs devs are interested in your dmesg output, the result of btrfs-show, the kernel version and btrfs version used, and perhaps some hardware info (especially if you're using SSD).

In your case, if you get an Oops or a segfault, the first thing they would request is that you try to reproduce the error with more recent btrfs code (they aren't backporting any of the new code to older kernel releases at this time).

FWIW, I am also re-running an OpenOffice compilation right now, and I'll report back on my results when it's done.
Back to top
View user's profile Send private message
Letharion
Veteran
Veteran


Joined: 13 Jun 2005
Posts: 1203
Location: Sweden

PostPosted: Mon Feb 08, 2010 6:59 pm    Post subject: Reply with quote

Dont Panic wrote:
In your case, if you get an Oops or a segfault, the first thing they would request is that you try to reproduce the error with more recent btrfs code (they aren't backporting any of the new code to older kernel releases at this time).

I'm copying some stuff right now that would be a shame to loose.
A thought crossed my mind. If I do have a problem, and the devs want me to "just" try newer code, have I really accomplished anything then?
Would it not then be more useful to use newer code right away?
Also, should I pull every single use-flag, just because, while I'm at it?
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2, 3 ... 18, 19, 20 ... 24, 25, 26  Next
Page 19 of 26

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum