]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/nvmeof: intergrate module into build and debian pkg
authorTomer Haskalovitch <tomer.haska@ibm.com>
Tue, 24 Feb 2026 11:35:39 +0000 (13:35 +0200)
committerTomer Haskalovitch <tomer.haska@ibm.com>
Tue, 10 Mar 2026 19:50:02 +0000 (21:50 +0200)
Fixes: https://tracker.ceph.com/issues/74702
Signed-off-by: Tomer Haskalovitch <tomer.haska@ibm.com>
(cherry picked from commit 901ec98b4146b9e2f2d2b4ab257a2d1a5b903d9f)

ceph.spec.in
debian/ceph-mgr-modules-core.install
src/pybind/mgr/CMakeLists.txt
src/pybind/mgr/tox.ini

index e9a3bac48dc5f16a4437e6402c044e693877f46c..d4cabb21cfb9100685c25f04d2d101b6b79f755c 100644 (file)
@@ -2016,6 +2016,7 @@ fi
 %{_datadir}/ceph/mgr/telemetry
 %{_datadir}/ceph/mgr/test_orchestrator
 %{_datadir}/ceph/mgr/volumes
+%{_datadir}/ceph/mgr/nvmeof
 
 %files mgr-rook
 %{_datadir}/ceph/mgr/rook
index 90359a8e3e73f7e3f3fe45e7be845dfea15133d4..17ed984b02f613b4dde38d55924d7979520cb35f 100644 (file)
@@ -25,3 +25,4 @@ usr/share/ceph/mgr/telegraf
 usr/share/ceph/mgr/telemetry
 usr/share/ceph/mgr/test_orchestrator
 usr/share/ceph/mgr/volumes
+usr/share/ceph/mgr/nvmeof
index b83ba1b387ea237c4c860f6544253421fbb2250d..36abd1bb53f4672792de223a6f3b30e70ffbdf21 100644 (file)
@@ -27,6 +27,7 @@ set(mgr_modules
   devicehealth
   diskprediction_local
   # hello is an example for developers, not for user
+  nvmeof
   influx
   insights
   iostat
index 5cb6fffe11e791b7788b457f94dd0dfa1f2ab127..94f7b8119a557d6a3a438ee6d27b800e92afd89e 100644 (file)
@@ -93,6 +93,7 @@ commands =
            -m devicehealth \
            -m diskprediction_local \
            -m hello \
+           -m nvmeof \
            -m influx \
            -m iostat \
            -m localpool \
@@ -146,6 +147,7 @@ modules =
     devicehealth \
     diskprediction_local \
     hello \
+    nvmeof \
     iostat \
     localpool \
     mgr_module.py \