[Bug 307625] Re: xfs_fsr should run automatically if on xfs volumes if it is installed
Dave Chiluk
307625 at bugs.launchpad.net
Mon Mar 5 21:43:41 UTC 2018
Closing Won't fix as this version has end of lifed and has likely been
resolved. Please reopen if this is still an issue.
** Changed in: xfsprogs (Ubuntu)
Status: New => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to xfsprogs in Ubuntu.
https://bugs.launchpad.net/bugs/307625
Title:
xfs_fsr should run automatically if on xfs volumes if it is installed
Status in xfsprogs package in Ubuntu:
Won't Fix
Bug description:
Binary package hint: xfsdump
xfs has a program that can incrementally defrag mounted xfs volumes.
If someone goes and gets the utility (xfs_fsr) it would be nice to run
it for them automatically. This eats up a few cpu cycles if there are
no xfs volumes (like 3) and is a huge benefit to xfs users. Given
that the package is not required, only users who install it will get
the cron job.
I propose adding the following to /etc/cron.daily/xfs_optimize
#!/bin/sh
xfs_fsr -t 600
This will run the defragmenter for 600 seconds (10 minutes). The process is smart enough to keep an eye on what needs work and can resume from where it left off. This should boost performance and make the volume much happier overall.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfsprogs/+bug/307625/+subscriptions
More information about the foundations-bugs
mailing list