Signed-off-by: Josh Durgin <jdurgin@redhat.com>
r=remote.name))
log.info('Beginning thrashosds...')
+ cluster_manager = ctx.managers[cluster]
thrash_proc = ceph_manager.Thrasher(
- ctx.manager,
+ cluster_manager,
config,
logger=log.getChild('thrasher')
)
finally:
log.info('joining thrashosds')
thrash_proc.do_join()
- ctx.manager.wait_for_recovery(config.get('timeout', 360))
+ cluster_manager.wait_for_recovery(config.get('timeout', 360))