New option (on by default) to remove old entries from the tasks_completed table. Will keep 365 days by default, but user can override in greyhole.conf, and specify a number of days, or 'forever' to never delete anything. |
|
More...
|
about 12 years ago
|
Let's repair tables only if they need to. |
|
More...
|
about 12 years ago
|
Removing unneeded DB migration that caused delays each time a greyhole command was executed |
|
More...
|
about 12 years ago
|
Added log to try to understand a weird PHP warning |
|
More...
|
about 12 years ago
|
Delete temporary files found during fsck, instead of moving them to the Greyhole trash |
|
More...
|
about 12 years ago
|
Bugfix: --delete-metadata was only deleting one metadata file |
|
More...
|
about 12 years ago
|
Improvement: allow the use of any /dev/disk/*/ device names in ZFS pools. Also try /dev/sd* |
|
More...
|
about 12 years ago
|
Bugfix: typo in warn log that occurred when a share disappeared from smb.conf |
|
More...
|
about 12 years ago
|
Bugfix: sticky drives could sometimes be selected even when full |
|
More...
|
about 12 years ago
|
Typo in .spec file (for RPM) |
|
More...
|
about 12 years ago
|
Improvement: du stats are now computed correctly, when running multiple fsck manually. du stats are now saved in the database (was saved in a log file previously). du stats script is now included in all packages (deb, rpm, tgz). |
|
More...
|
about 12 years ago
|
Bugfix: invalid syntax prior to PHP 5.4 (I guess) |
|
More...
|
about 12 years ago
|
Bugfix: fsck were double-counted in total, in --view-queue |
|
More...
|
about 12 years ago
|
Bugfix: don't log errors about not being able to know how much available space a unmounted drive has. It won't be used anyway. |
|
More...
|
about 12 years ago
|
Improvement: faster check for existing copies on --going When confirming that the files on the drive that is going also have a copy somewhere else, we don't need to know how many copies of the files exists; as long as one exists, we should be fine. So when we find a copy, we stop looking. |
|
More...
|
about 12 years ago
|
Improvement: --going is a little too verbose when fixing symlinks |
|
More...
|
about 12 years ago
|
Bugfix: typo in log message about UUID that doesn't match |
|
More...
|
about 12 years ago
|
Bugfix: don't think a drive has gone missing if it's still in greyhole.conf, but not in sp_drives_definitions (settings) This would happen if you stopped a --going operation, and removed the .greyhole_used_this file. That shouldn't really happen, but eh... |
|
More...
|
about 12 years ago
|
Improvement: use thousands separator in --view-queue, for # of spooled operations |
|
More...
|
about 12 years ago
|
Improvement: display a warning when executing --stats as non-root, and ZFS storage pool drives might be included in the pool. Using root is required for ZFS storage pool drives, as zpool isn't available to non-root users. |
|
More...
|
about 12 years ago
|
Bugfix: Quiet a PHP warning logged during --debug |
|
More...
|
about 12 years ago
|
Bugfix: don't blindly re-use an old metadata file when we need a new file copy; check for free space on that drive first! |
|
More...
|
about 12 years ago
|
Bugfix: don't leave temporary files behind when a copy operation fails |
|
More...
|
about 12 years ago
|
Improvement: email fsck reports when triggered by --going |
|
More...
|
about 12 years ago
|
Improvement: better output for --going |
|
More...
|
about 12 years ago
|
Improvement: on --going, make sure extra copies do exist, to later reconstruct the missing copy from the gone drive |
|
More...
|
about 12 years ago
|
Bugfix: soon-to-be broken symlinks wouldn't be fixed during --going |
|
More...
|
about 12 years ago
|
Improvement: easier to read output for --going |
|
More...
|
about 12 years ago
|
Bugfix: don't log errors about not being able to know how much available space a going drive has; that's normal. |
|
More...
|
about 12 years ago
|
Bugfix: scheduled fsck operations were missing from --view-queue counts |
|
More...
|
about 12 years ago
|