On Thu, 8 May 2014 09:58:41 +1000
Andrew Beekhof <and...@beekhof.net> wrote:

> > node $id=131 vm01
> > node $id=132 vm02
> > (snip)
> > 
> > Is the method of setting up ID of the node which has not
> > participated in a cluster using a corosync stack like this?  
> 
> I don;t know how crmsh works, sorry

$id= maps directly to the id attribute in the XML. The name maps to
the uname attribute. So those examples would generate the XML

  <node id="131" uname="vm01"></node>
  <node id="132" uname="vm02"></node>

Not sure if that answers the original question.

-- 
// Kristoffer Grönlund
// kgronl...@suse.com

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to