Skip to content

mgr/dashboard: Fix flaky teuthology test failure#67728

Open
afreen23 wants to merge 1 commit intoceph:mainfrom
rhcs-dashboard:fix-module-enable-disable
Open

mgr/dashboard: Fix flaky teuthology test failure#67728
afreen23 wants to merge 1 commit intoceph:mainfrom
rhcs-dashboard:fix-module-enable-disable

Conversation

@afreen23
Copy link
Contributor

@afreen23 afreen23 commented Mar 9, 2026

this issue happens when iostat module enabled -> mgr respawned -> dashboard restart (attempts to bind to 8443) -> Port 8443 unavailable -> and API cant access.

This appears to be a mgr/dashboard restart readiness flake triggered by module enable/disable. I’d first increase the readiness timeout and wait for the API/module state to converge.

Contribution Guidelines

  • To sign and title your commits, please refer to Submitting Patches to Ceph.

  • If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.

  • When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an x between the brackets: [x]. Spaces and capitalization matter when checking off items this way.

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands

You must only issue one Jenkins command per-comment. Jenkins does not understand
comments with more than one command.

@afreen23 afreen23 requested a review from a team as a code owner March 9, 2026 19:36
@afreen23 afreen23 requested review from Pegonzal and pujaoshahu March 9, 2026 19:36
@afreen23 afreen23 force-pushed the fix-module-enable-disable branch 2 times, most recently from 14783c1 to 333744e Compare March 9, 2026 20:01
@github-actions github-actions bot added the pybind label Mar 9, 2026
@afreen23 afreen23 force-pushed the fix-module-enable-disable branch 2 times, most recently from 5db1214 to 42ceb31 Compare March 10, 2026 08:26
@github-project-automation github-project-automation bot moved this from New to Reviewer approved in Ceph-Dashboard Mar 10, 2026
Fixes https://tracker.ceph.com/issues/70669

this issue happens when iostat module enabled -> mgr respawned -> dashboard restart (attempts to bind to 8443) -> Port 8443 unavailable -> and API cant access.

This appears to be a mgr/dashboard restart readiness flake triggered by module enable/disable. I’d first increase the readiness timeout and wait for the API/module state to converge.

Signed-off-by: Afreen Misbah <afreen@ibm.com>
@afreen23 afreen23 force-pushed the fix-module-enable-disable branch from 42ceb31 to 66abe19 Compare March 10, 2026 10:57
@ljflores ljflores added the core label Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Reviewer approved

Development

Successfully merging this pull request may close these issues.

3 participants