Commit aa292e8
authored
Merge pull request ceph#61089 from pecastro/mgr_proto_build_generation
pybind/mgr: Protobuffer file generation for grpc deps.
Reviewed-by: baum <NOT@FOUND>
Reviewed-by: ceph-jenkins <NOT@FOUND>
Reviewed-by: Ernesto Puerta <[email protected]>
Reviewed-by: Nizamudeen A <[email protected]>File tree
8 files changed
+38
-5331
lines changed- src
- nvmeof
- pybind/mgr/dashboard
- services/proto
8 files changed
+38
-5331
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
- .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 | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
1 | 30 | | |
2 | 31 | | |
3 | 32 | | |
| |||
14 | 43 | | |
15 | 44 | | |
16 | 45 | | |
| 46 | + | |
17 | 47 | | |
18 | 48 | | |
19 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
Whitespace-only changes.
0 commit comments