]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/nvmeof: introduce the new nvmeof module
authorTomer Haskalovitch <tomer.haska@ibm.com>
Tue, 24 Feb 2026 11:22:11 +0000 (13:22 +0200)
committerTomer Haskalovitch <tomer.haska@ibm.com>
Thu, 26 Feb 2026 07:32:47 +0000 (09:32 +0200)
commit15fcbb5e3eac2153c51d16b96e32d86038eb0569
treef25e297c263f6d14b746d8951fc6d4f97f6297e9
parentf91c68a6c711f32cfb4a5b671dae1de01148fba9
mgr/nvmeof: introduce the new nvmeof module

Introduce a new NVMe-oF mgr module and which create the pool
used for storing NVMe-related metadata ceph orch nvmeof apply command.
This removes the need for users to manually create and configure the
metadata pool before using the NVMe-oF functionality, simplifying
setup and reducing the chance of misconfiguration.

Fixes: https://tracker.ceph.com/issues/74702
Signed-off-by: Tomer Haskalovitch <tomer.haska@ibm.com>
src/pybind/mgr/nvmeof/__init__.py [new file with mode: 0644]
src/pybind/mgr/nvmeof/module.py [new file with mode: 0644]