"Corosync quorum is not configured"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Everybody,

On two nodes under Debian Jessie/Testing amd64, I am trying to install
the last versions of LibQB/Corosync/Pacemaker from sources with the help
of the wiki [1], [2] and the file corosync/INSTALL.

I have no error during all the builds.

My two nodes have 192.168.1.0/24 addresses. So I am using the
corosync.conf file as it, and add in the totem section:
        secauth: off
        threads: 0

After launching on both nodes:
corosync -f
pacemakerd -f

pacemaker returns:
crm_ipc_connect: Could not establish pacemakerd connection: Connection
refused (111)

I can see on the logs the following error (full logs at the end):
crmd[2299]:    error: cluster_connect_quorum: Corosync quorum is not
configured

I set:
# crm configure
crm(live)configure# property no-quorum-policy=ignore
crm(live)configure# property stonith-enabled=false
crm(live)configure# property default-resource-stickiness=1000
crm(live)configure# commit
crm(live)configure# bye
bye

And got :
Sep 02 10:47:18 [2282] testvm1        cib:     info:
cib_process_request: 	Forwarding cib_apply_diff operation for section
'all' to master (origin=local/cibadmin/2)
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find admin_epoch in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find epoch in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find num_updates in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find admin_epoch in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find epoch in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find num_updates in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:     info: cib_perform_op:
Diff: --- 0.2.0 2
Sep 02 10:47:18 [2282] testvm1        cib:     info: cib_perform_op:
Diff: +++ 0.3.1 929d24519aba5979caa61b5435c3cdc1
Sep 02 10:47:18 [2282] testvm1        cib:     info: cib_perform_op: 	+
 /cib:  @epoch=3, @num_updates=1
Sep 02 10:47:18 [2282] testvm1        cib:     info:
cib_process_request: 	Completed cib_apply_diff operation for section
'all': OK (rc=0, origin=testvm1/cibadmin/2, version=0.3.1)

And crm_mon shows:
Last updated: Mon Sep  1 19:43:32 2014
Last change: Mon Sep  1 18:07:45 2014
Current DC: NONE
0 Nodes configured
0 Resources configured

With the old versions provided by the .deb packages, I have no
particular issue.

What did I miss? Can anyone help me please?

Thanks,


[1]: http://clusterlabs.org/wiki/SourceInstall
[2]: https://github.com/ClusterLabs/pacemaker


# tail -f /var/log/cluster/corosync.log
Sep 02 10:17:19 [2141] testvm1 corosync notice  [MAIN  ] Corosync
Cluster Engine ('2.3.4'): started and ready to provide service.
Sep 02 10:17:19 [2141] testvm1 corosync info    [MAIN  ] Corosync
built-in features: pie relro bindnow
Sep 02 10:17:19 [2141] testvm1 corosync notice  [TOTEM ] Initializing
transport (UDP/IP Multicast).
Sep 02 10:17:19 [2141] testvm1 corosync notice  [TOTEM ] Initializing
transmit/receive security (NSS) crypto: none hash: none
Sep 02 10:17:19 [2141] testvm1 corosync notice  [TOTEM ] The network
interface [192.168.1.201] is now up.
Sep 02 10:17:19 [2141] testvm1 corosync notice  [SERV  ] Service engine
loaded: corosync configuration map access [0]
Sep 02 10:17:19 [2141] testvm1 corosync info    [QB    ] server name: cmap
Sep 02 10:17:19 [2141] testvm1 corosync notice  [SERV  ] Service engine
loaded: corosync configuration service [1]
Sep 02 10:17:19 [2141] testvm1 corosync info    [QB    ] server name: cfg
Sep 02 10:17:19 [2141] testvm1 corosync notice  [SERV  ] Service engine
loaded: corosync cluster closed process group service v1.01 [2]
Sep 02 10:17:19 [2141] testvm1 corosync info    [QB    ] server name: cpg
Sep 02 10:17:19 [2141] testvm1 corosync notice  [SERV  ] Service engine
loaded: corosync profile loading service [4]
Sep 02 10:17:19 [2141] testvm1 corosync notice  [SERV  ] Service engine
loaded: corosync cluster quorum service v0.1 [3]
Sep 02 10:17:19 [2141] testvm1 corosync info    [QB    ] server name: quorum
Sep 02 10:17:19 [2141] testvm1 corosync notice  [TOTEM ] A new
membership (192.168.1.201:28) was formed. Members joined: -1062731319
Sep 02 10:17:19 [2141] testvm1 corosync notice  [MAIN  ] Completed
service synchronization, ready to provide service.
Sep 02 10:17:41 [2144] testvm1 pacemakerd:   notice: mcp_read_config:
Configured corosync to accept connections from group 1001: OK (1)
Sep 02 10:17:41 [2144] testvm1 pacemakerd:   notice: main: 	Starting
Pacemaker 1.1.12 (Build: 46510fc):  ncurses libqb-logging libqb-ipc
nagios  corosync-native acls
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: main: 	Maximum core
file size is: 18446744073709551615
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info:
qb_ipcs_us_publish: 	server name: pacemakerd
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:17:41 [2144] testvm1 pacemakerd:   notice: get_node_name:
Could not obtain a node name for corosync nodeid 3232235977
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: crm_get_peer:
Created entry 8ae65e31-247d-42cb-a903-2120a055473a/0xd59b70 for node
(null)/3232235977 (1 total)
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: crm_get_peer: 	Node
3232235977 has uuid 3232235977
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info:
crm_update_peer_proc: 	cluster_connect_cpg: Node (null)[3232235977] -
corosync-cpg is now online
Sep 02 10:17:41 [2144] testvm1 pacemakerd:    error:
cluster_connect_quorum: 	Corosync quorum is not configured
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:17:41 [2144] testvm1 pacemakerd:   notice: get_node_name:
Defaulting to uname -n for the local corosync node name
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: crm_get_peer: 	Node
3232235977 is now known as testvm1
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: start_child: 	Using
uid=1001 and group=1001 for process cib
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: start_child:
Forked child 2145 for process cib
Sep 02 10:17:41 [2145] testvm1        cib:     info: crm_log_init:
Changed active directory to //var/lib/pacemaker/cores/hacluster
Sep 02 10:17:41 [2145] testvm1        cib:  warning: crm_is_writable:
//var/lib/pacemaker/cib should be owned and r/w by group haclient
Sep 02 10:17:41 [2145] testvm1        cib:     info: get_cluster_type:
Verifying cluster type: 'corosync'
Sep 02 10:17:41 [2145] testvm1        cib:     info: get_cluster_type:
Assuming an active 'corosync' cluster
Sep 02 10:17:41 [2145] testvm1        cib:     info: retrieveCib:
Reading cluster configuration from: //var/lib/pacemaker/cib/cib.xml
(digest: //var/lib/pacemaker/cib/cib.xml.sig)
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: start_child:
Forked child 2146 for process stonith-ng
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: start_child:
Forked child 2147 for process lrmd
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: start_child: 	Using
uid=1001 and group=1001 for process attrd
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: start_child:
Forked child 2148 for process attrd
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: start_child: 	Using
uid=1001 and group=1001 for process pengine
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: start_child:
Forked child 2149 for process pengine
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: start_child: 	Using
uid=1001 and group=1001 for process crmd
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: start_child:
Forked child 2150 for process crmd
Sep 02 10:17:41 [2145] testvm1        cib:     info:
validate_with_relaxng: 	Creating RNG parser context
Sep 02 10:17:41 [2144] testvm1 pacemakerd:     info: main: 	Starting
mainloop
Sep 02 10:17:41 [2145] testvm1        cib:     info: startCib: 	CIB
Initialization completed successfully
Sep 02 10:17:41 [2145] testvm1        cib:   notice:
crm_cluster_connect: 	Connecting to cluster infrastructure: corosync
Sep 02 10:17:41 [2145] testvm1        cib:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:17:41 [2145] testvm1        cib:   notice: get_node_name:
Could not obtain a node name for corosync nodeid 3232235977
Sep 02 10:17:41 [2145] testvm1        cib:     info: crm_get_peer:
Created entry a10b7f99-1341-4e15-9a99-925ecb0c53e4/0xb20610 for node
(null)/3232235977 (1 total)
Sep 02 10:17:41 [2145] testvm1        cib:     info: crm_get_peer: 	Node
3232235977 has uuid 3232235977
Sep 02 10:17:41 [2145] testvm1        cib:     info:
crm_update_peer_proc: 	cluster_connect_cpg: Node (null)[3232235977] -
corosync-cpg is now online
Sep 02 10:17:41 [2145] testvm1        cib:     info:
init_cs_connection_once: 	Connection to 'corosync': established
Sep 02 10:17:41 [2145] testvm1        cib:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:17:41 [2145] testvm1        cib:   notice: get_node_name:
Defaulting to uname -n for the local corosync node name
Sep 02 10:17:41 [2145] testvm1        cib:     info: crm_get_peer: 	Node
3232235977 is now known as testvm1
Sep 02 10:17:41 [2145] testvm1        cib:     info:
qb_ipcs_us_publish: 	server name: cib_ro
Sep 02 10:17:41 [2145] testvm1        cib:     info:
qb_ipcs_us_publish: 	server name: cib_rw
Sep 02 10:17:41 [2145] testvm1        cib:     info:
qb_ipcs_us_publish: 	server name: cib_shm
Sep 02 10:17:41 [2145] testvm1        cib:     info: cib_init: 	Starting
cib mainloop
Sep 02 10:17:41 [2145] testvm1        cib:     info:
pcmk_cpg_membership: 	Joined[0.0] cib.3232235977
Sep 02 10:17:41 [2145] testvm1        cib:     info:
pcmk_cpg_membership: 	Member[0.0] cib.3232235977
Sep 02 10:17:41 [2148] testvm1      attrd:     info: crm_log_init:
Changed active directory to //var/lib/pacemaker/cores/hacluster
Sep 02 10:17:41 [2148] testvm1      attrd:     info: main: 	Starting up
Sep 02 10:17:41 [2148] testvm1      attrd:     info: get_cluster_type:
Verifying cluster type: 'corosync'
Sep 02 10:17:41 [2148] testvm1      attrd:     info: get_cluster_type:
Assuming an active 'corosync' cluster
Sep 02 10:17:41 [2148] testvm1      attrd:   notice:
crm_cluster_connect: 	Connecting to cluster infrastructure: corosync
Sep 02 10:17:41 [2148] testvm1      attrd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:17:41 [2148] testvm1      attrd:   notice: get_node_name:
Could not obtain a node name for corosync nodeid 3232235977
Sep 02 10:17:41 [2148] testvm1      attrd:     info: crm_get_peer:
Created entry b1cb0349-3561-4256-a1f1-782008825373/0x142d170 for node
(null)/3232235977 (1 total)
Sep 02 10:17:41 [2148] testvm1      attrd:     info: crm_get_peer: 	Node
3232235977 has uuid 3232235977
Sep 02 10:17:41 [2148] testvm1      attrd:     info:
crm_update_peer_proc: 	cluster_connect_cpg: Node (null)[3232235977] -
corosync-cpg is now online
Sep 02 10:17:41 [2148] testvm1      attrd:   notice:
crm_update_peer_state: 	attrd_peer_change_cb: Node (null)[3232235977] -
state is now member (was (null))
Sep 02 10:17:41 [2148] testvm1      attrd:     info:
init_cs_connection_once: 	Connection to 'corosync': established
Sep 02 10:17:41 [2148] testvm1      attrd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:17:41 [2147] testvm1       lrmd:     info: crm_log_init:
Changed active directory to //var/lib/pacemaker/cores/root
Sep 02 10:17:41 [2148] testvm1      attrd:   notice: get_node_name:
Defaulting to uname -n for the local corosync node name
Sep 02 10:17:41 [2148] testvm1      attrd:     info: crm_get_peer: 	Node
3232235977 is now known as testvm1
Sep 02 10:17:41 [2147] testvm1       lrmd:     info:
qb_ipcs_us_publish: 	server name: lrmd
Sep 02 10:17:41 [2147] testvm1       lrmd:     info: main: 	Starting
Sep 02 10:17:41 [2148] testvm1      attrd:     info: main: 	Cluster
connection active
Sep 02 10:17:41 [2148] testvm1      attrd:     info:
qb_ipcs_us_publish: 	server name: attrd
Sep 02 10:17:41 [2148] testvm1      attrd:     info: main: 	Accepting
attribute updates
Sep 02 10:17:41 [2148] testvm1      attrd:     info:
attrd_cib_connect: 	Connected to the CIB after 1 attempts
Sep 02 10:17:41 [2148] testvm1      attrd:     info: main: 	CIB
connection active
Sep 02 10:17:41 [2148] testvm1      attrd:     info:
pcmk_cpg_membership: 	Joined[0.0] attrd.3232235977
Sep 02 10:17:41 [2148] testvm1      attrd:     info:
pcmk_cpg_membership: 	Member[0.0] attrd.3232235977
Sep 02 10:17:41 [2149] testvm1    pengine:     info: crm_log_init:
Changed active directory to //var/lib/pacemaker/cores/hacluster
Sep 02 10:17:41 [2149] testvm1    pengine:  warning: crm_is_writable:
//var/lib/pacemaker/pengine should be owned and r/w by group haclient
Sep 02 10:17:41 [2149] testvm1    pengine:     info:
qb_ipcs_us_publish: 	server name: pengine
Sep 02 10:17:41 [2149] testvm1    pengine:     info: main: 	Starting pengine
Sep 02 10:17:41 [2146] testvm1   stonithd:     info: crm_log_init:
Changed active directory to //var/lib/pacemaker/cores/root
Sep 02 10:17:41 [2146] testvm1   stonithd:     info: get_cluster_type:
Verifying cluster type: 'corosync'
Sep 02 10:17:41 [2146] testvm1   stonithd:     info: get_cluster_type:
Assuming an active 'corosync' cluster
Sep 02 10:17:41 [2146] testvm1   stonithd:   notice:
crm_cluster_connect: 	Connecting to cluster infrastructure: corosync
Sep 02 10:17:41 [2146] testvm1   stonithd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:17:41 [2146] testvm1   stonithd:   notice: get_node_name:
Could not obtain a node name for corosync nodeid 3232235977
Sep 02 10:17:41 [2146] testvm1   stonithd:     info: crm_get_peer:
Created entry 438b4de0-ea7a-4916-be7c-1410793499bf/0xdce650 for node
(null)/3232235977 (1 total)
Sep 02 10:17:41 [2146] testvm1   stonithd:     info: crm_get_peer: 	Node
3232235977 has uuid 3232235977
Sep 02 10:17:41 [2146] testvm1   stonithd:     info:
crm_update_peer_proc: 	cluster_connect_cpg: Node (null)[3232235977] -
corosync-cpg is now online
Sep 02 10:17:41 [2146] testvm1   stonithd:     info:
init_cs_connection_once: 	Connection to 'corosync': established
Sep 02 10:17:41 [2146] testvm1   stonithd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:17:41 [2146] testvm1   stonithd:   notice: get_node_name:
Defaulting to uname -n for the local corosync node name
Sep 02 10:17:41 [2146] testvm1   stonithd:     info: crm_get_peer: 	Node
3232235977 is now known as testvm1
Sep 02 10:17:41 [2146] testvm1   stonithd:   notice: setup_cib:
Watching for stonith topology changes
Sep 02 10:17:41 [2146] testvm1   stonithd:     info:
qb_ipcs_us_publish: 	server name: stonith-ng
Sep 02 10:17:41 [2146] testvm1   stonithd:     info: main: 	Starting
stonithd mainloop
Sep 02 10:17:41 [2146] testvm1   stonithd:     info:
pcmk_cpg_membership: 	Joined[0.0] stonithd.3232235977
Sep 02 10:17:41 [2146] testvm1   stonithd:     info:
pcmk_cpg_membership: 	Member[0.0] stonithd.3232235977
Sep 02 10:17:41 [2146] testvm1   stonithd:     info:
init_cib_cache_cb: 	Updating device list from the cib: init
Sep 02 10:17:41 [2146] testvm1   stonithd:     info:
cib_devices_update: 	Updating devices to version 0.2.0
Sep 02 10:17:41 [2146] testvm1   stonithd:   notice: unpack_config: 	On
loss of CCM Quorum: Ignore
Sep 02 10:17:41 [2146] testvm1   stonithd:     info: unpack_nodes:
Creating a fake local node
Sep 02 10:17:41 [2150] testvm1       crmd:     info: crm_log_init:
Changed active directory to //var/lib/pacemaker/cores/hacluster
Sep 02 10:17:41 [2150] testvm1       crmd:   notice: main: 	CRM Git
Version: 46510fc
Sep 02 10:17:41 [2150] testvm1       crmd:  warning: crm_is_writable:
//var/lib/pacemaker/pengine should be owned and r/w by group haclient
Sep 02 10:17:41 [2150] testvm1       crmd:  warning: crm_is_writable:
//var/lib/pacemaker/cib should be owned and r/w by group haclient
Sep 02 10:17:41 [2150] testvm1       crmd:     info: do_log: 	FSA: Input
I_STARTUP from crmd_init() received in state S_STARTING
Sep 02 10:17:41 [2150] testvm1       crmd:     info: get_cluster_type:
Verifying cluster type: 'corosync'
Sep 02 10:17:41 [2150] testvm1       crmd:     info: get_cluster_type:
Assuming an active 'corosync' cluster
Sep 02 10:17:41 [2150] testvm1       crmd:     info: do_cib_control:
CIB connection established
Sep 02 10:17:41 [2150] testvm1       crmd:   notice:
crm_cluster_connect: 	Connecting to cluster infrastructure: corosync
Sep 02 10:17:41 [2150] testvm1       crmd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:17:41 [2150] testvm1       crmd:   notice: get_node_name:
Could not obtain a node name for corosync nodeid 3232235977
Sep 02 10:17:41 [2150] testvm1       crmd:     info: crm_get_peer:
Created entry 242616f2-0277-473e-94fa-ca4099da537a/0x17ecd50 for node
(null)/3232235977 (1 total)
Sep 02 10:17:41 [2150] testvm1       crmd:     info: crm_get_peer: 	Node
3232235977 has uuid 3232235977
Sep 02 10:17:41 [2150] testvm1       crmd:     info:
crm_update_peer_proc: 	cluster_connect_cpg: Node (null)[3232235977] -
corosync-cpg is now online
Sep 02 10:17:41 [2150] testvm1       crmd:     info:
init_cs_connection_once: 	Connection to 'corosync': established
Sep 02 10:17:41 [2150] testvm1       crmd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:17:41 [2150] testvm1       crmd:   notice: get_node_name:
Defaulting to uname -n for the local corosync node name
Sep 02 10:17:41 [2150] testvm1       crmd:     info: crm_get_peer: 	Node
3232235977 is now known as testvm1
Sep 02 10:17:41 [2150] testvm1       crmd:     info:
peer_update_callback: 	testvm1 is now (null)
Sep 02 10:17:41 [2150] testvm1       crmd:    error:
cluster_connect_quorum: 	Corosync quorum is not configured
Sep 02 10:17:41 [2150] testvm1       crmd:     info: do_ha_control:
Connected to the cluster
Sep 02 10:17:41 [2145] testvm1        cib:     info:
cib_process_request: 	Forwarding cib_modify operation for section nodes
to master (origin=local/crmd/3)
Sep 02 10:17:41 [2150] testvm1       crmd:     info: lrmd_ipc_connect:
Connecting to lrmd
Sep 02 10:17:41 [2150] testvm1       crmd:     info: do_lrm_control:
LRM connection established
Sep 02 10:17:41 [2150] testvm1       crmd:     info: do_started:
Delaying start, no membership data (0000000000100000)
Sep 02 10:17:41 [2150] testvm1       crmd:     info:
pcmk_cpg_membership: 	Joined[0.0] crmd.3232235977
Sep 02 10:17:41 [2145] testvm1        cib:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:17:41 [2145] testvm1        cib:   notice: get_node_name:
Defaulting to uname -n for the local corosync node name
Sep 02 10:17:41 [2145] testvm1        cib:     info:
write_cib_contents: 	Archived previous version as
//var/lib/pacemaker/cib/cib-11.raw
Sep 02 10:17:41 [2150] testvm1       crmd:     info:
pcmk_cpg_membership: 	Member[0.0] crmd.3232235977
Sep 02 10:17:41 [2150] testvm1       crmd:     info: do_started:
Delaying start, no membership data (0000000000100000)
Sep 02 10:17:41 [2145] testvm1        cib:     info:
cib_process_request: 	Completed cib_modify operation for section nodes:
OK (rc=0, origin=testvm1/crmd/3, version=0.2.0)
Sep 02 10:17:41 [2145] testvm1        cib:     info:
write_cib_contents: 	Wrote version 0.2.0 of the CIB to disk (digest:
b7dfb8038b5c44ceffe27cca3e2e28cd)
Sep 02 10:17:41 [2145] testvm1        cib:     info: retrieveCib:
Reading cluster configuration from: //var/lib/pacemaker/cib/cib.l8gD53
(digest: //var/lib/pacemaker/cib/cib.UacKGI)
Sep 02 10:17:55 [2141] testvm1 corosync notice  [TOTEM ] A new
membership (192.168.1.201:32) was formed. Members joined: -1062731318
Sep 02 10:17:55 [2141] testvm1 corosync notice  [MAIN  ] Completed
service synchronization, ready to provide service.
Sep 02 10:18:03 [2144] testvm1 pacemakerd:     info: crm_get_peer:
Created entry d6133005-d1d4-4ccf-b237-fc34cf88c984/0xd67ff0 for node
testvm2/3232235978 (2 total)
Sep 02 10:18:03 [2144] testvm1 pacemakerd:     info: crm_get_peer: 	Node
3232235978 is now known as testvm2
Sep 02 10:18:03 [2144] testvm1 pacemakerd:     info: crm_get_peer: 	Node
3232235978 has uuid 3232235978
Sep 02 10:18:03 [2145] testvm1        cib:     info:
pcmk_cpg_membership: 	Joined[1.0] cib.3232235978
Sep 02 10:18:03 [2145] testvm1        cib:     info:
pcmk_cpg_membership: 	Member[1.0] cib.3232235977
Sep 02 10:18:03 [2145] testvm1        cib:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235978
Sep 02 10:18:03 [2145] testvm1        cib:   notice: get_node_name:
Could not obtain a node name for corosync nodeid 3232235978
Sep 02 10:18:03 [2145] testvm1        cib:     info: crm_get_peer:
Created entry 29015418-6659-49e7-a045-b6e75e8c2df4/0xb1ee70 for node
(null)/3232235978 (2 total)
Sep 02 10:18:03 [2145] testvm1        cib:     info: crm_get_peer: 	Node
3232235978 has uuid 3232235978
Sep 02 10:18:03 [2145] testvm1        cib:     info:
pcmk_cpg_membership: 	Member[1.1] cib.3232235978
Sep 02 10:18:03 [2145] testvm1        cib:     info:
crm_update_peer_proc: 	pcmk_cpg_membership: Node (null)[3232235978] -
corosync-cpg is now online
Sep 02 10:18:03 [2148] testvm1      attrd:     info:
pcmk_cpg_membership: 	Joined[1.0] attrd.3232235978
Sep 02 10:18:03 [2148] testvm1      attrd:     info:
pcmk_cpg_membership: 	Member[1.0] attrd.3232235977
Sep 02 10:18:03 [2148] testvm1      attrd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235978
Sep 02 10:18:03 [2148] testvm1      attrd:   notice: get_node_name:
Could not obtain a node name for corosync nodeid 3232235978
Sep 02 10:18:03 [2148] testvm1      attrd:     info: crm_get_peer:
Created entry 481a3b5d-0f8e-4a3c-b826-b0dbb172cebc/0x152f840 for node
(null)/3232235978 (2 total)
Sep 02 10:18:03 [2148] testvm1      attrd:     info: crm_get_peer: 	Node
3232235978 has uuid 3232235978
Sep 02 10:18:03 [2148] testvm1      attrd:     info:
pcmk_cpg_membership: 	Member[1.1] attrd.3232235978
Sep 02 10:18:03 [2148] testvm1      attrd:     info:
crm_update_peer_proc: 	pcmk_cpg_membership: Node (null)[3232235978] -
corosync-cpg is now online
Sep 02 10:18:03 [2148] testvm1      attrd:   notice:
crm_update_peer_state: 	attrd_peer_change_cb: Node (null)[3232235978] -
state is now member (was (null))
Sep 02 10:18:03 [2150] testvm1       crmd:     info:
pcmk_cpg_membership: 	Joined[1.0] crmd.3232235978
Sep 02 10:18:03 [2150] testvm1       crmd:     info:
pcmk_cpg_membership: 	Member[1.0] crmd.3232235977
Sep 02 10:18:03 [2150] testvm1       crmd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235978
Sep 02 10:18:03 [2150] testvm1       crmd:   notice: get_node_name:
Could not obtain a node name for corosync nodeid 3232235978
Sep 02 10:18:03 [2150] testvm1       crmd:     info: crm_get_peer:
Created entry c97f2287-ec07-4472-bfd9-2ec563634a1a/0x1934390 for node
(null)/3232235978 (2 total)
Sep 02 10:18:03 [2150] testvm1       crmd:     info: crm_get_peer: 	Node
3232235978 has uuid 3232235978
Sep 02 10:18:03 [2150] testvm1       crmd:     info:
pcmk_cpg_membership: 	Member[1.1] crmd.3232235978
Sep 02 10:18:03 [2150] testvm1       crmd:     info:
crm_update_peer_proc: 	pcmk_cpg_membership: Node (null)[3232235978] -
corosync-cpg is now online
Sep 02 10:18:03 [2145] testvm1        cib:     info: crm_get_peer: 	Node
3232235978 is now known as testvm2
Sep 02 10:18:03 [2145] testvm1        cib:     info:
cib_process_request: 	Completed cib_modify operation for section nodes:
OK (rc=0, origin=testvm2/crmd/3, version=0.2.0)
Sep 02 10:18:03 [2146] testvm1   stonithd:     info:
pcmk_cpg_membership: 	Joined[1.0] stonithd.3232235978
Sep 02 10:18:03 [2146] testvm1   stonithd:     info:
pcmk_cpg_membership: 	Member[1.0] stonithd.3232235977
Sep 02 10:18:03 [2146] testvm1   stonithd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235978
Sep 02 10:18:03 [2146] testvm1   stonithd:   notice: get_node_name:
Could not obtain a node name for corosync nodeid 3232235978
Sep 02 10:18:03 [2146] testvm1   stonithd:     info: crm_get_peer:
Created entry 90222d26-554d-42dc-9d7b-e9621544d9ba/0xedf860 for node
(null)/3232235978 (2 total)
Sep 02 10:18:03 [2146] testvm1   stonithd:     info: crm_get_peer: 	Node
3232235978 has uuid 3232235978
Sep 02 10:18:03 [2146] testvm1   stonithd:     info:
pcmk_cpg_membership: 	Member[1.1] stonithd.3232235978
Sep 02 10:18:03 [2146] testvm1   stonithd:     info:
crm_update_peer_proc: 	pcmk_cpg_membership: Node (null)[3232235978] -
corosync-cpg is now online
Sep 02 10:18:03 [2146] testvm1   stonithd:     info:
corosync_node_name: 	Unable to get node name for nodeid 3232235977
Sep 02 10:18:03 [2146] testvm1   stonithd:   notice: get_node_name:
Defaulting to uname -n for the local corosync node name
Sep 02 10:18:03 [2146] testvm1   stonithd:     info: crm_get_peer: 	Node
3232235978 is now known as testvm2

# tail -f /var/log/daemon.log
Sep  2 10:17:19 testvm1 corosync[2141]:   [MAIN  ] Corosync Cluster
Engine ('2.3.4'): started and ready to provide service.
Sep  2 10:17:19 testvm1 corosync[2141]:   [MAIN  ] Corosync built-in
features: pie relro bindnow
Sep  2 10:17:19 testvm1 corosync[2141]:   [TOTEM ] Initializing
transport (UDP/IP Multicast).
Sep  2 10:17:19 testvm1 corosync[2141]:   [TOTEM ] Initializing
transmit/receive security (NSS) crypto: none hash: none
Sep  2 10:17:19 testvm1 corosync[2141]:   [TOTEM ] The network interface
[192.168.1.201] is now up.
Sep  2 10:17:19 testvm1 corosync[2141]:   [SERV  ] Service engine
loaded: corosync configuration map access [0]
Sep  2 10:17:19 testvm1 corosync[2141]:   [QB    ] server name: cmap
Sep  2 10:17:19 testvm1 corosync[2141]:   [SERV  ] Service engine
loaded: corosync configuration service [1]
Sep  2 10:17:19 testvm1 corosync[2141]:   [QB    ] server name: cfg
Sep  2 10:17:19 testvm1 corosync[2141]:   [SERV  ] Service engine
loaded: corosync cluster closed process group service v1.01 [2]
Sep  2 10:17:19 testvm1 corosync[2141]:   [QB    ] server name: cpg
Sep  2 10:17:19 testvm1 corosync[2141]:   [SERV  ] Service engine
loaded: corosync profile loading service [4]
Sep  2 10:17:19 testvm1 corosync[2141]:   [SERV  ] Service engine
loaded: corosync cluster quorum service v0.1 [3]
Sep  2 10:17:19 testvm1 corosync[2141]:   [QB    ] server name: quorum
Sep  2 10:17:19 testvm1 corosync[2141]:   [TOTEM ] A new membership
(192.168.1.201:28) was formed. Members joined: -1062731319
Sep  2 10:17:19 testvm1 corosync[2141]:   [MAIN  ] Completed service
synchronization, ready to provide service.
Sep  2 10:17:41 testvm1 pacemakerd[2144]:   notice: crm_add_logfile:
Additional logging available in /var/log/pacemaker.log
Sep  2 10:17:41 testvm1 pacemakerd[2144]:   notice: crm_add_logfile:
Switching to /var/log/cluster/corosync.log
Sep  2 10:17:41 testvm1 pacemakerd[2144]:   notice: crm_add_logfile:
Additional logging available in /var/log/cluster/corosync.log
Sep  2 10:17:41 testvm1 pacemakerd[2144]:   notice: mcp_read_config:
Configured corosync to accept connections from group 1001: OK (1)
Sep  2 10:17:41 testvm1 pacemakerd[2144]:   notice: main: Starting
Pacemaker 1.1.12 (Build: 46510fc):  ncurses libqb-logging libqb-ipc
nagios  corosync-native acls
Sep  2 10:17:41 testvm1 pacemakerd[2144]:   notice: get_node_name: Could
not obtain a node name for corosync nodeid 3232235977
Sep  2 10:17:41 testvm1 pacemakerd[2144]:    error:
cluster_connect_quorum: Corosync quorum is not configured
Sep  2 10:17:41 testvm1 pacemakerd[2144]:   notice: get_node_name:
Defaulting to uname -n for the local corosync node name
Sep  2 10:17:41 testvm1 cib[2145]:   notice: crm_add_logfile: Additional
logging available in /var/log/cluster/corosync.log
Sep  2 10:17:41 testvm1 cib[2145]:  warning: crm_is_writable:
//var/lib/pacemaker/cib should be owned and r/w by group haclient
Sep  2 10:17:41 testvm1 cib[2145]:   notice: crm_cluster_connect:
Connecting to cluster infrastructure: corosync
Sep  2 10:17:41 testvm1 cib[2145]:   notice: get_node_name: Could not
obtain a node name for corosync nodeid 3232235977
Sep  2 10:17:41 testvm1 cib[2145]:   notice: get_node_name: Defaulting
to uname -n for the local corosync node name
Sep  2 10:17:41 testvm1 attrd[2148]:   notice: crm_add_logfile:
Additional logging available in /var/log/cluster/corosync.log
Sep  2 10:17:41 testvm1 attrd[2148]:   notice: crm_cluster_connect:
Connecting to cluster infrastructure: corosync
Sep  2 10:17:41 testvm1 attrd[2148]:   notice: get_node_name: Could not
obtain a node name for corosync nodeid 3232235977
Sep  2 10:17:41 testvm1 attrd[2148]:   notice: crm_update_peer_state:
attrd_peer_change_cb: Node (null)[3232235977] - state is now member (was
(null))
Sep  2 10:17:41 testvm1 lrmd[2147]:   notice: crm_add_logfile:
Additional logging available in /var/log/cluster/corosync.log
Sep  2 10:17:41 testvm1 attrd[2148]:   notice: get_node_name: Defaulting
to uname -n for the local corosync node name
Sep  2 10:17:41 testvm1 pengine[2149]:   notice: crm_add_logfile:
Additional logging available in /var/log/cluster/corosync.log
Sep  2 10:17:41 testvm1 stonithd[2146]:   notice: crm_add_logfile:
Additional logging available in /var/log/cluster/corosync.log
Sep  2 10:17:41 testvm1 pengine[2149]:  warning: crm_is_writable:
//var/lib/pacemaker/pengine should be owned and r/w by group haclient
Sep  2 10:17:41 testvm1 stonithd[2146]:   notice: crm_cluster_connect:
Connecting to cluster infrastructure: corosync
Sep  2 10:17:41 testvm1 stonithd[2146]:   notice: get_node_name: Could
not obtain a node name for corosync nodeid 3232235977
Sep  2 10:17:41 testvm1 stonithd[2146]:   notice: get_node_name:
Defaulting to uname -n for the local corosync node name
Sep  2 10:17:41 testvm1 stonithd[2146]:   notice: setup_cib: Watching
for stonith topology changes
Sep  2 10:17:41 testvm1 stonithd[2146]:   notice: unpack_config: On loss
of CCM Quorum: Ignore
Sep  2 10:17:41 testvm1 crmd[2150]:   notice: crm_add_logfile:
Additional logging available in /var/log/cluster/corosync.log
Sep  2 10:17:41 testvm1 crmd[2150]:   notice: main: CRM Git Version: 46510fc
Sep  2 10:17:41 testvm1 crmd[2150]:  warning: crm_is_writable:
//var/lib/pacemaker/pengine should be owned and r/w by group haclient
Sep  2 10:17:41 testvm1 crmd[2150]:  warning: crm_is_writable:
//var/lib/pacemaker/cib should be owned and r/w by group haclient
Sep  2 10:17:41 testvm1 crmd[2150]:   notice: crm_cluster_connect:
Connecting to cluster infrastructure: corosync
Sep  2 10:17:41 testvm1 crmd[2150]:   notice: get_node_name: Could not
obtain a node name for corosync nodeid 3232235977
Sep  2 10:17:41 testvm1 crmd[2150]:   notice: get_node_name: Defaulting
to uname -n for the local corosync node name
Sep  2 10:17:41 testvm1 crmd[2150]:    error: cluster_connect_quorum:
Corosync quorum is not configured
Sep  2 10:17:41 testvm1 cib[2145]:   notice: get_node_name: Defaulting
to uname -n for the local corosync node name
Sep  2 10:17:55 testvm1 corosync[2141]:   [TOTEM ] A new membership
(192.168.1.201:32) was formed. Members joined: -1062731318
Sep  2 10:17:55 testvm1 corosync[2141]:   [MAIN  ] Completed service
synchronization, ready to provide service.
Sep  2 10:18:03 testvm1 cib[2145]:   notice: get_node_name: Could not
obtain a node name for corosync nodeid 3232235978
Sep  2 10:18:03 testvm1 attrd[2148]:   notice: get_node_name: Could not
obtain a node name for corosync nodeid 3232235978
Sep  2 10:18:03 testvm1 attrd[2148]:   notice: crm_update_peer_state:
attrd_peer_change_cb: Node (null)[3232235978] - state is now member (was
(null))
Sep  2 10:18:03 testvm1 crmd[2150]:   notice: get_node_name: Could not
obtain a node name for corosync nodeid 3232235978
Sep  2 10:18:03 testvm1 stonithd[2146]:   notice: get_node_name: Could
not obtain a node name for corosync nodeid 3232235978
Sep  2 10:18:03 testvm1 stonithd[2146]:   notice: get_node_name:
Defaulting to uname -n for the local corosync node name

Sep 02 10:47:18 [2282] testvm1        cib:     info:
cib_process_request: 	Forwarding cib_apply_diff operation for section
'all' to master (origin=local/cibadmin/2)
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find admin_epoch in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find epoch in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find num_updates in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find admin_epoch in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find epoch in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error:
crm_element_value: 	Couldn't find num_updates in NULL
Sep 02 10:47:18 [2282] testvm1        cib:    error: crm_abort:
crm_element_value: Triggered assert at xml.c:6047 : data != NULL
Sep 02 10:47:18 [2282] testvm1        cib:     info: cib_perform_op:
Diff: --- 0.2.0 2
Sep 02 10:47:18 [2282] testvm1        cib:     info: cib_perform_op:
Diff: +++ 0.3.1 929d24519aba5979caa61b5435c3cdc1
Sep 02 10:47:18 [2282] testvm1        cib:     info: cib_perform_op: 	+
 /cib:  @epoch=3, @num_updates=1
Sep 02 10:47:18 [2282] testvm1        cib:     info:
cib_process_request: 	Completed cib_apply_diff operation for section
'all': OK (rc=0, origin=testvm1/cibadmin/2, version=0.3.1)

-- 
Alexis de BRUYN
_______________________________________________
discuss mailing list
discuss@xxxxxxxxxxxx
http://lists.corosync.org/mailman/listinfo/discuss




[Index of Archives]     [Linux Clusters]     [Corosync Project]     [Linux USB Devel]     [Linux Audio Users]     [Photo]     [Yosemite News]    [Yosemite Photos]    [Linux Kernel]     [Linux SCSI]     [X.Org]

  Powered by Linux