Bug 2319356
| Summary: | [RFE][Cephadm] ceph cli command to check default set images | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Mohit Bisht <mobisht> |
| Component: | Cephadm | Assignee: | Adam King <adking> |
| Status: | CLOSED ERRATA | QA Contact: | Mohit Bisht <mobisht> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.0 | CC: | akane, cephqe-warriors, gsitlani, msaini, tserlin |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | 8.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-19.2.1-33.el9cp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-06-26 12:17:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: Red Hat Ceph Storage 8.1 security, bug fix, and enhancement updates), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2025:9775 |
Description of problem: ======================== [RFE][Cephadm] ceph cli command to check default set images Currently we not have cli command support to check default image set ceph, Need to depend on code base. Example: # cat /usr/share/ceph/mgr/cephadm/module.py | grep DEFAULT_SAMBA_IMAGE, default=DEFAULT_SAMBA_IMAGE, [ceph: root@ceph-mobisht-down-6ljodf-node1-installer cephadm]# cat /usr/share/ceph/mgr/cephadm/module.py | grep DEFAULT_SAMBA_IMAGE DEFAULT_SAMBA_IMAGE = 'cp.icr.io/cp/ibm-ceph/samba-server-rhel9:v0.5' # cat /usr/share/ceph/mgr/cephadm/module.py | grep DEFAULT_SAMBA_METRICS_IMAGE DEFAULT_SAMBA_METRICS_IMAGE = 'cp.icr.io/cp/ibm-ceph/samba-metrics-rhel9:v0.5' default=DEFAULT_SAMBA_METRICS_IMAGE, Version-Release number of selected component (if applicable): 19.2.0-32.el9cp How reproducible: Always Steps to Reproduce: 1. Deploy ceph cluster 2. Check default set images Actual results: Currently need to check code base Expected results: CLI command which provide us list default images