mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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:
parent
8e9dc9cb40
commit
c39d87e49b
@ -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
|
||||
|
||||
1
debian/ceph-mgr-modules-core.install
vendored
1
debian/ceph-mgr-modules-core.install
vendored
@ -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
|
||||
|
||||
@ -27,6 +27,7 @@ set(mgr_modules
|
||||
devicehealth
|
||||
diskprediction_local
|
||||
# hello is an example for developers, not for user
|
||||
nvmeof
|
||||
influx
|
||||
insights
|
||||
iostat
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user