Bynar
Bynar copied to clipboard
Server remediation as a service
Adding a github action now that these are becoming ubiquitous
Completely overhaul the Socket system to use STREAM sockets instead of REQ/REP sockets, adding in multithreading support for the disk-manager, and message queue handling for bynar and disk-manager. This is...
The code needs a lot more code comments to help newcomers.
Store failure details in DB
Anything better we can come up with besides just disabling the cron job while maintenance is being performed on a server?
Track the latency of disks and kick slow ones out of the cluster. This can kill a cluster if disks are slow but not dead. Benchmark the disks and keep...
main.rs: line 261 - when state machine block device state is Failed, log that information to the database by calling save_state().
We often see issues with interface goes down in a bonding configuration which can be simply brought up/fix by ifup/ifdown (60 to 70%) of the time. 1) validation of OS...