2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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.
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Let's repair tables only if they need to.
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Removing unneeded DB migration that caused delays each time a greyhole command was executed
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Added log to try to understand a weird PHP warning
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Delete temporary files found during fsck, instead of moving them to the Greyhole trash
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Bugfix: --delete-metadata was only deleting one metadata file
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Improvement: allow the use of any /dev/disk/*/ device names in ZFS pools. Also try /dev/sd*
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Bugfix: typo in warn log that occurred when a share disappeared from smb.conf
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Bugfix: sticky drives could sometimes be selected even when full
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Typo in .spec file (for RPM)
gboudreau
as Guillaume Boudreau
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).
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Bugfix: invalid syntax prior to PHP 5.4 (I guess)
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Bugfix: fsck were double-counted in total, in --view-queue
gboudreau
as Guillaume Boudreau
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.
gboudreau
as Guillaume Boudreau
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.
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Improvement: --going is a little too verbose when fixing symlinks
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Bugfix: typo in log message about UUID that doesn't match
gboudreau
as Guillaume Boudreau
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...
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Improvement: use thousands separator in --view-queue, for # of spooled operations
gboudreau
as Guillaume Boudreau
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.
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Bugfix: Quiet a PHP warning logged during --debug
gboudreau
as Guillaume Boudreau
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!
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Bugfix: don't leave temporary files behind when a copy operation fails
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Improvement: email fsck reports when triggered by --going
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Improvement: better output for --going
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Improvement: on --going, make sure extra copies do exist, to later reconstruct the missing copy from the gone drive
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Bugfix: soon-to-be broken symlinks wouldn't be fixed during --going
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Improvement: easier to read output for --going
gboudreau
as Guillaume Boudreau
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.
gboudreau
as Guillaume Boudreau
More... about 12 years ago
Bugfix: scheduled fsck operations were missing from --view-queue counts
gboudreau
as Guillaume Boudreau
More... about 12 years ago