Bynar icon indicating copy to clipboard operation
Bynar copied to clipboard

Server remediation as a service

Results 27 Bynar issues
Sort by recently updated
recently updated
newest added

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.

Anything better we can come up with besides just disabling the cron job while maintenance is being performed on a server?

good first issue

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...

good first issue

main.rs: line 261 - when state machine block device state is Failed, log that information to the database by calling save_state().

good first issue

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...