Query: votequorum_setexpected
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VOTEQUORUM_SETEXPECTED(3) Corosync Cluster Engine Programmer's Manual VOTEQUORUM_SETEXPECTED(3)NAMEvotequorum_setexpected - Sets the expected votes for the clusterSYNOPSIS#include <corosync/votequorum.h> int votequorum_setexpected(votequorum_handle_t handle, int expected_votes);DESCRIPTIONThe votequorum_setexpected function is used to change the expected votes in the cluster. Expected votes is used to calculate quorum and should normally be the total number of votes that will exist when all the expected nodes are joined. Quorum will usually be half of this (rounded up). It is not possible to set expected votes up so that it makes the cluster inquorate using this command.RETURN VALUEThis call returns the CS_OK value if successful, otherwise an error is returned.ERRORSThe errors are undocumented.SEE ALSOvotequorum_overview(8), votequorum_initialize(3), votequorum_finalize(3), votequorum_dispatch(3), votequorum_fd_get(3), corosync Man Page 2009-01-26 VOTEQUORUM_SETEXPECTED(3)
Related Man Pages |
---|
votequorum_initialize(3) - centos |
votequorum_setexpected(3) - centos |
votequorum_leaving(3) - debian |
votequorum_qdisk_register(3) - debian |
votequorum_qdisk_unregister(3) - debian |
Similar Topics in the Unix Linux Community |
---|
parlement 0.16 (Default branch) |
Can only ls 50 file on NFS mount? |
A public thank you... |
Trying to implement count_collatz_step function |
Problem with cluster on centos 6.5 |