[ClusterLabs] "0 Nodes configured" in crm_mon

Andrew Beekhof andrew at beekhof.net
Fri Aug 28 04:09:35 UTC 2015


> On 25 Aug 2015, at 1:45 am, Stanislav Kopp <staskopp at gmail.com> wrote:
> 
> Hi all,
> 
> I'm trying to run corosync2 + pacemaker setup on Debian Jessie (only
> for testing purpose), I've successfully compiled all components using
> this guide: http://clusterlabs.org/wiki/Compiling_on_Debian
> 
> Unfortunately, if I run "crm_mon" I don't see any nodes.
> 
> #######################################
> Last updated: Mon Aug 24 17:36:00 2015
> Last change: Mon Aug 24 17:17:42 2015
> Current DC: NONE
> 0 Nodes configured
> 0 Resources configured
> ########################################
> 
> I don't see any errors in corosync log either: http://pastebin.com/bJX66B9e

really?

Aug 24 17:16:10 [1723] pm1       crmd:    error: cluster_connect_quorum:        Corosync quorum is not configured

Looks like you forgot to uncomment:

       #provider: corosync_votequorum

> 
> This is my corosync.conf
> 
> ###############################################
> 
> # Please read the corosync.conf.5 manual page
> totem {
>        version: 2
> 
>        crypto_cipher: none
>        crypto_hash: none
> 
>        interface {
>                ringnumber: 0
>                bindnetaddr: 192.168.122.0
>                mcastport: 5405
>                ttl: 1
>        }
>        transport: udpu
> }
> 
> logging {
>        fileline: off
>        to_logfile: yes
>        to_syslog: no
>        logfile: /var/log/cluster/corosync.log
>        debug: off
>        timestamp: on
>        logger_subsys {
>                subsys: QUORUM
>                debug: off
>        }
> }
> 
> nodelist {
>        node {
>                ring0_addr: 192.168.122.172
>                #nodeid: 1
>        }
> 
>        node {
>                ring0_addr: 192.168.122.113
>                #nodeid: 2
>        }
> }
> 
> quorum {
>        # Enable and configure quorum subsystem (default: off)
>        # see also corosync.conf.5 and votequorum.5
>        #provider: corosync_votequorum
> }
> 
> ####################################
> 
> used components:
> 
> pacemaker: 1.1.12
> corosync: 2.3.5
> libqb: 0.17.1
> 
> 
> Did I miss something?
> 
> Thanks!
> Stan
> 
> _______________________________________________
> Users mailing list: Users at clusterlabs.org
> http://clusterlabs.org/mailman/listinfo/users
> 
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org





More information about the Users mailing list