]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: do not show nvmeof in 'ceph versions' output
authorVallari Agrawal <vallari.agrawal@ibm.com>
Mon, 13 Jan 2025 11:05:27 +0000 (16:35 +0530)
committerAlexander Indenbaum <aindenba@redhat.com>
Wed, 19 Nov 2025 18:41:52 +0000 (20:41 +0200)
commita596f180ca73f69672684ed6ff4c6f49bca51b14
tree5a5b19d15952d4bbb589707bc4510e0a7f624b0d
parent39ff65c8383b36ae4c2e2b445afce6deb3d4bbb5
mon: do not show nvmeof in 'ceph versions' output

NVMeoF gateway version is independent of ceph version
so 'ceph version' shows wrong nvmeof version in output
(i.e. instead of gateway version, it shows Ceph version).
Hence, remove nvmeof in 'ceph versions' output.

To check for gateway version, use 'gw info' command.

Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
(cherry picked from commit 73c935db908d28cf65050535dc80c95a85bf49aa)
src/mon/Monitor.cc