Re: [Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2010-02-15 Thread Scott James Remnant
On Wed, 2010-02-10 at 02:08 +, Michael Lustfield wrote: I've recently been looking into this a little more. The kernel support is there. The development is there. It sounds like it's still planned to be available in 10.04. There is no plan for this to be made available until e2fsprogs

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2010-02-14 Thread maxadamo
do it please :-) This issue is still there from one year and I would like to migrate my XFS filesystem. This feature was added to Veritas filesystem, during the pleistocene epoch, and a little bit later, after the the firt glaciation, was seen first time in XFS. -- ext4 defrag / defragment

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2010-02-11 Thread Serhii Piddubchak
@Michael, I hope I had at least 3% of fragmentation ) Just performed a check on my 1TB partition (I use it in my Gentoo home server). The partition is one year and one month old 917GB total, 871GB used, 37GB free, 10GB reserved it is used as storage for audio and video files and for rtorrent. $

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2010-02-09 Thread Michael Lustfield
I've recently been looking into this a little more. The kernel support is there. The development is there. It sounds like it's still planned to be available in 10.04. I did some testing and reading. A migration to a fresh Ext4 partition seems to yield better performance than the e4defrag. Of

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-12-10 Thread maxadamo
This feature request is now almost one year old. xfs support extents and defrag since long time, but it doesn't support shrink operations. ext4 support shrink and extents, but doesn't have defrag. What will come first? Defrag on EXT4 or shrink on XFS? From a user perspective, unfortunately, we

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-12-10 Thread Theodore Ts'o
@maxadamo, E2defrag should hopefully be releasable in Karmic+1.There are still a lot of bugs that are still being fixed in the defrag code, some of which could cause data loss. They work fine if the system isn't under stress, sure, but acid test is to make sure things work OK even when the

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-10-10 Thread KAMI
chattr +e works for me on up-to-date Karamic. -- ext4 defrag / defragment tool in Jaunty - include https://bugs.launchpad.net/bugs/321528 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-08-25 Thread Mark Shuttleworth
I was trying to follow Ted's guidance on this and couldn't get chattr to add the extent option to the files. Ted told me by email to do this: tune2fs -O extents,uninit_bg,dir_index /dev/yourfilesystem e2fsck -pDf /dev/yourfilesystem (it required booting from a USB stick so I

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-08-15 Thread Theodore Ts'o
You can convert an individual file to use extents by using chattr +e file1 [...]; in theory the ioctl used by chattr +e could be added to e4defrags. This functionality was added to chattr after e2fsprogs 1.41.6. The kernel code to support the ioctl has been in the kernel for a long time, but it

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-08-14 Thread Mark Shuttleworth
Is there any update on the state of defrag with ext4 in 9.10? -- ext4 defrag / defragment tool in Jaunty - include https://bugs.launchpad.net/bugs/321528 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-08-14 Thread Scott James Remnant
On Fri, 2009-08-14 at 09:04 +, Mark Shuttleworth wrote: Is there any update on the state of defrag with ext4 in 9.10? See Ted Ts'o's comments above. Scott -- Scott James Remnant sc...@canonical.com -- ext4 defrag / defragment tool in Jaunty - include

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-08-14 Thread Brian Rogers
Actually, the defrag stuff is in the current kernel now and e4defrag is checked into the e2fsprogs repo. I've tried it and it works. -- ext4 defrag / defragment tool in Jaunty - include https://bugs.launchpad.net/bugs/321528 You received this bug notification because you are a member of Ubuntu

Re: [Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-08-14 Thread Scott James Remnant
On Fri, 2009-08-14 at 10:20 +, Brian Rogers wrote: Actually, the defrag stuff is in the current kernel now and e4defrag is checked into the e2fsprogs repo. I've tried it and it works. Good to know; has there been a release yet? Scott -- Scott James Remnant sc...@canonical.com -- ext4

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-08-14 Thread Brian Rogers
No release yet. e4defrag comes after the latest tag, v1.41.8. -- ext4 defrag / defragment tool in Jaunty - include https://bugs.launchpad.net/bugs/321528 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-08-14 Thread Theodore Ts'o
The defragmentation support in ext4 is still a work in progress. The current e4defrag essentially creates a new file that is the same size is the existing file, checks to see if it is less fragmented, and if so, invokes a ioctl which atomically substitutes the blocks from the new file to the new

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-08-14 Thread Mark Shuttleworth
Thanks Ted. Even if it's not ready for heavy production use, it sounds reasonable to have it included so adventurous users can test it out. Perhaps that will catalyze work on tools to visualise the level of fragmentation, and in turn tools to improve the defrag. -- ext4 defrag / defragment tool

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-08-14 Thread Theodore Ts'o
As long as adventurous users realize that e4defrag might destroy their data, sure. There has been some discussion about initializing requiring e4defrag to check for the existence of an environment variable, I_KNOW_E4DEFRAG_MAY_DESTORY_MY_DATA_AND_WILL_DO_BACKUPS_FIRST before it will run. One of

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-08-14 Thread Brian Rogers
One thing comes to my mind with respect to people trying this out. I recall reading that e4defrag was going be the proposed way to convert files to using extents after migrating from ext3. But I get Operation not supported when I try to defrag files older than the date of migration, so it looks

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-05-01 Thread Nicholas Roberts
Just a quick comment if I may... Reading the many discussions/forums etc. concerning ext4, I believe one of the MAIN reasons that folk are looking to get a defrag tool running is to 'refresh' files on their disk having moved from ext3 to ext4, rather than worrying about the (minimal) benefits of

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-03-19 Thread Michael Lustfield
Is there any other tracker we can use to see the status of this integration? -- ext4 defrag / defragment tool in Jaunty - include https://bugs.launchpad.net/bugs/321528 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-02-28 Thread Colin Watson
We won't be including any such tool until it's stable and integrated into e2fsprogs upstream. It would be far, far worse to ship a broken version of such a tool than to ship no defragmentation utility at all. (Besides, our kernel doesn't have the online defragmentation patch yet; I gather this is

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-02-28 Thread Theodore Ts'o
The online defrag patch isn't ready for prime-time yet. It's getting much better, but it's still not at the point where I'm comfortable merging it into the mainline kernel yet, and the userspace API's are still not yet set into stone. So the userspace component is not going into e2fsprogs

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-02-22 Thread Nick Booker
I think :) this would go into e2fsprogs. ** Changed in: e2fsprogs (Ubuntu) Sourcepackagename: None = e2fsprogs -- ext4 defrag / defragment tool in Jaunty - include https://bugs.launchpad.net/bugs/321528 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-02-02 Thread rainmanp7
I would love to see any with a GUI that gives a report :) -- ext4 defrag / defragment tool in Jaunty - include https://bugs.launchpad.net/bugs/321528 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 321528] Re: ext4 defrag / defragment tool in Jaunty - include

2009-01-27 Thread davideotape
Thank you for taking the time to request this package and helping to make Ubuntu better. Unfortunately you have not provided enough information for a developer to start packaging this application. Please make sure this bug meets the guidelines at