Skip to content

[release-ocm-2.15] MGMT-24352: Reset finalizing timeout on transition from installing-pending-user-action - #10752

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:release-ocm-2.15from
openshift-cherrypick-robot:cherry-pick-10293-to-release-ocm-2.15
Aug 5, 2026
Merged

[release-ocm-2.15] MGMT-24352: Reset finalizing timeout on transition from installing-pending-user-action#10752
openshift-merge-bot[bot] merged 1 commit into
openshift:release-ocm-2.15from
openshift-cherrypick-robot:cherry-pick-10293-to-release-ocm-2.15

Conversation

@openshift-cherrypick-robot

Copy link
Copy Markdown

This is an automated cherry-pick of #10293

/assign pastequo

…ction

When a non-essential worker gets stuck in installing-pending-user-action
the rest of the cluster can still progress to finalizing. The cluster-level Done
finalization timeout (70 min) can then expire before the per-host timeout chain
completes (40 min Rebooting + 60 min pending-user-action = 100 min).
In this situation, when the stuck host moves from `installing-pending-user-action`
to either `error` or `installing-in-progress` the entire cluster will fail
instead of evicting the stuck host and completing with the remaining nodes.

This commit changesthe cluster state transition so it will reset
progress_finalizing_stage_started_at and progress_finalizing_stage_timed_out
when transitioning FROM InstallingPendingUserAction TO Finalizing. This gives
the cluster a fresh 70-minute timeout window, allowing sufficient time for
the host to either finish installation (if the boot issue was fixed) or
error (in which case the cluster will succeed without it).

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Resolves https://redhat.atlassian.net/browse/MGMT-24352
@openshift-ci-robot

openshift-ci-robot commented Aug 4, 2026

Copy link
Copy Markdown

@openshift-cherrypick-robot: Ignoring requests to cherry-pick non-bug issues: MGMT-24352

Details

In response to this:

This is an automated cherry-pick of #10293

/assign pastequo

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 67015d1f-e6dc-40c0-89fc-74d01532ba60

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@openshift-ci openshift-ci Bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Aug 4, 2026
@pastequo

pastequo commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

/hold

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 4, 2026
@openshift-ci
openshift-ci Bot requested review from danmanor and oourfali August 4, 2026 07:31
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.65%. Comparing base (a391c20) to head (bbd4c3f).
⚠️ Report is 2 commits behind head on release-ocm-2.15.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                @@
##           release-ocm-2.15   #10752   +/-   ##
=================================================
  Coverage             43.65%   43.65%           
=================================================
  Files                   408      408           
  Lines                 70647    70651    +4     
=================================================
+ Hits                  30839    30842    +3     
- Misses                37028    37029    +1     
  Partials               2780     2780           
Files with missing lines Coverage Δ
internal/cluster/transition.go 73.70% <100.00%> (+0.22%) ⬆️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@openshift-ci

openshift-ci Bot commented Aug 4, 2026

Copy link
Copy Markdown

@openshift-cherrypick-robot: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@pastequo

pastequo commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

/unhold

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 5, 2026
@pastequo

pastequo commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

/jira refresh

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 5, 2026
@openshift-ci-robot

openshift-ci-robot commented Aug 5, 2026

Copy link
Copy Markdown

@pastequo: This pull request references MGMT-24352 which is a valid jira issue.

Details

In response to this:

/jira refresh

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@pastequo

pastequo commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

/lgtm
/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 5, 2026
@openshift-ci

openshift-ci Bot commented Aug 5, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: openshift-cherrypick-robot, pastequo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 5, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit 549b36a into openshift:release-ocm-2.15 Aug 5, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants