Hi all,
I've got a very simple setup of two virtual machines (with Virtualbox) 
configured with  Debian Lenny, Corosync 1.2.0-1 and Pacemaker 
1.0.7+hg20100203-1.
Even if my configuration is this one, with no-quorum-policy set to "ignore":

node debian-lenny-nodo1
node debian-lenny-nodo2
property $id="cib-bootstrap-options" \
        dc-version="1.0.7-54d7869bfe3691eb723b1d47810e5585d8246b58" \
        cluster-infrastructure="openais" \
        stonith-enabled="false" \
        no-quorum-policy="ignore"

I cannot obtain a partition with quorum, since the crm status is this one:

============
Last updated: Thu Mar 25 15:16:56 2010
Stack: openais
Current DC: debian-lenny-nodo1 - partition WITHOUT quorum
Version: 1.0.7-54d7869bfe3691eb723b1d47810e5585d8246b58
2 Nodes configured, unknown expected votes
0 Resources configured.
============

Online: [ debian-lenny-nodo1 debian-lenny-nodo2 ]

The corosync.conf is this one:

totem {
         version: 2
         secauth: off
         threads: 0
        rrp_mode: none
         interface {
                     ringnumber: 0
                     bindnetaddr: 10.0.0.0
                     mcastaddr: 224.94.1.1
                     mcastport: 5406
                   }
}

aisexec {
             user: root
             group: root
}

service {
         name: pacemaker
         ver:  0
}

logging {
         debug: off
         fileline: off
         to_stderr: no
         to_syslog: yes
         to_logfile: yes
         logfile: /var/log/corosync/corosync.log
         timestamp: on
}

Note that each machine has got two network interfaces, one connected to 
the lan and the other connected to an internal network named "cluster".
What I am missing?

Thanks to all,

-- 
RaSca
Mia Mamma Usa Linux: Niente รจ impossibile da capire, se lo spieghi bene!
ra...@miamammausalinux.org
http://www.miamammausalinux.org
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to