Do you plan using Btrfs soon ?
Submitted by Anonymous on Sun 1 Jul 2012
| Yes |
![]() 24% | 373 votes |
| No |
![]() 36% | 558 votes |
| huh ? |
![]() 38% | 596 votes |
| Total 1544 votes |
Apparently, the issue was mitigated with kernel 3.5. Directly from Chris Mason's pull request:
This includes a fairly large change from Josef around data writeback completion. Before, the writeback wasn't completed until the metadata insertions for the extent were done, and this made for fairly large latency spikes on the last page of each ordered extent.We already had a separate mechanism for tracking pending metadata insertions, so Josef just needed to tweak things a little to end writeback earlier on the page. Overall it makes us much friendly to memory reclaim and lowers latencies quite a lot for synchronous IO.
[ Parent ]
I said no because I'm happy with ext3 or XFS. My server runs XFS and that's been very stable, never had an issue ever. Ext3 on my other boxes, it needs routine fscking on boot and it does fragment quite a bit between fscks (30 boot interval). My next systems will probably be ext4 because it's a natural progression from ext3 and I think it will be the Debian default by then.
Btrfs is supposed to be really good but I'll wait a bit before I take the plunge.
--
"It's Not Magic, It's Work"
Adam
[ Parent ]
-- Peter
[ Parent ]
If BtrFS is well tested I might consider switching to it, when I have to set up a new machine. No need to change the running ext4 system ;-)
[ Parent ]
[ Parent ]
I wanna let btrfs mature a bit and then i would switch because of de Check-summing and the transparent compression...but check-summing is the most important thing for me (data erosion on slow high-density hard-drives)
[ Parent ]
[ Parent ]
With (forced) compression enabled, solid state mode enabled, and a few small changes to the default settings, BTRFS seems to out perform the others on an SD card when testing it on my Vostro 3500 laptop. After my hard drive failed earlier this year, I was able to use this on a 16GB SD card for several months (with heavy usage) before the card finally wore out. It would be interesting to see someone benchmark this using SD cards as the media instead and see how this effects the outcome.
[ Parent ]
[ Parent ]
[ Parent ]
[ Parent ]
[ Parent ]
[ Parent ]
[ Parent ]

24%
[ Send Message | View Weblogs ]
In fact I tried to use it as the main file system on a fresh install of Wheezy: I aborted the installation when I saw it was still at 30% and crawling after a couple hours. A second installation with ext4 was flawlessly completed in less than 30 minutes.
My netbook only sports SSD, no rotating disks. Could that be the cause of the issue?
[ Parent ]