Commit 7f2e191
committed
pybind/mgr: Generate pb2 file in src/pybind/mgr/dashboard/services/proto using the protobuf file from the gateway submodule.
- Remove old gateway-proto.
- Updated src/nvmeof/gateway to the latest sha-1 from devel.
Signed-off-by: Paulo E. Castro <[email protected]>1 parent 0ff89b0 commit 7f2e191
File tree
4 files changed
+4
-490
lines changed- src
- nvmeof
- pybind/mgr/dashboard
- services/proto
4 files changed
+4
-490
lines changed- .env+38-10
- .github/workflows/build-container.yml+202-124
- .github/workflows/release.yml+87
- .gitmodules+1-1
- Dockerfile+8-7
- Dockerfile.spdk+10-5
- Makefile+53-6
- README.md+74-17
- ceph-nvmeof.conf+33-11
- control/__main__.py+1-13
- control/cephutils.py+197-33
- control/cli.py+1.5k-530
- control/config.py+46-2
- control/discovery.py+280-156
- control/grpc.py+3.5k-914
- control/prometheus.py+212-43
- control/proto/gateway.proto+160-17
- control/rebalance.py+226
- control/server.py+497-107
- control/state.py+792-123
- control/utils.py+227-76
- docker-compose.yaml+18-3
- mk/containerized.mk+35-9
- mk/demo.mk+9-4
- mk/demosecuredhchap.mk+33
- mk/demosecurepsk.mk+21
- monitoring/Ceph-NVMe-oF-Gateways-Dashboard.json+2.3k
- monitoring/Ceph-NVMe-oF-Gateways-Dashboard.png
- pdm.lock+48-11
- pyproject.toml+6-2
- spdk+1-1
- tests/atom/clusterBuildTestsRun.sh+130
- tests/atom/cpArtifactAndCleanup.sh+16
- tests/ceph-nvmeof.no-huge.conf+92
- tests/ceph-nvmeof.tls.conf+90
- tests/conftest.py-2
- tests/ha/4gws.sh+192
- tests/ha/4gws_create_delete.sh+300
- tests/ha/4gws_create_delete_loop.sh+12
- tests/ha/4gws_loop.sh+12
- tests/ha/auto_load_balance.sh+95
- tests/ha/blocklist.sh+38
- tests/ha/ceph_status.sh+22
- tests/ha/demo_test.sh+890
- tests/ha/late_registration.sh+134
- tests/ha/late_registration_loop.sh+12
- tests/ha/main_exit.sh+114
- tests/ha/mtls.sh+1
- tests/ha/namespaces.sh+106
- tests/ha/namespaces_loop.sh+12
- tests/ha/no_huge.sh+1
- tests/ha/no_subsystems.sh+68
- tests/ha/notify.sh+19
- tests/ha/ns_lb_change.sh+121
- tests/ha/sanity.sh+5-8
- tests/ha/setup.sh+8-9
- tests/ha/setup_4gws.sh+73
- tests/ha/setup_4gws_create_delete.sh+1
- tests/ha/setup_4gws_create_delete_loop.sh+1
- tests/ha/setup_4gws_loop.sh+1
- tests/ha/setup_main_exit.sh+2
- tests/ha/setup_mtls.sh+12
- tests/ha/start_up.sh+47
- tests/ha/start_up_4gws.sh+8
- tests/ha/start_up_4gws_create_delete.sh+1
- tests/ha/start_up_4gws_create_delete_loop.sh+1
- tests/ha/start_up_4gws_loop.sh+1
- tests/ha/start_up_main_exit.sh+2
- tests/ha/start_up_mtls.sh+9
- tests/ha/start_up_no_huge.sh+13
- tests/ha/state_transitions.sh+25-1
- tests/ha/state_transitions_both_gws.sh+1-1
- tests/ha/wait_gateways.sh+23-7
- tests/ha/wait_gateways_4gws.sh+8
- tests/ha/wait_gateways_4gws_create_delete.sh+1
- tests/ha/wait_gateways_4gws_create_delete_loop.sh+1
- tests/ha/wait_gateways_4gws_loop.sh+1
- tests/ha/wait_gateways_main_exit.sh+2
- tests/ha/wait_gateways_mtls.sh+9
- tests/test_cli.py+1.2k-271
- tests/test_cli_change_keys.py+111
- tests/test_cli_change_lb.py+337
- tests/test_cli_change_ns_visibility.py+110
- tests/test_cli_trash_rbd.py+254
- tests/test_dhchap.py+716
- tests/test_grpc.py+64-23
- tests/test_log_files.py+43-25
- tests/test_multi_gateway.py+29-23
- tests/test_namespaces.py-208
- tests/test_nsid.py+51-18
- tests/test_old_omap.py-15
- tests/test_omap_lock.py+113-66
- tests/test_psk.py+312
- tests/test_server.py+67-17
- tests/test_state.py+21-5
- tests/test_subsys_grp_name_append.py+87
- tox.ini+3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
Whitespace-only changes.
0 commit comments