votequorum_qdevice_unregister (3) Linux Manual Page
votequorum_qdevice_unregister – Unregisters a new quorum device Synopsis #include <corosync/votequorum.h> int votequorum_qdevice_unregister(votequorum_handle_t handle, const char *name); Description The votequorum_qdevice_unregister unregisters a quorum device. Any votes it had will be removed from the cluster. NOTE that this could make the cluster inquorate. Return Value This call returns the CS_OK value if successful, otherwise an error is…
