mgr/nvmeof: intergrate module into build and debian pkg

Fixes: https://tracker.ceph.com/issues/74702

Signed-off-by: Tomer Haskalovitch <tomer.haska@ibm.com>
(cherry picked from commit 901ec98b41)
This commit is contained in:
Tomer Haskalovitch 2026-02-24 13:35:39 +02:00
parent 8e9dc9cb40
commit c39d87e49b
4 changed files with 5 additions and 0 deletions

View 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

View 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

View File

@ -27,6 +27,7 @@ set(mgr_modules
devicehealth
diskprediction_local
# hello is an example for developers, not for user
nvmeof
influx
insights
iostat

View 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 \