votequorum_setexpected − Sets the expected votes for the cluster |
#include <corosync/votequorum.h> int votequorum_setexpected(votequorum_handle_t handle, int expected_votes); |
The 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). |
This call returns the CS_OK value if successful, otherwise an error is returned. |
The errors are undocumented. |
votequorum_overview(8), votequorum_initialize(3), votequorum_finalize(3), votequorum_dispatch(3), votequorum_fd_get(3), |