These get lost occasionally and cause all firmware.git updates to
fail when the kernel task runs.
Signed-off-by: Sage Weil <sage@inktank.com>
need_reboot = ctx.cluster.remotes.keys()
synch_clocks(need_reboot, log)
+ log.info('Making sure firmware.git is not locked...')
+ ctx.cluster.run(args=[
+ 'sudo', 'rm', '-f', '/lib/firmware/updates/.git/index.lock',
+ ])
+
log.info('Reseting syslog output locations...')
reset_syslog_dir(ctx, log)
log.info('Clearing filesystem of test data...')