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.
Files changed (159) hide show
  1. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/PKG-INFO +1 -1
  2. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/PKG-INFO +1 -1
  3. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_cli/cli.py +88 -88
  4. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/env_var +1 -1
  5. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/README.md +0 -0
  6. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/pyproject.toml +0 -0
  7. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/requirements.txt +0 -0
  8. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/SOURCES.txt +0 -0
  9. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/dependency_links.txt +0 -0
  10. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/entry_points.txt +0 -0
  11. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/requires.txt +0 -0
  12. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/sbcli_dev.egg-info/top_level.txt +0 -0
  13. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/setup.cfg +0 -0
  14. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/setup.py +0 -0
  15. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_cli/__init__.py +0 -0
  16. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_cli/clibase.py +0 -0
  17. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_cli/main.py +0 -0
  18. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/__init__.py +0 -0
  19. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/cluster_ops.py +0 -0
  20. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/cnode_client.py +0 -0
  21. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/constants.py +0 -0
  22. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/__init__.py +0 -0
  23. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/caching_node_controller.py +0 -0
  24. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/cluster_events.py +0 -0
  25. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/device_controller.py +0 -0
  26. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/device_events.py +0 -0
  27. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/events_controller.py +0 -0
  28. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/health_controller.py +0 -0
  29. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/lvol_controller.py +0 -0
  30. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/lvol_events.py +0 -0
  31. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/mgmt_events.py +0 -0
  32. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/pool_controller.py +0 -0
  33. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/pool_events.py +0 -0
  34. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/snapshot_controller.py +0 -0
  35. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/snapshot_events.py +0 -0
  36. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/storage_events.py +0 -0
  37. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/tasks_controller.py +0 -0
  38. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/tasks_events.py +0 -0
  39. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/controllers/tcp_ports_events.py +0 -0
  40. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/db_controller.py +0 -0
  41. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/distr_controller.py +0 -0
  42. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/mgmt_node_ops.py +0 -0
  43. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/__init__.py +0 -0
  44. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/base_model.py +0 -0
  45. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/caching_node.py +0 -0
  46. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/cluster.py +0 -0
  47. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/deployer.py +0 -0
  48. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/events.py +0 -0
  49. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/iface.py +0 -0
  50. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/job_schedule.py +0 -0
  51. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/lvol_model.py +0 -0
  52. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/mgmt_node.py +0 -0
  53. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/nvme_device.py +0 -0
  54. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/pool.py +0 -0
  55. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/port_stat.py +0 -0
  56. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/snapshot.py +0 -0
  57. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/stats.py +0 -0
  58. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/models/storage_node.py +0 -0
  59. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/pci_utils.py +0 -0
  60. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/rpc_client.py +0 -0
  61. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/__init__.py +0 -0
  62. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/alerting/alert_resources.yaml.j2 +0 -0
  63. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/alerting/alert_rules.yaml +0 -0
  64. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/clean_local_storage_deploy.sh +0 -0
  65. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/config_docker.sh +0 -0
  66. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboard.yml +0 -0
  67. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/cluster.json +0 -0
  68. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/devices.json +0 -0
  69. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/lvols.json +0 -0
  70. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/node-exporter.json +0 -0
  71. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/nodes.json +0 -0
  72. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/dashboards/pools.json +0 -0
  73. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/datasource.yml +0 -0
  74. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/db_config_double.sh +0 -0
  75. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/db_config_single.sh +0 -0
  76. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/deploy_fdb.sh +0 -0
  77. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/deploy_stack.sh +0 -0
  78. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/docker-compose-swarm-monitoring.yml +0 -0
  79. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/docker-compose-swarm.yml +0 -0
  80. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/foundation.yml +0 -0
  81. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/haproxy.cfg +0 -0
  82. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/install_deps.sh +0 -0
  83. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/objstore.yml +0 -0
  84. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/prepare_fdb.sh +0 -0
  85. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/prometheus.yml +0 -0
  86. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/run_ssh.sh +0 -0
  87. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/set_db_config.sh +0 -0
  88. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/scripts/stack_deploy_wait.sh +0 -0
  89. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/__init__.py +0 -0
  90. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/cached_lvol_stat_collector.py +0 -0
  91. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/caching_node_monitor.py +0 -0
  92. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/cap_monitor.py +0 -0
  93. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/capacity_and_stats_collector.py +0 -0
  94. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/device_monitor.py +0 -0
  95. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/health_check_service.py +0 -0
  96. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/install_service.sh +0 -0
  97. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/log_agg_service.py +0 -0
  98. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/lvol_monitor.py +0 -0
  99. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/lvol_stat_collector.py +0 -0
  100. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/main_distr_event_collector.py +0 -0
  101. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/mgmt_node_monitor.py +0 -0
  102. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/new_device_discovery.py +0 -0
  103. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/port_stat_collector.py +0 -0
  104. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/remove_service.sh +0 -0
  105. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/service_template.service +0 -0
  106. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/spdk/__init__.py +0 -0
  107. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/spdk/client.py +0 -0
  108. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/spdk_http_proxy_server.py +0 -0
  109. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/spdk_stats_collector.py +0 -0
  110. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/storage_node_monitor.py +0 -0
  111. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/tasks_runner_failed_migration.py +0 -0
  112. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/tasks_runner_migration.py +0 -0
  113. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/tasks_runner_new_dev_migration.py +0 -0
  114. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/tasks_runner_node_add.py +0 -0
  115. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/services/tasks_runner_restart.py +0 -0
  116. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/shell_utils.py +0 -0
  117. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/snode_client.py +0 -0
  118. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/storage_node_ops.py +0 -0
  119. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/utils.py +0 -0
  120. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_core/workers/cleanup_foundationdb.py +0 -0
  121. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/README.md +0 -0
  122. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/__init__.py +0 -0
  123. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/app.py +0 -0
  124. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/auth_middleware.py +0 -0
  125. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/__init__.py +0 -0
  126. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/caching_node_ops.py +0 -0
  127. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/caching_node_ops_k8s.py +0 -0
  128. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/node_api_basic.py +0 -0
  129. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/node_api_caching_docker.py +0 -0
  130. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/node_api_caching_ks.py +0 -0
  131. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/snode_ops.py +0 -0
  132. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/snode_ops_k8s.py +0 -0
  133. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_caching_node.py +0 -0
  134. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_cluster.py +0 -0
  135. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_deployer.py +0 -0
  136. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_device.py +0 -0
  137. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_lvol.py +0 -0
  138. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_mgmt_node.py +0 -0
  139. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_pool.py +0 -0
  140. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_snapshot.py +0 -0
  141. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/blueprints/web_api_storage_node.py +0 -0
  142. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/caching_node_app.py +0 -0
  143. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/caching_node_app_k8s.py +0 -0
  144. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/node_utils.py +0 -0
  145. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/node_webapp.py +0 -0
  146. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/requirements.txt +0 -0
  147. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/snode_app.py +0 -0
  148. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/snode_app_k8s.py +0 -0
  149. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/delete.py +0 -0
  150. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/deploy.py +0 -0
  151. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/deploy_cnode.yaml +0 -0
  152. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/deploy_spdk.yaml +0 -0
  153. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/is_up.py +0 -0
  154. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/list_deps.py +0 -0
  155. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/rpac.yaml +0 -0
  156. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/static/tst.py +0 -0
  157. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/templates/caching_deploy_spdk.yaml.j2 +0 -0
  158. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/templates/storage_deploy_spdk.yaml.j2 +0 -0
  159. {sbcli_dev-14.0.1 → sbcli_dev-14.0.2}/simplyblock_web/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: sbcli-dev
3
- Version: 14.0.1
3
+ Version: 14.0.2
4
4
  Summary: CLI for managing SimplyBlock cluster
5
5
  Home-page: https://www.simplyblock.io/
6
6
  Author: Hamdy
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: sbcli-dev
3
- Version: 14.0.1
3
+ Version: 14.0.2
4
4
  Summary: CLI for managing SimplyBlock cluster
5
5
  Home-page: https://www.simplyblock.io/
6
6
  Author: Hamdy
@@ -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
- if sub_command in ['deploy-cleaner']:
866
+ elif sub_command in ['deploy-cleaner']:
867
867
  ret = self.storage_node__deploy_cleaner(sub_command, args)
868
- if sub_command in ['add-node']:
868
+ elif sub_command in ['add-node']:
869
869
  ret = self.storage_node__add_node(sub_command, args)
870
- if sub_command in ['delete']:
870
+ elif sub_command in ['delete']:
871
871
  ret = self.storage_node__delete(sub_command, args)
872
- if sub_command in ['remove']:
872
+ elif sub_command in ['remove']:
873
873
  ret = self.storage_node__remove(sub_command, args)
874
- if sub_command in ['list']:
874
+ elif sub_command in ['list']:
875
875
  ret = self.storage_node__list(sub_command, args)
876
- if sub_command in ['get']:
876
+ elif sub_command in ['get']:
877
877
  ret = self.storage_node__get(sub_command, args)
878
- if sub_command in ['restart']:
878
+ elif sub_command in ['restart']:
879
879
  ret = self.storage_node__restart(sub_command, args)
880
- if sub_command in ['shutdown']:
880
+ elif sub_command in ['shutdown']:
881
881
  ret = self.storage_node__shutdown(sub_command, args)
882
- if sub_command in ['suspend']:
882
+ elif sub_command in ['suspend']:
883
883
  ret = self.storage_node__suspend(sub_command, args)
884
- if sub_command in ['resume']:
884
+ elif sub_command in ['resume']:
885
885
  ret = self.storage_node__resume(sub_command, args)
886
- if sub_command in ['get-io-stats']:
886
+ elif sub_command in ['get-io-stats']:
887
887
  ret = self.storage_node__get_io_stats(sub_command, args)
888
- if sub_command in ['get-capacity']:
888
+ elif sub_command in ['get-capacity']:
889
889
  ret = self.storage_node__get_capacity(sub_command, args)
890
- if sub_command in ['list-devices']:
890
+ elif sub_command in ['list-devices']:
891
891
  ret = self.storage_node__list_devices(sub_command, args)
892
- if sub_command in ['device-testing-mode']:
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
- if sub_command in ['get-device']:
898
+ elif sub_command in ['get-device']:
899
899
  ret = self.storage_node__get_device(sub_command, args)
900
- if sub_command in ['reset-device']:
900
+ elif sub_command in ['reset-device']:
901
901
  ret = self.storage_node__reset_device(sub_command, args)
902
- if sub_command in ['restart-device']:
902
+ elif sub_command in ['restart-device']:
903
903
  ret = self.storage_node__restart_device(sub_command, args)
904
- if sub_command in ['add-device']:
904
+ elif sub_command in ['add-device']:
905
905
  ret = self.storage_node__add_device(sub_command, args)
906
- if sub_command in ['remove-device']:
906
+ elif sub_command in ['remove-device']:
907
907
  ret = self.storage_node__remove_device(sub_command, args)
908
- if sub_command in ['set-failed-device']:
908
+ elif sub_command in ['set-failed-device']:
909
909
  ret = self.storage_node__set_failed_device(sub_command, args)
910
- if sub_command in ['get-capacity-device']:
910
+ elif sub_command in ['get-capacity-device']:
911
911
  ret = self.storage_node__get_capacity_device(sub_command, args)
912
- if sub_command in ['get-io-stats-device']:
912
+ elif sub_command in ['get-io-stats-device']:
913
913
  ret = self.storage_node__get_io_stats_device(sub_command, args)
914
- if sub_command in ['port-list']:
914
+ elif sub_command in ['port-list']:
915
915
  ret = self.storage_node__port_list(sub_command, args)
916
- if sub_command in ['port-io-stats']:
916
+ elif sub_command in ['port-io-stats']:
917
917
  ret = self.storage_node__port_io_stats(sub_command, args)
918
- if sub_command in ['check']:
918
+ elif sub_command in ['check']:
919
919
  ret = self.storage_node__check(sub_command, args)
920
- if sub_command in ['check-device']:
920
+ elif sub_command in ['check-device']:
921
921
  ret = self.storage_node__check_device(sub_command, args)
922
- if sub_command in ['info']:
922
+ elif sub_command in ['info']:
923
923
  ret = self.storage_node__info(sub_command, args)
924
- if sub_command in ['info-spdk']:
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
- if sub_command in ['remove-jm-device']:
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
- if sub_command in ['restart-jm-device']:
936
+ elif sub_command in ['restart-jm-device']:
937
937
  ret = self.storage_node__restart_jm_device(sub_command, args)
938
- if sub_command in ['send-cluster-map']:
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
- if sub_command in ['get-cluster-map']:
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
- if sub_command in ['make-primary']:
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
- if sub_command in ['dump-lvstore']:
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
- if sub_command in ['create']:
969
+ elif sub_command in ['create']:
970
970
  ret = self.cluster__create(sub_command, args)
971
- if sub_command in ['add']:
971
+ elif sub_command in ['add']:
972
972
  ret = self.cluster__add(sub_command, args)
973
- if sub_command in ['activate']:
973
+ elif sub_command in ['activate']:
974
974
  ret = self.cluster__activate(sub_command, args)
975
- if sub_command in ['list']:
975
+ elif sub_command in ['list']:
976
976
  ret = self.cluster__list(sub_command, args)
977
- if sub_command in ['status']:
977
+ elif sub_command in ['status']:
978
978
  ret = self.cluster__status(sub_command, args)
979
- if sub_command in ['show']:
979
+ elif sub_command in ['show']:
980
980
  ret = self.cluster__show(sub_command, args)
981
- if sub_command in ['get']:
981
+ elif sub_command in ['get']:
982
982
  ret = self.cluster__get(sub_command, args)
983
- if sub_command in ['get-capacity']:
983
+ elif sub_command in ['get-capacity']:
984
984
  ret = self.cluster__get_capacity(sub_command, args)
985
- if sub_command in ['get-io-stats']:
985
+ elif sub_command in ['get-io-stats']:
986
986
  ret = self.cluster__get_io_stats(sub_command, args)
987
- if sub_command in ['get-logs']:
987
+ elif sub_command in ['get-logs']:
988
988
  ret = self.cluster__get_logs(sub_command, args)
989
- if sub_command in ['get-secret']:
989
+ elif sub_command in ['get-secret']:
990
990
  ret = self.cluster__get_secret(sub_command, args)
991
- if sub_command in ['update-secret']:
991
+ elif sub_command in ['update-secret']:
992
992
  ret = self.cluster__update_secret(sub_command, args)
993
- if sub_command in ['check']:
993
+ elif sub_command in ['check']:
994
994
  ret = self.cluster__check(sub_command, args)
995
- if sub_command in ['update']:
995
+ elif sub_command in ['update']:
996
996
  ret = self.cluster__update(sub_command, args)
997
- if sub_command in ['graceful-shutdown']:
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
- if sub_command in ['graceful-startup']:
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
- if sub_command in ['list-tasks']:
1009
+ elif sub_command in ['list-tasks']:
1010
1010
  ret = self.cluster__list_tasks(sub_command, args)
1011
- if sub_command in ['cancel-task']:
1011
+ elif sub_command in ['cancel-task']:
1012
1012
  ret = self.cluster__cancel_task(sub_command, args)
1013
- if sub_command in ['delete']:
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
- if sub_command in ['qos-set']:
1022
+ elif sub_command in ['qos-set']:
1023
1023
  ret = self.volume__qos_set(sub_command, args)
1024
- if sub_command in ['list']:
1024
+ elif sub_command in ['list']:
1025
1025
  ret = self.volume__list(sub_command, args)
1026
- if sub_command in ['list-mem']:
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
- if sub_command in ['get']:
1032
+ elif sub_command in ['get']:
1033
1033
  ret = self.volume__get(sub_command, args)
1034
- if sub_command in ['delete']:
1034
+ elif sub_command in ['delete']:
1035
1035
  ret = self.volume__delete(sub_command, args)
1036
- if sub_command in ['connect']:
1036
+ elif sub_command in ['connect']:
1037
1037
  ret = self.volume__connect(sub_command, args)
1038
- if sub_command in ['resize']:
1038
+ elif sub_command in ['resize']:
1039
1039
  ret = self.volume__resize(sub_command, args)
1040
- if sub_command in ['create-snapshot']:
1040
+ elif sub_command in ['create-snapshot']:
1041
1041
  ret = self.volume__create_snapshot(sub_command, args)
1042
- if sub_command in ['clone']:
1042
+ elif sub_command in ['clone']:
1043
1043
  ret = self.volume__clone(sub_command, args)
1044
- if sub_command in ['move']:
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
- if sub_command in ['get-capacity']:
1050
+ elif sub_command in ['get-capacity']:
1051
1051
  ret = self.volume__get_capacity(sub_command, args)
1052
- if sub_command in ['get-io-stats']:
1052
+ elif sub_command in ['get-io-stats']:
1053
1053
  ret = self.volume__get_io_stats(sub_command, args)
1054
- if sub_command in ['check']:
1054
+ elif sub_command in ['check']:
1055
1055
  ret = self.volume__check(sub_command, args)
1056
- if sub_command in ['inflate']:
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
- if sub_command in ['list']:
1065
+ elif sub_command in ['list']:
1066
1066
  ret = self.control_plane__list(sub_command, args)
1067
- if sub_command in ['remove']:
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
- if sub_command in ['set']:
1076
+ elif sub_command in ['set']:
1077
1077
  ret = self.storage_pool__set(sub_command, args)
1078
- if sub_command in ['list']:
1078
+ elif sub_command in ['list']:
1079
1079
  ret = self.storage_pool__list(sub_command, args)
1080
- if sub_command in ['get']:
1080
+ elif sub_command in ['get']:
1081
1081
  ret = self.storage_pool__get(sub_command, args)
1082
- if sub_command in ['delete']:
1082
+ elif sub_command in ['delete']:
1083
1083
  ret = self.storage_pool__delete(sub_command, args)
1084
- if sub_command in ['enable']:
1084
+ elif sub_command in ['enable']:
1085
1085
  ret = self.storage_pool__enable(sub_command, args)
1086
- if sub_command in ['disable']:
1086
+ elif sub_command in ['disable']:
1087
1087
  ret = self.storage_pool__disable(sub_command, args)
1088
- if sub_command in ['get-capacity']:
1088
+ elif sub_command in ['get-capacity']:
1089
1089
  ret = self.storage_pool__get_capacity(sub_command, args)
1090
- if sub_command in ['get-io-stats']:
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
- if sub_command in ['list']:
1099
+ elif sub_command in ['list']:
1100
1100
  ret = self.snapshot__list(sub_command, args)
1101
- if sub_command in ['delete']:
1101
+ elif sub_command in ['delete']:
1102
1102
  ret = self.snapshot__delete(sub_command, args)
1103
- if sub_command in ['clone']:
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
- if sub_command in ['add-node']:
1112
+ elif sub_command in ['add-node']:
1113
1113
  ret = self.caching_node__add_node(sub_command, args)
1114
- if sub_command in ['list']:
1114
+ elif sub_command in ['list']:
1115
1115
  ret = self.caching_node__list(sub_command, args)
1116
- if sub_command in ['list-lvols']:
1116
+ elif sub_command in ['list-lvols']:
1117
1117
  ret = self.caching_node__list_lvols(sub_command, args)
1118
- if sub_command in ['remove']:
1118
+ elif sub_command in ['remove']:
1119
1119
  ret = self.caching_node__remove(sub_command, args)
1120
- if sub_command in ['connect']:
1120
+ elif sub_command in ['connect']:
1121
1121
  ret = self.caching_node__connect(sub_command, args)
1122
- if sub_command in ['disconnect']:
1122
+ elif sub_command in ['disconnect']:
1123
1123
  ret = self.caching_node__disconnect(sub_command, args)
1124
- if sub_command in ['recreate']:
1124
+ elif sub_command in ['recreate']:
1125
1125
  ret = self.caching_node__recreate(sub_command, args)
1126
- if sub_command in ['get-lvol-stats']:
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()
@@ -1,5 +1,5 @@
1
1
  SIMPLY_BLOCK_COMMAND_NAME=sbcli-dev
2
- SIMPLY_BLOCK_VERSION=14.0.1
2
+ SIMPLY_BLOCK_VERSION=14.0.2
3
3
 
4
4
  SIMPLY_BLOCK_DOCKER_IMAGE=public.ecr.aws/simply-block/simplyblock:main
5
5
  DOCKER_USER=hamdysimplyblock
File without changes
File without changes
File without changes
File without changes
File without changes