Files
swift/test
Christian Schwede ba38ba5df5 Fix object auditor recon and logging
1. Nothing is logged until at least one audit needs more than log_time.
   If the audit runtime never exceeds this value (which is 3600 seconds
   by default) nothing is logged and the recon entry is never updated.
   It happens especially on very fast disks with a low usage and/or if
   only a few disks are audited (for example, using the --devices
   parameter on the command line).

   This patch changes this to log and update the recon cache entry
   at least one time after the first device audit.

2. If device_dirs is set the recon entry will be deleted after all
    devices are audited.

Change-Id: Ifa504d21389b3a5f7eaf914b19d6e26543dac121
2014-06-13 10:33:03 +00:00
..
2014-04-25 20:14:09 -07:00
2014-06-13 10:33:03 +00:00
2014-04-30 12:17:25 -06:00