Hi All,

Just started playing around with the ocfs FS, it works great :)

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:

node:
        ip_port = 7777
        ip_address = 10.81.32.11
        number = 11
        name = node11
        cluster = ocfs2

node:
        ip_port = 7777
        ip_address = 10.81.32.12
        number = 12
        name = node12
        cluster = ocfs2

cluster:
        node_count = 2
        name = ocfs2

When I add one more node with "o2cb_ctl -C -n node13 -t node -a
cluster=ocfs2 -a ip_address=10.81.32.13 -a ip_port=7777 -a number=13" from
NODE node11, I could see the change in cluster.conf in NODE node11, but not
in node12.

Is there a setting that I need to enable to propagate node addition info to
all nodes in the cluster.

Thanks in advance,

Vineeth
_______________________________________________
Ocfs2-users mailing list
Ocfs2-users@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-users

Reply via email to