sbcli-dev 19.2.6__tar.gz → 19.2.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/PKG-INFO +2 -2
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/requirements.txt +1 -1
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/sbcli_dev.egg-info/PKG-INFO +2 -2
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/sbcli_dev.egg-info/requires.txt +1 -1
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_cli/cli.py +1 -1
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/lvol_controller.py +8 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/env_var +1 -1
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/rpc_client.py +2 -2
- sbcli_dev-19.2.7/simplyblock_core/scripts/datasource.yml +9 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/docker-compose-swarm-monitoring.yml +0 -1
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/docker-compose-swarm.yml +2 -2
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/foundation.yml +1 -1
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/storage_node_ops.py +11 -8
- sbcli_dev-19.2.6/simplyblock_core/scripts/datasource.yml +0 -20
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/README.md +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/pyproject.toml +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/sbcli_dev.egg-info/SOURCES.txt +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/sbcli_dev.egg-info/dependency_links.txt +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/sbcli_dev.egg-info/entry_points.txt +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/sbcli_dev.egg-info/top_level.txt +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/setup.cfg +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/setup.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_cli/__init__.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_cli/clibase.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_cli/main.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/__init__.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/cluster_ops.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/cnode_client.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/constants.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/__init__.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/cluster_events.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/device_controller.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/device_events.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/events_controller.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/health_controller.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/lvol_events.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/mgmt_events.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/pool_controller.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/pool_events.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/snapshot_controller.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/snapshot_events.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/storage_events.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/tasks_controller.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/tasks_events.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/controllers/tcp_ports_events.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/db_controller.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/distr_controller.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/fw_api_client.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/mgmt_node_ops.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/__init__.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/base_model.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/cluster.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/deployer.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/events.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/hublvol.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/iface.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/job_schedule.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/lvol_model.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/mgmt_node.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/nvme_device.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/pool.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/port_stat.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/snapshot.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/stats.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/models/storage_node.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/pci_utils.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/__init__.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/alerting/alert_resources.yaml.j2 +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/alerting/alert_rules.yaml +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/clean_local_storage_deploy.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/config_docker.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/dashboard.yml +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/dashboards/cluster.json +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/dashboards/devices.json +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/dashboards/lvols.json +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/dashboards/node-exporter.json +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/dashboards/nodes.json +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/dashboards/pools.json +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/db_config_double.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/db_config_single.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/deploy_fdb.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/deploy_stack.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/haproxy.cfg +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/helpers/__init__.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/helpers/deploy_cluster.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/helpers/destroy_cluster.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/helpers/nvme_disconnect_by_ip.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/install_deps.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/objstore.yml +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/prepare_fdb.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/prometheus.yml.j2 +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/run_ssh.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/set_db_config.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/stack_deploy_wait.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/__init__.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/cap_monitor.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/capacity_and_stats_collector.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/device_monitor.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/health_check_service.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/install_service.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/lvol_monitor.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/lvol_stat_collector.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/main_distr_event_collector.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/mgmt_node_monitor.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/new_device_discovery.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/remove_service.sh +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/service_template.service +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/spdk/__init__.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/spdk/client.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/spdk_http_proxy_server.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/storage_node_monitor.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/tasks_cluster_status.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/tasks_runner_failed_migration.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/tasks_runner_migration.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/tasks_runner_new_dev_migration.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/tasks_runner_node_add.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/tasks_runner_port_allow.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/tasks_runner_restart.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/shell_utils.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/snode_client.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/test/test_models.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/test/test_utils.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/utils.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/workers/cleanup_foundationdb.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/README.md +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/__init__.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/app.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/auth_middleware.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/__init__.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/node_api_basic.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/snode_ops.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/snode_ops_k8s.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/swagger_ui_blueprint.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/web_api_cluster.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/web_api_deployer.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/web_api_device.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/web_api_lvol.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/web_api_metrics.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/web_api_mgmt_node.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/web_api_pool.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/web_api_snapshot.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/blueprints/web_api_storage_node.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/node_configure.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/node_utils.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/node_utils_k8s.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/node_webapp.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/static/SimplyBlock-API.postman_collection.json +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/static/delete.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/static/deploy.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/static/deploy_cnode.yaml +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/static/deploy_spdk.yaml +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/static/is_up.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/static/list_deps.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/static/rpac.yaml +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/static/swagger.yaml +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/static/tst.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/templates/caching_deploy_spdk.yaml.j2 +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/templates/storage_core_isolation.yaml.j2 +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/templates/storage_deploy_spdk.yaml.j2 +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/templates/storage_init_job.yaml.j2 +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/test/api/test_lvol.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/test/api/test_pool.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/test/api/test_snapshot.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/test/api/test_storage_node.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/test/conftest.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/test/pytest.ini +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/test/requirements.txt +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/test/util.py +0 -0
- {sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/utils.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sbcli-dev
|
|
3
|
-
Version: 19.2.
|
|
3
|
+
Version: 19.2.7
|
|
4
4
|
Summary: CLI for managing SimplyBlock cluster
|
|
5
5
|
Home-page: https://www.simplyblock.io/
|
|
6
6
|
Author: Hamdy
|
|
7
7
|
Author-email: hamdy@simplyblock.io
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
|
-
Requires-Dist: foundationdb==7.3.
|
|
9
|
+
Requires-Dist: foundationdb==7.3.63
|
|
10
10
|
Requires-Dist: requests
|
|
11
11
|
Requires-Dist: prettytable>=3.10.0
|
|
12
12
|
Requires-Dist: docker
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sbcli-dev
|
|
3
|
-
Version: 19.2.
|
|
3
|
+
Version: 19.2.7
|
|
4
4
|
Summary: CLI for managing SimplyBlock cluster
|
|
5
5
|
Home-page: https://www.simplyblock.io/
|
|
6
6
|
Author: Hamdy
|
|
7
7
|
Author-email: hamdy@simplyblock.io
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
|
-
Requires-Dist: foundationdb==7.3.
|
|
9
|
+
Requires-Dist: foundationdb==7.3.63
|
|
10
10
|
Requires-Dist: requests
|
|
11
11
|
Requires-Dist: prettytable>=3.10.0
|
|
12
12
|
Requires-Dist: docker
|
|
@@ -168,7 +168,7 @@ class CLIWrapper(CLIWrapperBase):
|
|
|
168
168
|
argument = subcommand.add_argument('--iobuf_large_bufsize', help='bdev_set_options param', type=int, default=0, dest='large_bufsize')
|
|
169
169
|
argument = subcommand.add_argument('--force', help='Force restart', dest='force', action='store_true')
|
|
170
170
|
argument = subcommand.add_argument('--ssd-pcie', help='New Nvme PCIe address to add to the storage node. Can be more than one.', type=str, default='', dest='ssd_pcie', required=False, nargs='+')
|
|
171
|
-
argument = subcommand.add_argument('--force-lvol-recreate', help='Force LVol recreate on node restart even if lvol bdev was not recovered',
|
|
171
|
+
argument = subcommand.add_argument('--force-lvol-recreate', help='Force LVol recreate on node restart even if lvol bdev was not recovered', default=False, dest='force_lvol_recreate', action='store_true')
|
|
172
172
|
|
|
173
173
|
def init_storage_node__shutdown(self, subparser):
|
|
174
174
|
subcommand = self.add_sub_command(subparser, 'shutdown', 'Initiates a storage node shutdown')
|
|
@@ -1058,6 +1058,14 @@ def set_lvol(uuid, max_rw_iops, max_rw_mbytes, max_r_mbytes, max_w_mbytes, name=
|
|
|
1058
1058
|
if not ret:
|
|
1059
1059
|
return "Error setting qos limits"
|
|
1060
1060
|
|
|
1061
|
+
if snode.secondary_node_id:
|
|
1062
|
+
sec_node = db_controller.get_storage_node_by_id(snode.secondary_node_id)
|
|
1063
|
+
if sec_node and sec_node.status == [StorageNode.STATUS_ONLINE, StorageNode.STATUS_DOWN]:
|
|
1064
|
+
ret = sec_node.rpc_client().bdev_set_qos_limit(
|
|
1065
|
+
lvol.top_bdev, rw_ios_per_sec, rw_mbytes_per_sec, r_mbytes_per_sec, w_mbytes_per_sec)
|
|
1066
|
+
if not ret:
|
|
1067
|
+
return "Error setting qos limits"
|
|
1068
|
+
|
|
1061
1069
|
lvol.rw_ios_per_sec = rw_ios_per_sec
|
|
1062
1070
|
lvol.rw_mbytes_per_sec = rw_mbytes_per_sec
|
|
1063
1071
|
lvol.r_mbytes_per_sec = r_mbytes_per_sec
|
|
@@ -151,7 +151,7 @@ class RPCClient:
|
|
|
151
151
|
"dif_insert_or_strip": False,
|
|
152
152
|
"c2h_success": True,
|
|
153
153
|
"sock_priority": 0,
|
|
154
|
-
"ack_timeout":
|
|
154
|
+
"ack_timeout": 8000,
|
|
155
155
|
}
|
|
156
156
|
return self._request("nvmf_create_transport", params)
|
|
157
157
|
|
|
@@ -640,7 +640,7 @@ class RPCClient:
|
|
|
640
640
|
"reconnect_delay_sec": 1,
|
|
641
641
|
"keep_alive_timeout_ms": 30000,
|
|
642
642
|
"timeout_us": constants.NVME_TIMEOUT_US,
|
|
643
|
-
"transport_ack_timeout":
|
|
643
|
+
"transport_ack_timeout": 13,
|
|
644
644
|
}
|
|
645
645
|
return self._request("bdev_nvme_set_options", params)
|
|
646
646
|
|
{sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/docker-compose-swarm-monitoring.yml
RENAMED
|
@@ -191,7 +191,6 @@ services:
|
|
|
191
191
|
GF_SECURITY_ADMIN_PASSWORD: "${CLUSTER_SECRET}"
|
|
192
192
|
GF_ALERTING_ENABLED: "true"
|
|
193
193
|
GF_PATHS_PROVISIONING: "/etc/grafana/provisioning"
|
|
194
|
-
GF_INSTALL_PLUGINS: "grafana-opensearch-datasource"
|
|
195
194
|
GF_SERVER_ROOT_URL: "${GRAFANA_ENDPOINT}"
|
|
196
195
|
volumes:
|
|
197
196
|
- ./datasource.yml:/etc/grafana/provisioning/datasources/datasource.yaml
|
|
@@ -11,7 +11,7 @@ services:
|
|
|
11
11
|
|
|
12
12
|
fdb-server:
|
|
13
13
|
<<: *service-base
|
|
14
|
-
image: foundationdb/foundationdb:7.3.
|
|
14
|
+
image: foundationdb/foundationdb:7.3.63
|
|
15
15
|
networks:
|
|
16
16
|
- hostnet
|
|
17
17
|
environment:
|
|
@@ -34,7 +34,7 @@ services:
|
|
|
34
34
|
|
|
35
35
|
fdb-backup-agent:
|
|
36
36
|
<<: *service-base
|
|
37
|
-
image: foundationdb/foundationdb:7.3.
|
|
37
|
+
image: foundationdb/foundationdb:7.3.63
|
|
38
38
|
entrypoint: "/usr/bin/backup_agent -C /etc/foundationdb/fdb.cluster"
|
|
39
39
|
networks:
|
|
40
40
|
- hostnet
|
|
@@ -628,7 +628,10 @@ def _prepare_cluster_devices_on_restart(snode, clear_data=False):
|
|
|
628
628
|
return True
|
|
629
629
|
|
|
630
630
|
|
|
631
|
-
def _connect_to_remote_devs(
|
|
631
|
+
def _connect_to_remote_devs(
|
|
632
|
+
this_node: StorageNode, /,
|
|
633
|
+
reattach: bool = True, force_connect_restarting_nodes: bool = False
|
|
634
|
+
):
|
|
632
635
|
db_controller = DBController()
|
|
633
636
|
|
|
634
637
|
rpc_client = RPCClient(
|
|
@@ -646,7 +649,7 @@ def _connect_to_remote_devs(this_node, force_conect_restarting_nodes=False):
|
|
|
646
649
|
allowed_node_statuses = [StorageNode.STATUS_ONLINE, StorageNode.STATUS_DOWN]
|
|
647
650
|
allowed_dev_statuses = [NVMeDevice.STATUS_ONLINE, NVMeDevice.STATUS_READONLY, NVMeDevice.STATUS_CANNOT_ALLOCATE]
|
|
648
651
|
|
|
649
|
-
if
|
|
652
|
+
if force_connect_restarting_nodes:
|
|
650
653
|
allowed_node_statuses.append(StorageNode.STATUS_RESTARTING)
|
|
651
654
|
allowed_dev_statuses.append(NVMeDevice.STATUS_UNAVAILABLE)
|
|
652
655
|
|
|
@@ -667,7 +670,7 @@ def _connect_to_remote_devs(this_node, force_conect_restarting_nodes=False):
|
|
|
667
670
|
|
|
668
671
|
dev.remote_bdev = connect_device(
|
|
669
672
|
f"remote_{dev.alceml_bdev}", dev, rpc_client,
|
|
670
|
-
bdev_names=node_bdev_names, reattach=
|
|
673
|
+
bdev_names=node_bdev_names, reattach=reattach,
|
|
671
674
|
)
|
|
672
675
|
remote_devices.append(dev)
|
|
673
676
|
|
|
@@ -1749,7 +1752,7 @@ def restart_storage_node(
|
|
|
1749
1752
|
# for node in snodes:
|
|
1750
1753
|
# if node.get_id() == snode.get_id() or node.status != StorageNode.STATUS_ONLINE:
|
|
1751
1754
|
# continue
|
|
1752
|
-
# node.remote_devices = _connect_to_remote_devs(node,
|
|
1755
|
+
# node.remote_devices = _connect_to_remote_devs(node, force_connect_restarting_nodes=True)
|
|
1753
1756
|
# node.write_to_db(kv_store)
|
|
1754
1757
|
#
|
|
1755
1758
|
# logger.info(f"Sending device status event")
|
|
@@ -1770,7 +1773,7 @@ def restart_storage_node(
|
|
|
1770
1773
|
if node.get_id() == snode.get_id() or node.status != StorageNode.STATUS_ONLINE:
|
|
1771
1774
|
continue
|
|
1772
1775
|
try:
|
|
1773
|
-
node.remote_devices = _connect_to_remote_devs(node,
|
|
1776
|
+
node.remote_devices = _connect_to_remote_devs(node, reattach=True, force_connect_restarting_nodes=True)
|
|
1774
1777
|
except RuntimeError:
|
|
1775
1778
|
logger.error('Failed to connect to remote devices')
|
|
1776
1779
|
return False
|
|
@@ -1817,7 +1820,7 @@ def restart_storage_node(
|
|
|
1817
1820
|
continue
|
|
1818
1821
|
|
|
1819
1822
|
try:
|
|
1820
|
-
node.remote_devices = _connect_to_remote_devs(node,
|
|
1823
|
+
node.remote_devices = _connect_to_remote_devs(node, force_connect_restarting_nodes=True)
|
|
1821
1824
|
except RuntimeError:
|
|
1822
1825
|
logger.error('Failed to connect to remote devices')
|
|
1823
1826
|
return False
|
|
@@ -2895,7 +2898,7 @@ def recreate_lvstore_on_sec(secondary_node):
|
|
|
2895
2898
|
### 2- create lvols nvmf subsystems
|
|
2896
2899
|
for lvol in lvol_list:
|
|
2897
2900
|
logger.info("creating subsystem %s", lvol.nqn)
|
|
2898
|
-
secondary_rpc_client.subsystem_create(lvol.nqn,
|
|
2901
|
+
secondary_rpc_client.subsystem_create(lvol.nqn, lvol.ha_type, lvol.uuid, 1000,
|
|
2899
2902
|
max_namespaces=constants.LVO_MAX_NAMESPACES_PER_SUBSYS)
|
|
2900
2903
|
|
|
2901
2904
|
if primary_node.status in [StorageNode.STATUS_ONLINE, StorageNode.STATUS_RESTARTING]:
|
|
@@ -2987,7 +2990,7 @@ def recreate_lvstore(snode, force=False):
|
|
|
2987
2990
|
### 2- create lvols nvmf subsystems
|
|
2988
2991
|
for lvol in lvol_list:
|
|
2989
2992
|
logger.info("creating subsystem %s", lvol.nqn)
|
|
2990
|
-
rpc_client.subsystem_create(lvol.nqn,
|
|
2993
|
+
rpc_client.subsystem_create(lvol.nqn, lvol.ha_type, lvol.uuid, 1,
|
|
2991
2994
|
max_namespaces=constants.LVO_MAX_NAMESPACES_PER_SUBSYS)
|
|
2992
2995
|
|
|
2993
2996
|
if sec_node:
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
apiVersion: 1
|
|
2
|
-
datasources:
|
|
3
|
-
- name: Thanos
|
|
4
|
-
type: prometheus
|
|
5
|
-
url: http://thanos-query:9091
|
|
6
|
-
isDefault: true
|
|
7
|
-
access: proxy
|
|
8
|
-
uid: PBFA97CFB590B2093
|
|
9
|
-
editable: true
|
|
10
|
-
- name: GRAYLOG
|
|
11
|
-
type: elasticsearch
|
|
12
|
-
url: http://opensearch:9200
|
|
13
|
-
isDefault: false
|
|
14
|
-
access: proxy
|
|
15
|
-
uid: graylog_uid
|
|
16
|
-
editable: true
|
|
17
|
-
jsonData:
|
|
18
|
-
index: '*'
|
|
19
|
-
interval: Hourly
|
|
20
|
-
timeField: 'timestamp'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/alerting/alert_resources.yaml.j2
RENAMED
|
File without changes
|
|
File without changes
|
{sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/clean_local_storage_deploy.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/dashboards/node-exporter.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/scripts/helpers/nvme_disconnect_by_ip.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/capacity_and_stats_collector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/main_distr_event_collector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/tasks_runner_failed_migration.py
RENAMED
|
File without changes
|
|
File without changes
|
{sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_core/services/tasks_runner_new_dev_migration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/static/SimplyBlock-API.postman_collection.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sbcli_dev-19.2.6 → sbcli_dev-19.2.7}/simplyblock_web/templates/storage_core_isolation.yaml.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|