sbcli-dev 14.0.1__tar.gz → 14.0.2__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-14.0.1 → sbcli_dev-14.0.2}/PKG-INFO +1 -1
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/PKG-INFO +1 -1
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_cli/cli.py +88 -88
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/env_var +1 -1
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/README.md +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/pyproject.toml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/requirements.txt +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/SOURCES.txt +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/dependency_links.txt +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/entry_points.txt +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/requires.txt +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/top_level.txt +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/setup.cfg +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/setup.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_cli/__init__.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_cli/clibase.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_cli/main.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/__init__.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/cluster_ops.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/cnode_client.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/constants.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/__init__.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/caching_node_controller.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/cluster_events.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/device_controller.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/device_events.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/events_controller.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/health_controller.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/lvol_controller.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/lvol_events.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/mgmt_events.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/pool_controller.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/pool_events.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/snapshot_controller.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/snapshot_events.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/storage_events.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/tasks_controller.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/tasks_events.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/tcp_ports_events.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/db_controller.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/distr_controller.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/mgmt_node_ops.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/__init__.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/base_model.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/caching_node.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/cluster.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/deployer.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/events.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/iface.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/job_schedule.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/lvol_model.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/mgmt_node.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/nvme_device.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/pool.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/port_stat.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/snapshot.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/stats.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/storage_node.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/pci_utils.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/rpc_client.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/__init__.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/alerting/alert_resources.yaml.j2 +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/alerting/alert_rules.yaml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/clean_local_storage_deploy.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/config_docker.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboard.yml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/cluster.json +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/devices.json +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/lvols.json +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/node-exporter.json +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/nodes.json +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/pools.json +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/datasource.yml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/db_config_double.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/db_config_single.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/deploy_fdb.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/deploy_stack.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/docker-compose-swarm-monitoring.yml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/docker-compose-swarm.yml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/foundation.yml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/haproxy.cfg +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/install_deps.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/objstore.yml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/prepare_fdb.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/prometheus.yml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/run_ssh.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/set_db_config.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/stack_deploy_wait.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/__init__.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/cached_lvol_stat_collector.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/caching_node_monitor.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/cap_monitor.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/capacity_and_stats_collector.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/device_monitor.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/health_check_service.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/install_service.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/log_agg_service.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/lvol_monitor.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/lvol_stat_collector.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/main_distr_event_collector.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/mgmt_node_monitor.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/new_device_discovery.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/port_stat_collector.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/remove_service.sh +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/service_template.service +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/spdk/__init__.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/spdk/client.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/spdk_http_proxy_server.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/spdk_stats_collector.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/storage_node_monitor.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/tasks_runner_failed_migration.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/tasks_runner_migration.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/tasks_runner_new_dev_migration.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/tasks_runner_node_add.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/tasks_runner_restart.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/shell_utils.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/snode_client.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/storage_node_ops.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/utils.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/workers/cleanup_foundationdb.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/README.md +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/__init__.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/app.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/auth_middleware.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/__init__.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/caching_node_ops.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/caching_node_ops_k8s.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/node_api_basic.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/node_api_caching_docker.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/node_api_caching_ks.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/snode_ops.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/snode_ops_k8s.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_caching_node.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_cluster.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_deployer.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_device.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_lvol.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_mgmt_node.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_pool.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_snapshot.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_storage_node.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/caching_node_app.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/caching_node_app_k8s.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/node_utils.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/node_webapp.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/requirements.txt +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/snode_app.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/snode_app_k8s.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/delete.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/deploy.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/deploy_cnode.yaml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/deploy_spdk.yaml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/is_up.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/list_deps.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/rpac.yaml +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/tst.py +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/templates/caching_deploy_spdk.yaml.j2 +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/templates/storage_deploy_spdk.yaml.j2 +0 -0
- {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/utils.py +0 -0
|
@@ -863,97 +863,97 @@ class CLIWrapper(CLIWrapperBase):
|
|
|
863
863
|
sub_command = args_dict['storage-node']
|
|
864
864
|
if sub_command in ['deploy']:
|
|
865
865
|
ret = self.storage_node__deploy(sub_command, args)
|
|
866
|
-
|
|
866
|
+
elif sub_command in ['deploy-cleaner']:
|
|
867
867
|
ret = self.storage_node__deploy_cleaner(sub_command, args)
|
|
868
|
-
|
|
868
|
+
elif sub_command in ['add-node']:
|
|
869
869
|
ret = self.storage_node__add_node(sub_command, args)
|
|
870
|
-
|
|
870
|
+
elif sub_command in ['delete']:
|
|
871
871
|
ret = self.storage_node__delete(sub_command, args)
|
|
872
|
-
|
|
872
|
+
elif sub_command in ['remove']:
|
|
873
873
|
ret = self.storage_node__remove(sub_command, args)
|
|
874
|
-
|
|
874
|
+
elif sub_command in ['list']:
|
|
875
875
|
ret = self.storage_node__list(sub_command, args)
|
|
876
|
-
|
|
876
|
+
elif sub_command in ['get']:
|
|
877
877
|
ret = self.storage_node__get(sub_command, args)
|
|
878
|
-
|
|
878
|
+
elif sub_command in ['restart']:
|
|
879
879
|
ret = self.storage_node__restart(sub_command, args)
|
|
880
|
-
|
|
880
|
+
elif sub_command in ['shutdown']:
|
|
881
881
|
ret = self.storage_node__shutdown(sub_command, args)
|
|
882
|
-
|
|
882
|
+
elif sub_command in ['suspend']:
|
|
883
883
|
ret = self.storage_node__suspend(sub_command, args)
|
|
884
|
-
|
|
884
|
+
elif sub_command in ['resume']:
|
|
885
885
|
ret = self.storage_node__resume(sub_command, args)
|
|
886
|
-
|
|
886
|
+
elif sub_command in ['get-io-stats']:
|
|
887
887
|
ret = self.storage_node__get_io_stats(sub_command, args)
|
|
888
|
-
|
|
888
|
+
elif sub_command in ['get-capacity']:
|
|
889
889
|
ret = self.storage_node__get_capacity(sub_command, args)
|
|
890
|
-
|
|
890
|
+
elif sub_command in ['list-devices']:
|
|
891
891
|
ret = self.storage_node__list_devices(sub_command, args)
|
|
892
|
-
|
|
892
|
+
elif sub_command in ['device-testing-mode']:
|
|
893
893
|
if not self.developer_mode:
|
|
894
894
|
print("This command is private.")
|
|
895
895
|
ret = False
|
|
896
896
|
else:
|
|
897
897
|
ret = self.storage_node__device_testing_mode(sub_command, args)
|
|
898
|
-
|
|
898
|
+
elif sub_command in ['get-device']:
|
|
899
899
|
ret = self.storage_node__get_device(sub_command, args)
|
|
900
|
-
|
|
900
|
+
elif sub_command in ['reset-device']:
|
|
901
901
|
ret = self.storage_node__reset_device(sub_command, args)
|
|
902
|
-
|
|
902
|
+
elif sub_command in ['restart-device']:
|
|
903
903
|
ret = self.storage_node__restart_device(sub_command, args)
|
|
904
|
-
|
|
904
|
+
elif sub_command in ['add-device']:
|
|
905
905
|
ret = self.storage_node__add_device(sub_command, args)
|
|
906
|
-
|
|
906
|
+
elif sub_command in ['remove-device']:
|
|
907
907
|
ret = self.storage_node__remove_device(sub_command, args)
|
|
908
|
-
|
|
908
|
+
elif sub_command in ['set-failed-device']:
|
|
909
909
|
ret = self.storage_node__set_failed_device(sub_command, args)
|
|
910
|
-
|
|
910
|
+
elif sub_command in ['get-capacity-device']:
|
|
911
911
|
ret = self.storage_node__get_capacity_device(sub_command, args)
|
|
912
|
-
|
|
912
|
+
elif sub_command in ['get-io-stats-device']:
|
|
913
913
|
ret = self.storage_node__get_io_stats_device(sub_command, args)
|
|
914
|
-
|
|
914
|
+
elif sub_command in ['port-list']:
|
|
915
915
|
ret = self.storage_node__port_list(sub_command, args)
|
|
916
|
-
|
|
916
|
+
elif sub_command in ['port-io-stats']:
|
|
917
917
|
ret = self.storage_node__port_io_stats(sub_command, args)
|
|
918
|
-
|
|
918
|
+
elif sub_command in ['check']:
|
|
919
919
|
ret = self.storage_node__check(sub_command, args)
|
|
920
|
-
|
|
920
|
+
elif sub_command in ['check-device']:
|
|
921
921
|
ret = self.storage_node__check_device(sub_command, args)
|
|
922
|
-
|
|
922
|
+
elif sub_command in ['info']:
|
|
923
923
|
ret = self.storage_node__info(sub_command, args)
|
|
924
|
-
|
|
924
|
+
elif sub_command in ['info-spdk']:
|
|
925
925
|
if not self.developer_mode:
|
|
926
926
|
print("This command is private.")
|
|
927
927
|
ret = False
|
|
928
928
|
else:
|
|
929
929
|
ret = self.storage_node__info_spdk(sub_command, args)
|
|
930
|
-
|
|
930
|
+
elif sub_command in ['remove-jm-device']:
|
|
931
931
|
if not self.developer_mode:
|
|
932
932
|
print("This command is private.")
|
|
933
933
|
ret = False
|
|
934
934
|
else:
|
|
935
935
|
ret = self.storage_node__remove_jm_device(sub_command, args)
|
|
936
|
-
|
|
936
|
+
elif sub_command in ['restart-jm-device']:
|
|
937
937
|
ret = self.storage_node__restart_jm_device(sub_command, args)
|
|
938
|
-
|
|
938
|
+
elif sub_command in ['send-cluster-map']:
|
|
939
939
|
if not self.developer_mode:
|
|
940
940
|
print("This command is private.")
|
|
941
941
|
ret = False
|
|
942
942
|
else:
|
|
943
943
|
ret = self.storage_node__send_cluster_map(sub_command, args)
|
|
944
|
-
|
|
944
|
+
elif sub_command in ['get-cluster-map']:
|
|
945
945
|
if not self.developer_mode:
|
|
946
946
|
print("This command is private.")
|
|
947
947
|
ret = False
|
|
948
948
|
else:
|
|
949
949
|
ret = self.storage_node__get_cluster_map(sub_command, args)
|
|
950
|
-
|
|
950
|
+
elif sub_command in ['make-primary']:
|
|
951
951
|
if not self.developer_mode:
|
|
952
952
|
print("This command is private.")
|
|
953
953
|
ret = False
|
|
954
954
|
else:
|
|
955
955
|
ret = self.storage_node__make_primary(sub_command, args)
|
|
956
|
-
|
|
956
|
+
elif sub_command in ['dump-lvstore']:
|
|
957
957
|
if not self.developer_mode:
|
|
958
958
|
print("This command is private.")
|
|
959
959
|
ret = False
|
|
@@ -966,51 +966,51 @@ class CLIWrapper(CLIWrapperBase):
|
|
|
966
966
|
sub_command = args_dict['cluster']
|
|
967
967
|
if sub_command in ['deploy']:
|
|
968
968
|
ret = self.cluster__deploy(sub_command, args)
|
|
969
|
-
|
|
969
|
+
elif sub_command in ['create']:
|
|
970
970
|
ret = self.cluster__create(sub_command, args)
|
|
971
|
-
|
|
971
|
+
elif sub_command in ['add']:
|
|
972
972
|
ret = self.cluster__add(sub_command, args)
|
|
973
|
-
|
|
973
|
+
elif sub_command in ['activate']:
|
|
974
974
|
ret = self.cluster__activate(sub_command, args)
|
|
975
|
-
|
|
975
|
+
elif sub_command in ['list']:
|
|
976
976
|
ret = self.cluster__list(sub_command, args)
|
|
977
|
-
|
|
977
|
+
elif sub_command in ['status']:
|
|
978
978
|
ret = self.cluster__status(sub_command, args)
|
|
979
|
-
|
|
979
|
+
elif sub_command in ['show']:
|
|
980
980
|
ret = self.cluster__show(sub_command, args)
|
|
981
|
-
|
|
981
|
+
elif sub_command in ['get']:
|
|
982
982
|
ret = self.cluster__get(sub_command, args)
|
|
983
|
-
|
|
983
|
+
elif sub_command in ['get-capacity']:
|
|
984
984
|
ret = self.cluster__get_capacity(sub_command, args)
|
|
985
|
-
|
|
985
|
+
elif sub_command in ['get-io-stats']:
|
|
986
986
|
ret = self.cluster__get_io_stats(sub_command, args)
|
|
987
|
-
|
|
987
|
+
elif sub_command in ['get-logs']:
|
|
988
988
|
ret = self.cluster__get_logs(sub_command, args)
|
|
989
|
-
|
|
989
|
+
elif sub_command in ['get-secret']:
|
|
990
990
|
ret = self.cluster__get_secret(sub_command, args)
|
|
991
|
-
|
|
991
|
+
elif sub_command in ['update-secret']:
|
|
992
992
|
ret = self.cluster__update_secret(sub_command, args)
|
|
993
|
-
|
|
993
|
+
elif sub_command in ['check']:
|
|
994
994
|
ret = self.cluster__check(sub_command, args)
|
|
995
|
-
|
|
995
|
+
elif sub_command in ['update']:
|
|
996
996
|
ret = self.cluster__update(sub_command, args)
|
|
997
|
-
|
|
997
|
+
elif sub_command in ['graceful-shutdown']:
|
|
998
998
|
if not self.developer_mode:
|
|
999
999
|
print("This command is private.")
|
|
1000
1000
|
ret = False
|
|
1001
1001
|
else:
|
|
1002
1002
|
ret = self.cluster__graceful_shutdown(sub_command, args)
|
|
1003
|
-
|
|
1003
|
+
elif sub_command in ['graceful-startup']:
|
|
1004
1004
|
if not self.developer_mode:
|
|
1005
1005
|
print("This command is private.")
|
|
1006
1006
|
ret = False
|
|
1007
1007
|
else:
|
|
1008
1008
|
ret = self.cluster__graceful_startup(sub_command, args)
|
|
1009
|
-
|
|
1009
|
+
elif sub_command in ['list-tasks']:
|
|
1010
1010
|
ret = self.cluster__list_tasks(sub_command, args)
|
|
1011
|
-
|
|
1011
|
+
elif sub_command in ['cancel-task']:
|
|
1012
1012
|
ret = self.cluster__cancel_task(sub_command, args)
|
|
1013
|
-
|
|
1013
|
+
elif sub_command in ['delete']:
|
|
1014
1014
|
ret = self.cluster__delete(sub_command, args)
|
|
1015
1015
|
else:
|
|
1016
1016
|
self.parser.print_help()
|
|
@@ -1019,41 +1019,41 @@ class CLIWrapper(CLIWrapperBase):
|
|
|
1019
1019
|
sub_command = args_dict['volume']
|
|
1020
1020
|
if sub_command in ['add']:
|
|
1021
1021
|
ret = self.volume__add(sub_command, args)
|
|
1022
|
-
|
|
1022
|
+
elif sub_command in ['qos-set']:
|
|
1023
1023
|
ret = self.volume__qos_set(sub_command, args)
|
|
1024
|
-
|
|
1024
|
+
elif sub_command in ['list']:
|
|
1025
1025
|
ret = self.volume__list(sub_command, args)
|
|
1026
|
-
|
|
1026
|
+
elif sub_command in ['list-mem']:
|
|
1027
1027
|
if not self.developer_mode:
|
|
1028
1028
|
print("This command is private.")
|
|
1029
1029
|
ret = False
|
|
1030
1030
|
else:
|
|
1031
1031
|
ret = self.volume__list_mem(sub_command, args)
|
|
1032
|
-
|
|
1032
|
+
elif sub_command in ['get']:
|
|
1033
1033
|
ret = self.volume__get(sub_command, args)
|
|
1034
|
-
|
|
1034
|
+
elif sub_command in ['delete']:
|
|
1035
1035
|
ret = self.volume__delete(sub_command, args)
|
|
1036
|
-
|
|
1036
|
+
elif sub_command in ['connect']:
|
|
1037
1037
|
ret = self.volume__connect(sub_command, args)
|
|
1038
|
-
|
|
1038
|
+
elif sub_command in ['resize']:
|
|
1039
1039
|
ret = self.volume__resize(sub_command, args)
|
|
1040
|
-
|
|
1040
|
+
elif sub_command in ['create-snapshot']:
|
|
1041
1041
|
ret = self.volume__create_snapshot(sub_command, args)
|
|
1042
|
-
|
|
1042
|
+
elif sub_command in ['clone']:
|
|
1043
1043
|
ret = self.volume__clone(sub_command, args)
|
|
1044
|
-
|
|
1044
|
+
elif sub_command in ['move']:
|
|
1045
1045
|
if not self.developer_mode:
|
|
1046
1046
|
print("This command is private.")
|
|
1047
1047
|
ret = False
|
|
1048
1048
|
else:
|
|
1049
1049
|
ret = self.volume__move(sub_command, args)
|
|
1050
|
-
|
|
1050
|
+
elif sub_command in ['get-capacity']:
|
|
1051
1051
|
ret = self.volume__get_capacity(sub_command, args)
|
|
1052
|
-
|
|
1052
|
+
elif sub_command in ['get-io-stats']:
|
|
1053
1053
|
ret = self.volume__get_io_stats(sub_command, args)
|
|
1054
|
-
|
|
1054
|
+
elif sub_command in ['check']:
|
|
1055
1055
|
ret = self.volume__check(sub_command, args)
|
|
1056
|
-
|
|
1056
|
+
elif sub_command in ['inflate']:
|
|
1057
1057
|
ret = self.volume__inflate(sub_command, args)
|
|
1058
1058
|
else:
|
|
1059
1059
|
self.parser.print_help()
|
|
@@ -1062,9 +1062,9 @@ class CLIWrapper(CLIWrapperBase):
|
|
|
1062
1062
|
sub_command = args_dict['control-plane']
|
|
1063
1063
|
if sub_command in ['add']:
|
|
1064
1064
|
ret = self.control_plane__add(sub_command, args)
|
|
1065
|
-
|
|
1065
|
+
elif sub_command in ['list']:
|
|
1066
1066
|
ret = self.control_plane__list(sub_command, args)
|
|
1067
|
-
|
|
1067
|
+
elif sub_command in ['remove']:
|
|
1068
1068
|
ret = self.control_plane__remove(sub_command, args)
|
|
1069
1069
|
else:
|
|
1070
1070
|
self.parser.print_help()
|
|
@@ -1073,21 +1073,21 @@ class CLIWrapper(CLIWrapperBase):
|
|
|
1073
1073
|
sub_command = args_dict['storage-pool']
|
|
1074
1074
|
if sub_command in ['add']:
|
|
1075
1075
|
ret = self.storage_pool__add(sub_command, args)
|
|
1076
|
-
|
|
1076
|
+
elif sub_command in ['set']:
|
|
1077
1077
|
ret = self.storage_pool__set(sub_command, args)
|
|
1078
|
-
|
|
1078
|
+
elif sub_command in ['list']:
|
|
1079
1079
|
ret = self.storage_pool__list(sub_command, args)
|
|
1080
|
-
|
|
1080
|
+
elif sub_command in ['get']:
|
|
1081
1081
|
ret = self.storage_pool__get(sub_command, args)
|
|
1082
|
-
|
|
1082
|
+
elif sub_command in ['delete']:
|
|
1083
1083
|
ret = self.storage_pool__delete(sub_command, args)
|
|
1084
|
-
|
|
1084
|
+
elif sub_command in ['enable']:
|
|
1085
1085
|
ret = self.storage_pool__enable(sub_command, args)
|
|
1086
|
-
|
|
1086
|
+
elif sub_command in ['disable']:
|
|
1087
1087
|
ret = self.storage_pool__disable(sub_command, args)
|
|
1088
|
-
|
|
1088
|
+
elif sub_command in ['get-capacity']:
|
|
1089
1089
|
ret = self.storage_pool__get_capacity(sub_command, args)
|
|
1090
|
-
|
|
1090
|
+
elif sub_command in ['get-io-stats']:
|
|
1091
1091
|
ret = self.storage_pool__get_io_stats(sub_command, args)
|
|
1092
1092
|
else:
|
|
1093
1093
|
self.parser.print_help()
|
|
@@ -1096,11 +1096,11 @@ class CLIWrapper(CLIWrapperBase):
|
|
|
1096
1096
|
sub_command = args_dict['snapshot']
|
|
1097
1097
|
if sub_command in ['add']:
|
|
1098
1098
|
ret = self.snapshot__add(sub_command, args)
|
|
1099
|
-
|
|
1099
|
+
elif sub_command in ['list']:
|
|
1100
1100
|
ret = self.snapshot__list(sub_command, args)
|
|
1101
|
-
|
|
1101
|
+
elif sub_command in ['delete']:
|
|
1102
1102
|
ret = self.snapshot__delete(sub_command, args)
|
|
1103
|
-
|
|
1103
|
+
elif sub_command in ['clone']:
|
|
1104
1104
|
ret = self.snapshot__clone(sub_command, args)
|
|
1105
1105
|
else:
|
|
1106
1106
|
self.parser.print_help()
|
|
@@ -1109,21 +1109,21 @@ class CLIWrapper(CLIWrapperBase):
|
|
|
1109
1109
|
sub_command = args_dict['caching-node']
|
|
1110
1110
|
if sub_command in ['deploy']:
|
|
1111
1111
|
ret = self.caching_node__deploy(sub_command, args)
|
|
1112
|
-
|
|
1112
|
+
elif sub_command in ['add-node']:
|
|
1113
1113
|
ret = self.caching_node__add_node(sub_command, args)
|
|
1114
|
-
|
|
1114
|
+
elif sub_command in ['list']:
|
|
1115
1115
|
ret = self.caching_node__list(sub_command, args)
|
|
1116
|
-
|
|
1116
|
+
elif sub_command in ['list-lvols']:
|
|
1117
1117
|
ret = self.caching_node__list_lvols(sub_command, args)
|
|
1118
|
-
|
|
1118
|
+
elif sub_command in ['remove']:
|
|
1119
1119
|
ret = self.caching_node__remove(sub_command, args)
|
|
1120
|
-
|
|
1120
|
+
elif sub_command in ['connect']:
|
|
1121
1121
|
ret = self.caching_node__connect(sub_command, args)
|
|
1122
|
-
|
|
1122
|
+
elif sub_command in ['disconnect']:
|
|
1123
1123
|
ret = self.caching_node__disconnect(sub_command, args)
|
|
1124
|
-
|
|
1124
|
+
elif sub_command in ['recreate']:
|
|
1125
1125
|
ret = self.caching_node__recreate(sub_command, args)
|
|
1126
|
-
|
|
1126
|
+
elif sub_command in ['get-lvol-stats']:
|
|
1127
1127
|
ret = self.caching_node__get_lvol_stats(sub_command, args)
|
|
1128
1128
|
else:
|
|
1129
1129
|
self.parser.print_help()
|
|
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-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/caching_node_controller.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/alerting/alert_resources.yaml.j2
RENAMED
|
File without changes
|
|
File without changes
|
{sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/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-14.0.1 → sbcli_dev-14.0.2}/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
|
{sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/docker-compose-swarm-monitoring.yml
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
|
{sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/cached_lvol_stat_collector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/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
|
|
File without changes
|
{sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/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
|
|
File without changes
|
{sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/tasks_runner_failed_migration.py
RENAMED
|
File without changes
|
|
File without changes
|
{sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/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
|
|
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
|