Open
Conversation
* added 3 secs sleep before add qos class * wip * Revert "wip" This reverts commit b0f2ba6. * increase sleep time * remove auto add default qos class --------- Co-authored-by: hamdykhader <[email protected]>
- set cluster mode to default "docker" - remove service "app_CachingNodeMonitor" from services during cluster update
* Update Dockerfile_base * Update Dockerfile_base
* inherit default cluster mode in new cluster * added first six cluster id char to spdk pod name * added first six cluster id char to spdk pod name * update env_var
* Add lvol sync delete task runner * fix linter issues * fix
* added fdb and storageclass multi AZ support * use ipv4 for fdb controller manager healthcheck * updated fdb controller manager resource name
* Updating Storage node monitor (cherry picked from commit ad546ca) * Fix fdb value exceed limit Create two new onjects to hold the remote device connections: RemoteDevice RemoteJMDevice Those two objects would hold 5 attributes related to the remote connection only * fix type checker issues * set version * set version * disable lvol geo * fix logger issue * Do not set spdk mem when starting spdk * Fix healthcheck logger _1 * Update storage_node_monitor.py * Revert "Update __init__.py" This reverts commit 5b83b13. --------- Co-authored-by: schmidt-scaled <[email protected]>
# Conflicts: # simplyblock_core/constants.py
* migrated to k8s csi hostpath * added more permission * added more permission * updated talos docs
* updated to distributed provisioning * remove host storage capacity check
* sleep after openshift core isolation until reboot * increaased timeout to 3mins * check and remove old job if found * check and remove old job if found
* Set cluster_id optional on SNodeAPI docker version * fix type checker * fix type checker
* add cluster_id param for spdk_process_is_up * update image tag * update image tag * update env image tag to main
* updated images for openshift preflight check * added Lincense * updated maintainer * fixed cyclic terminfo symlink * check that the directory exist * create rm directory * remove rm directory
* expose prometheus port 9090 using HAProxy * wip 3 * wip 4 * wip 5 * wip 6 * keep only 10 records for device,node,cluster stats in fdb * wip7 * update env_var image * fix 1 * remove connected_clients from lvol stats * Fix pool api * Fix linter issues and type checker * prepare for merge * Fix history param parser * fix prom get_metrics param end_time
wmousa
approved these changes
Dec 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(cherry picked from commit ad546ca)
Create two new onjects to hold the remote device connections:
RemoteDevice
RemoteJMDevice
Those two objects would hold 5 attributes related to the remote connection only
fix type checker issues
set version
set version
disable lvol geo
fix logger issue
Do not set spdk mem when starting spdk
Fix healthcheck logger _1
Update storage_node_monitor.py
Revert "Update init.py"
This reverts commit 5b83b13.