Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion simplyblock_core/services/storage_node_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def update_cluster_status(cluster_id):
# that may early-return. Otherwise OFFLINE/SCHEDULABLE nodes can stay
# stranded whenever the cluster takes a recovery path (e.g.
# DEGRADED -> ACTIVE).
_requeue_stuck_auto_restarts(cluster_id)
# _requeue_stuck_auto_restarts(cluster_id)

next_current_status = get_next_cluster_status(cluster_id)
logger.info("cluster_new_status: %s", next_current_status)
Expand Down
Loading