Hi All,<br><br>Just started playing around with the ocfs FS, it works great :)<br><br>I got blocked with one issue though. I have set up where in I have two Xenservers running 3.3.0.xs1.5.50.51.28, configured ocfs on both with /etc/ocfs2/cluster.conf as follows:<br>
<br>node:<br>        ip_port = 7777<br>        ip_address = 10.81.32.11<br>        number = 11<br>        name = node11<br>        cluster = ocfs2<br><br>node:<br>        ip_port = 7777<br>        ip_address = 10.81.32.12<br>
        number = 12<br>        name = node12<br>        cluster = ocfs2<br><br>cluster:<br>        node_count = 2<br>        name = ocfs2<br><br>When I add one more node with &quot;o2cb_ctl -C -n node13 -t node -a cluster=ocfs2 -a ip_address=10.81.32.13 -a ip_port=7777 -a number=13&quot; from NODE node11, I could see the change in cluster.conf in NODE node11, but not in node12.<br>
<br>Is there a setting that I need to enable to propagate node addition info to all nodes in the cluster.<br><br>Thanks in advance,<br><br>Vineeth<br><br>