Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically resolve ceph daemon crash #11273

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update pip
Signed-off-by: fbalak <fbalak@redhat.com>
fbalak committed Jan 30, 2025
commit 6fe6afc631d741961f245312467e6d1c4f54b325
16 changes: 8 additions & 8 deletions ocs_ci/utility/utils.py
Original file line number Diff line number Diff line change
@@ -570,14 +570,14 @@ def run_cmd_multicluster(
f"Switched the context to cluster:{cluster.ENV_DATA['cluster_name']}"
)
try:
completed_process[
cluster.MULTICLUSTER["multicluster_index"]
] = exec_cmd(
cmd,
secrets=secrets,
timeout=timeout,
ignore_error=ignore_error,
**kwargs,
completed_process[cluster.MULTICLUSTER["multicluster_index"]] = (
exec_cmd(
cmd,
secrets=secrets,
timeout=timeout,
ignore_error=ignore_error,
**kwargs,
)
)
except CommandFailed:
# In case of failure, restore the cluster context to where we started