-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monitor MDS load #102
Comments
issue can be closed: https://github.com/openvstorage/openvstorage-monitoring/issues/85 |
@wimpers What type of check would you need in the healthcheck |
For the moment I would
@khenderick more suggestions? |
@wimpers, that sounds OK, if we need more information we can always add it. But we'll need some kind of "waiting period" to give the mds checkup logic to move volumes around if a lot of vdisks are created at once. We should e.g. only warn users when servers are overloaded for a longer time. |
Monitor MDS load: it should evenly (re)balance the MDS master and slaves over all nodes, and where required deploy extra MDS servers.
A starting point: https://github.com/openvstorage/framework/blob/master/ovs/lib/mdsservice.py#L795
The text was updated successfully, but these errors were encountered: