1VOTEQUORUM_QDEVICE_CUoNrRoEsGyInScTECRl(u3s)ter Engine ProgrVaOmTmEeQrU'OsRUMMa_nQuDaElVICE_UNREGISTER(3)
2
3
4
6 votequorum_qdevice_unregister - Unregisters a new quorum device
7
9 #include <corosync/votequorum.h>
10
11 int votequorum_qdevice_unregister(votequorum_handle_t handle, const
12 char * name);
13
15 The votequorum_qdevice_unregister unregisters a quorum device. Any
16 votes it had will be removed from the cluster. NOTE that this could
17 make the cluster inquorate.
18
20 This call returns the CS_OK value if successful, otherwise an error is
21 returned.
22
24 CS_ERR_TRY_AGAIN Resource temporarily unavailable
25
26 CS_ERR_INVALID_PARAM Invalid argument
27
28 CS_ERR_ACCESS Permission denied
29
30 CS_ERR_LIBRARY The connection failed
31
32 CS_ERR_INTERRUPT System call interrupted by a signal
33
34 CS_ERR_NOT_SUPPORTED The requested protocol/functionality not supported
35
36 CS_ERR_MESSAGE_ERROR Incorrect auth message received
37
38 CS_ERR_NO_MEMORY Not enough memory to complete the requested task
39
40
42 votequorum_overview(3), votequorum_initialize(3), votequorum_final‐
43 ize(3), votequorum_getinfo(3), votequorum_trackstart(3), votequo‐
44 rum_trackstop(3), votequorum_fd_get(3), votequorum_dispatch(3), vote‐
45 quorum_context_set(3), votequorum_context_get(3), votequorum_setex‐
46 pected(3), votequorum_setvotes(3), votequorum_qdevice_register(3),
47 votequorum_qdevice_poll(3), votequorum_qdevice_update(3), votequo‐
48 rum_qdevice_master_wins(3)
49
50corosync Man Page 2019-11-25 VOTEQUORUM_QDEVICE_UNREGISTER(3)