oops
This commit is contained in:
parent
fc72d0309b
commit
1044a0160d
@ -64,7 +64,7 @@ class AccountAuditor(Daemon):
|
||||
def run_once(self):
|
||||
"""Run the account audit once."""
|
||||
self.logger.info('Begin account audit "once" mode')
|
||||
begin = time.time()
|
||||
begin = reported = time.time()
|
||||
all_locs = audit_location_generator(self.devices,
|
||||
account_server.DATADIR,
|
||||
mount_check=self.mount_check,
|
||||
|
@ -65,7 +65,7 @@ class ContainerAuditor(Daemon):
|
||||
def run_once(self):
|
||||
"""Run the container audit once."""
|
||||
self.logger.info('Begin container audit "once" mode')
|
||||
begin = time.time()
|
||||
begin = reported = time.time()
|
||||
all_locs = audit_location_generator(self.devices,
|
||||
container_server.DATADIR,
|
||||
mount_check=self.mount_check,
|
||||
|
@ -67,7 +67,7 @@ class ObjectAuditor(Daemon):
|
||||
def run_once(self):
|
||||
"""Run the object audit once."""
|
||||
self.logger.info('Begin object audit "once" mode')
|
||||
begin = time.time()
|
||||
begin = reported = time.time()
|
||||
all_locs = audit_location_generator(self.devices,
|
||||
object_server.DATADIR,
|
||||
mount_check=self.mount_check,
|
||||
|
Loading…
x
Reference in New Issue
Block a user