sbcli-pre 1.3.1__zip → 1.3.3__zip
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_pre-1.3.1 → sbcli_pre-1.3.3}/PKG-INFO +1 -1
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/env_var +1 -1
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/sbcli_pre.egg-info/PKG-INFO +1 -1
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/constants.py +1 -2
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/caching_node_controller.py +0 -2
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/rpc_client.py +14 -1
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/storage_node_monitor.py +7 -3
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/caching_node_ops_k8s.py +1 -1
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/README.md +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/pyproject.toml +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/sbcli_pre.egg-info/SOURCES.txt +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/sbcli_pre.egg-info/dependency_links.txt +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/sbcli_pre.egg-info/entry_points.txt +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/sbcli_pre.egg-info/requires.txt +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/sbcli_pre.egg-info/top_level.txt +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/setup.cfg +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/setup.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_cli/cli.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_cli/main.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/__init__.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/cluster_ops.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/cnode_client.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/compute_node_ops.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/__init__.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/cluster_events.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/device_controller.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/device_events.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/events_controller.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/health_controller.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/lvol_controller.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/lvol_events.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/mgmt_events.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/pool_controller.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/pool_events.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/snapshot_controller.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/snapshot_events.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/storage_events.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/tasks_controller.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/controllers/tasks_events.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/distr_controller.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/kv_store.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/mgmt_node_ops.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/__init__.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/base_model.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/caching_node.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/cluster.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/compute_node.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/deployer.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/events.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/global_settings.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/iface.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/job_schedule.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/lvol_model.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/mgmt_node.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/nvme_device.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/pool.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/port_stat.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/snapshot.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/stats.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/models/storage_node.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/pci_utils.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/__init__.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/alerting/alert_resources.yaml.j2 +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/alerting/alert_rules.yaml +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/clean_local_storage_deploy.sh +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/config_docker.sh +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/dashboards/cluster.json +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/dashboards/devices.json +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/dashboards/lvols.json +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/dashboards/node-exporter.json +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/dashboards/nodes.json +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/dashboards/pools.json +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/datasource.yml +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/db_config_double.sh +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/db_config_single.sh +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/deploy_stack.sh +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/docker-compose-swarm-monitoring.yml +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/docker-compose-swarm.yml +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/haproxy.cfg +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/install_deps.sh +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/prometheus.yml +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/run_ssh.sh +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/set_db_config.sh +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/stack_deploy_wait.sh +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/__init__.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/caching_node_monitor.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/cap_monitor.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/capacity_and_stats_collector.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/device_monitor.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/distr_event_collector.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/health_check_service.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/install_service.sh +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/log_agg_service.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/lvol_monitor.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/lvol_stat_collector.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/mgmt_node_monitor.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/port_stat_collector.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/remove_service.sh +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/service_template.service +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/tasks_runner_migration.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/services/tasks_runner_restart.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/shell_utils.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/snode_client.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/storage_node_ops.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/utils.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/__init__.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/app.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/auth_middleware.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/__init__.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/caching_node_ops.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/node_api_basic.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/node_api_caching_docker.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/node_api_caching_ks.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/snode_ops.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/web_api_caching_node.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/web_api_cluster.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/web_api_deployer.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/web_api_device.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/web_api_lvol.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/web_api_mgmt_node.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/web_api_pool.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/web_api_snapshot.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/blueprints/web_api_storage_node.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/caching_node_app.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/caching_node_app_k8s.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/node_utils.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/node_webapp.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/snode_app.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/static/delete.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/static/deploy.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/static/deploy_cnode.yaml +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/static/deploy_spdk.yaml +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/static/is_up.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/static/list_deps.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/static/rpac.yaml +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/static/tst.py +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/templates/deploy_spdk.yaml.j2 +0 -0
- {sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_web/utils.py +0 -0
@@ -53,14 +53,13 @@ GRAYLOG_CHECK_INTERVAL_SEC = 60
|
|
53
53
|
FDB_CHECK_INTERVAL_SEC = 60
|
54
54
|
|
55
55
|
SIMPLY_BLOCK_DOCKER_IMAGE = "simplyblock/simplyblock:pre-release"
|
56
|
-
SIMPLY_BLOCK_DOCKER_IMAGE_ARM64 = "simplyblock/simplyblock:main-arm64"
|
57
56
|
SIMPLY_BLOCK_CLI_NAME = "sbcli-dev"
|
58
57
|
TASK_EXEC_INTERVAL_SEC = 30
|
59
58
|
TASK_EXEC_RETRY_COUNT = 8
|
60
59
|
|
61
60
|
SIMPLY_BLOCK_SPDK_CORE_IMAGE = "simplyblock/spdk-core:latest"
|
62
61
|
SIMPLY_BLOCK_SPDK_CORE_IMAGE_ARM64 = "simplyblock/spdk-core:latest-arm64"
|
63
|
-
SIMPLY_BLOCK_SPDK_ULTRA_IMAGE = "simplyblock/spdk:
|
62
|
+
SIMPLY_BLOCK_SPDK_ULTRA_IMAGE = "simplyblock/spdk:prerelease-6e9243e4"
|
64
63
|
|
65
64
|
GELF_PORT = 12201
|
66
65
|
|
@@ -568,8 +568,6 @@ def deploy(ifname):
|
|
568
568
|
|
569
569
|
logger.info("Creating CachingNodeAPI container")
|
570
570
|
cont_image = constants.SIMPLY_BLOCK_DOCKER_IMAGE
|
571
|
-
if utils.get_host_arch() == "aarch64":
|
572
|
-
cont_image = constants.SIMPLY_BLOCK_DOCKER_IMAGE_ARM64
|
573
571
|
container = node_docker.containers.run(
|
574
572
|
cont_image,
|
575
573
|
"python simplyblock_web/caching_node_app.py",
|
@@ -118,8 +118,21 @@ class RPCClient:
|
|
118
118
|
return self._request("nvmf_get_transports", params)
|
119
119
|
|
120
120
|
def transport_create(self, trtype):
|
121
|
+
"""
|
122
|
+
[{'trtype': 'TCP', 'max_queue_depth': 128,
|
123
|
+
'max_io_qpairs_per_ctrlr': 127, 'in_capsule_data_size': 4096,
|
124
|
+
'max_io_size': 131072, 'io_unit_size': 131072, 'max_aq_depth': 128,
|
125
|
+
'num_shared_buffers': 511, 'buf_cache_size': 4294967295,
|
126
|
+
'dif_insert_or_strip': False, 'zcopy': False, 'c2h_success': True,
|
127
|
+
'sock_priority': 0, 'abort_timeout_sec': 1}]
|
128
|
+
The output above is the default values of nvmf_get_transports
|
129
|
+
Failing of creating more than 127 lvols is because of max_io_qpairs_per_ctrlr
|
130
|
+
Currently, we set it to 256 and the max now is 246 lvols, because of bdev_io_pool_size
|
131
|
+
TODO, investigate what is the best configuration for the parameters above and bdev_io_pool_size
|
132
|
+
"""
|
121
133
|
params = {
|
122
|
-
"trtype": trtype
|
134
|
+
"trtype": trtype,
|
135
|
+
"max_io_qpairs_per_ctrlr": 256
|
123
136
|
}
|
124
137
|
return self._request("nvmf_create_transport", params)
|
125
138
|
|
@@ -41,12 +41,12 @@ def get_cluster_target_status(cluster_id):
|
|
41
41
|
offline_devices = 0
|
42
42
|
|
43
43
|
for node in snodes:
|
44
|
-
if node.status ==
|
44
|
+
if node.status == StorageNode.STATUS_ONLINE:
|
45
45
|
online_nodes += 1
|
46
46
|
node_online_devices = 0
|
47
47
|
node_offline_devices = 0
|
48
48
|
for dev in node.nvme_devices:
|
49
|
-
if dev.status in [NVMeDevice.STATUS_ONLINE, NVMeDevice.STATUS_JM]:
|
49
|
+
if dev.status in [NVMeDevice.STATUS_ONLINE, NVMeDevice.STATUS_JM, NVMeDevice.STATUS_READONLY]:
|
50
50
|
node_online_devices += 1
|
51
51
|
else:
|
52
52
|
node_offline_devices += 1
|
@@ -85,6 +85,10 @@ def update_cluster_status(cluster_id):
|
|
85
85
|
cluster = db_controller.get_cluster_by_id(cluster_id)
|
86
86
|
|
87
87
|
if cluster.ha_type == "ha":
|
88
|
+
|
89
|
+
if cluster.status == Cluster.STATUS_READONLY:
|
90
|
+
return
|
91
|
+
|
88
92
|
cluster_target_status = get_cluster_target_status(cluster_id)
|
89
93
|
logger.info(f"Target cluster status {cluster_target_status}, current status: {cluster.status}")
|
90
94
|
if cluster.status == cluster_target_status:
|
@@ -120,7 +124,7 @@ while True:
|
|
120
124
|
clusters = db_controller.get_clusters()
|
121
125
|
for cluster in clusters:
|
122
126
|
cluster_id = cluster.get_id()
|
123
|
-
|
127
|
+
|
124
128
|
nodes = db_controller.get_storage_nodes_by_cluster_id(cluster_id)
|
125
129
|
for snode in nodes:
|
126
130
|
if snode.status not in [StorageNode.STATUS_ONLINE, StorageNode.STATUS_UNREACHABLE]:
|
@@ -205,7 +205,7 @@ def get_info():
|
|
205
205
|
"system_id": system_id,
|
206
206
|
|
207
207
|
"cpu_count": cpu_info['count'],
|
208
|
-
"cpu_hz": cpu_info['hz_advertised'][0],
|
208
|
+
"cpu_hz": cpu_info['hz_advertised'][0] if 'hz_advertised' in cpu_info else 1,
|
209
209
|
|
210
210
|
"memory": node_utils.get_memory(),
|
211
211
|
"hugepages": node_utils.get_huge_memory(),
|
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
|
File without changes
|
{sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/simplyblock_core/scripts/alerting/alert_resources.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
|
File without changes
|
File without changes
|
{sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/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
|
{sbcli_pre-1.3.1 → sbcli_pre-1.3.3}/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
|
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
|