package corosync

  1. Overview
  2. Docs

Module Corosync_tools.QuorumtoolSource

Sourcetype name_format =
  1. | AddressFormatName
  2. | AddressFormatIP
Sourcemodule ViewList : sig ... end
Sourceval is_quorate : unit -> (bool, Corosync_lib.Corotypes.CsError.t) result

is_quorate () returns whether the current cluster is quorate

Sourceval using_votequorum : unit -> bool

using_votequorum () returns whether votequorum is used in the current cluster

votequorum_info nodeid returns the votequoruminfo for the node with nodeid

my_votequorum_info () returns the votequoruminfo for the node on which this function is called

quorum_members format returns the members and their information in the current quorum as a list. The format can either be an ip address or the host name.