LINBIT / drbdtop

CLI management tool for DRBD. Like top, but for DRBD resources.
GNU General Public License v2.0
48 stars 14 forks source link

Added support for the new DRBD quorum feature #5

Closed raltnoeder closed 6 years ago

raltnoeder commented 6 years ago

There is now an additional per-resource "Quorum" column in the overview display. Per-resource reporting is a simple green checkmark or red cross, indicating quorum being present or lost, or a gray dash if the resource is unconfigured. Quorum is reported present unless DRBD reports quorum lost (thereby making it backwards compatible with DRBD versions that do not support quorum or resources where quorum is not configured; both will always report having quorum). Lost quorum adds a danger score of 30 per volume where the quorum is lost. The entire resource loses quorum if at least one of its volumes loses quorum.

raltnoeder commented 6 years ago

Changed as requested, please review

rck commented 6 years ago

Thanks!