Bug 2323851
Summary: | ceph versions command shows wrong information of nvmeof | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Krishna Ramaswamy <kramaswa> |
Component: | NVMeOF | Assignee: | harika chebrolu <hchebrol> |
Status: | VERIFIED --- | QA Contact: | Rahul Lepakshi <rlepaksh> |
Severity: | urgent | Docs Contact: | ceph-doc-bot <ceph-doc-bugzilla> |
Priority: | urgent | ||
Version: | 8.0 | CC: | aindenba, bdavidov, bkunal, cephqe-warriors, gbregman, hchebrol, kjosy, lchernin, linuxkidd, pdhange, rlepaksh, rpollack, tserlin, vumrao |
Target Milestone: | --- | Keywords: | External |
Target Release: | 8.0z2 | Flags: | rlepaksh:
needinfo-
|
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ceph-19.2.0-61.el9cp | Doc Type: | Known Issue |
Doc Text: |
.Incorrect NVMe-oF gateway version output from `ceph versions` command
When using the `ceph versions` command, the NVMe-oF gateway (`nvmeof`) version displays, but shows the IBM Storage Ceph version instead.
As a workaround, use the `gw info` command.
----
nvmeof-cli --server-address GATEWAY_IP --server-port SERVER_PORT gw info
----
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 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: | |||
Bug Depends On: | |||
Bug Blocks: | 2317218 |
Description
Krishna Ramaswamy
2024-11-05 12:42:44 UTC
Please specify the severity of this bug. Severity is defined here: https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity. Merged upstream PR: https://github.com/ceph/ceph/pull/61349 Opened downstream 8.0 fix MR: https://gitlab.cee.redhat.com/ceph/ceph/-/merge_requests/894 Commit pushed to ceph-8.0-rhel-patches branch: https://gitlab.cee.redhat.com/ceph/ceph/-/commit/1addfd37086eff688a3ec62ee4b6aa98d5982a31 Now, the "ceph versions" command should not include nvmeof service. ``` [root@ceph-nvme-vm14 ~]# ceph versions { "mon": { "ceph version 19.3.0-6956-g3df0b2f9 (3df0b2f949c732e4f2f0bda96b8a05766563cfe7) squid (dev)": 4 }, "mgr": { "ceph version 19.3.0-6956-g3df0b2f9 (3df0b2f949c732e4f2f0bda96b8a05766563cfe7) squid (dev)": 4 }, "osd": { "ceph version 19.3.0-6956-g3df0b2f9 (3df0b2f949c732e4f2f0bda96b8a05766563cfe7) squid (dev)": 4 }, "overall": { "ceph version 19.3.0-6956-g3df0b2f9 (3df0b2f949c732e4f2f0bda96b8a05766563cfe7) squid (dev)": 12 } } [root@ceph-nvme-vm14 ~]# ceph orch ls NAME PORTS RUNNING REFRESHED AGE PLACEMENT alertmanager ?:9093,9094 1/1 6m ago 8h count:1 ceph-exporter ?:9926 4/4 6m ago 8h * crash 4/4 6m ago 8h * grafana ?:3000 1/1 6m ago 8h count:1 mgr 4/4 6m ago 8h label:mgr mon 4/4 6m ago 8h label:mon node-exporter ?:9100 4/4 6m ago 8h * nvmeof.mypool.mygroup1 ?:4420,5500,8009 4/4 6m ago 8h ceph-nvme-vm14;ceph-nvme-vm13;ceph-nvme-vm12;ceph-nvme-vm11 osd.all-available-devices 4 6m ago 8h * prometheus ?:9095 1/1 6m ago 8h count:1 [root@ceph-nvme-vm14 ~]# ``` |