Skip to content

Conversation

@afreen23
Copy link
Contributor

@afreen23 afreen23 commented May 15, 2025

Fixes https://tracker.ceph.com/issues/71340

Before fix:

Screencast.From.2025-05-15.21-57-23.mp4

After fix:

Screencast.From.2025-05-15.21-31-28.mp4

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

@afreen23 afreen23 requested a review from a team as a code owner May 15, 2025 16:13
@afreen23 afreen23 requested review from dnyanee1997 and ivoalmeida and removed request for a team May 15, 2025 16:13
@github-actions github-actions bot added this to the reef milestone May 15, 2025
Fixes https://tracker.ceph.com/issues/71340

- nvmeof form failing due to absence of pool field in req
- backport of ceph#57801

Signed-off-by: Afreen Misbah <afreen@ibm.com>
@afreen23 afreen23 requested review from a team and nizamial09 May 15, 2025 16:29
@afreen23
Copy link
Contributor Author

jenkins test api

Copy link
Member

@nizamial09 nizamial09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @afreen23

@github-project-automation github-project-automation bot moved this from New to Reviewer approved in Ceph-Dashboard May 16, 2025
@nizamial09
Copy link
Member

make check error, seems familiar

mgr_util.py:27: error: Cannot find implementation or library stub for module named "ceph.deployment.utils"
mgr_util.py:27: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
orchestrator/__init__.py:6: note: In module imported here:
orchestrator/_interface.py:32: error: Cannot find implementation or library stub for module named "ceph.deployment"
orchestrator/_interface.py:33: error: Cannot find implementation or library stub for module named "ceph.deployment.service_spec"
orchestrator/_interface.py:47: error: Cannot find implementation or library stub for module named "ceph.deployment.drive_group"
orchestrator/_interface.py:48: error: Cannot find implementation or library stub for module named "ceph.deployment.hostspec"
orchestrator/_interface.py:49: error: Cannot find implementation or library stub for module named "ceph.utils"
orchestrator/_interface.py: note: In member "__init__" of class "OrchestratorEvent":
orchestrator/_interface.py:1613: error: Incompatible types in assignment (expression has type "Union[str, datetime]", variable has type "datetime")
orchestrator/__init__.py:3: note: In module imported here:
orchestrator/module.py:18: error: Cannot find implementation or library stub for module named "ceph.deployment.inventory"
orchestrator/module.py:19: error: Cannot find implementation or library stub for module named "ceph.deployment.drive_group"
orchestrator/module.py:20: error: Cannot find implementation or library stub for module named "ceph.deployment.service_spec"
orchestrator/module.py:21: error: Cannot find implementation or library stub for module named "ceph.deployment.hostspec"
orchestrator/module.py:22: error: Cannot find implementation or library stub for module named "ceph.deployment.utils"
orchestrator/module.py:23: error: Cannot find implementation or library stub for module named "ceph.utils"
orchestrator/module.py: note: In member "_get_hosts" of class "OrchestratorCli":

@afreen23
Copy link
Contributor Author

jenkins test make check

@afreen23 afreen23 merged commit 3d2822f into ceph:reef May 16, 2025
7 of 14 checks passed
@github-project-automation github-project-automation bot moved this from Reviewer approved to Done in Ceph-Dashboard May 16, 2025
@afreen23 afreen23 modified the milestones: reef, v17.2.9, tentacle, v18.2.8 May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants