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