]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: gRPC client for nvmeof communication
authorNizamudeen A <nia@redhat.com>
Tue, 5 Dec 2023 10:16:12 +0000 (15:46 +0530)
committerNizamudeen A <nia@redhat.com>
Tue, 30 Jan 2024 10:09:35 +0000 (15:39 +0530)
commit24015310b12ef131278e45d17222d53b15fa5570
tree8f0afe7cd449c743ef24b42892e52f94f7367cf6
parenta2fae7b0e267045fc6de30b21db7c43ab940f76a
mgr/dashboard: gRPC client for nvmeof communication

Created a gRPC client by utilising the protobuf file available in nvmeof
repo

Copied the file to this repo and generated its output.

Fixes: https://tracker.ceph.com/issues/64201
Signed-off-by: Nizamudeen A <nia@redhat.com>
.gitmodules
src/pybind/mgr/dashboard/ceph-nvmeof [deleted submodule]
src/pybind/mgr/dashboard/controllers/nvmeof.py [new file with mode: 0644]
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/services/nvmeof_client.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/proto/gateway.proto [new file with mode: 0644]
src/pybind/mgr/dashboard/services/proto/gateway_pb2.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/proto/gateway_pb2_grpc.py [new file with mode: 0644]