mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
qa/tasks/cephadm: ignore --keep-logs failure
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
97c143c344
commit
65f2848e97
@ -481,14 +481,17 @@ def ceph_bootstrap(ctx, config):
|
||||
raise
|
||||
|
||||
# tear down anything left (but leave the logs behind)
|
||||
ctx.cluster.run(args=[
|
||||
'sudo',
|
||||
ctx.cephadm,
|
||||
'rm-cluster',
|
||||
'--fsid', fsid,
|
||||
'--force',
|
||||
'--keep-logs',
|
||||
])
|
||||
ctx.cluster.run(
|
||||
args=[
|
||||
'sudo',
|
||||
ctx.cephadm,
|
||||
'rm-cluster',
|
||||
'--fsid', fsid,
|
||||
'--force',
|
||||
'--keep-logs',
|
||||
],
|
||||
check_status=False, # may fail if upgrading from old cephadm
|
||||
)
|
||||
|
||||
# clean up /etc/ceph
|
||||
ctx.cluster.run(args=[
|
||||
|
Loading…
Reference in New Issue
Block a user