<div dir="ltr">Hello,<div>As I did not get help on users mailing list, I allow myself to post my question here. Sorry if it&#39;s not the right place, but I can&#39;t find any documentation.</div><div><br></div><div><div>I&#39;m currently running an OCFS2 cluster on two hosts.</div><div>My ocfs2 partition is an iscsi disk mounted on both hosts debian1 and debian2</div><div><br></div><div>I need to add a third host (debian3) to this cluster.</div><div>I&#39;ve set up  iscsi (&amp; multipath), but now I&#39;m looking for the correct way to add the ocfs2 partition to my existing cluster.</div></div><div><br></div><div><div>root@debian1:~# cat /etc/ocfs2/cluster.conf </div><div>node:</div><div>        ip_port = 7777</div><div>        ip_address = 192.168.0.11</div><div>        number = 0</div><div>        name = debian1</div><span class="gmail-im"><div>        cluster = ocfs2</div><div>node:</div><div>        ip_port = 7777</div></span><div>        ip_address = 192.168.0.12</div><div>        number = 1</div><div>        name = debian2</div><span class="gmail-im"><div style="font-size:12.8px">        cluster = ocfs2</div><div style="font-size:12.8px">cluster:</div><div style="font-size:12.8px">        node_count = 2</div><div style="font-size:12.8px">        name = ocfs2</div><div><br></div><div>Same config on debian2.</div><div><br></div><div>I try to add the new node to the cluster, running this command on nodes debian1 et debian2 :</div><div><br></div><div><div>root@debian1:~# o2cb_ctl -C -i -n debian3 -t node -a number=2 -a ip_address=192.168.0.13 -a ip_port=7777 -a cluster=ocfs2</div></div><div><br></div><div>my new node is added to the config file, and node_count is incremented to 3.</div><div><br></div><div>then I do a &quot;systemctl reload ocfs2&quot; on debian1 and debian2.</div><div>I copy the cluster.conf file on debian3 and restart ocfs2 on it.</div><div><br></div><div>and in dmesg, I get :</div><div><div style="font-size:12.8px">[  145.582469] o2net: Connected to node debian2 (num 1) at <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__192.168.0.12-3A7777_&d=DwMFaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=C7gAd4uDxlAvTdc0vmU6X8CMk6L2iDY8-HD0qT6Fo7Y&m=0I_87ziLSapDQ6duB5DDNBvHzNlEbvkSrB2TaRmn2oM&s=Pyeieu1VVrehUgiFur6ya_b5JIxEqbv7Emku4ayw8UY&e=" target="_blank">192.168.0.12:7777</a></div><div style="font-size:12.8px">[  145.582978] o2net: Connected to node debian1 (num 0) at <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__192.168.0.11-3A7777_&d=DwMFaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=C7gAd4uDxlAvTdc0vmU6X8CMk6L2iDY8-HD0qT6Fo7Y&m=0I_87ziLSapDQ6duB5DDNBvHzNlEbvkSrB2TaRmn2oM&s=nSb1aTY8mC3wwZaeir97ahGM0TGB_ZIpO4sdftKrzJg&e=" target="_blank">192.168.0.11:7777</a></div><div style="font-size:12.8px">[  149.631921] o2dlm: Joining domain D2A1F74976E04C55B625CDC8DAC1D5<wbr>E5 </div><div style="font-size:12.8px">[  149.631922] ( </div><div style="font-size:12.8px">[  149.631923] 0 </div><div style="font-size:12.8px">[  149.631924] 1 </div><div style="font-size:12.8px">[  149.631924] 2 </div><div style="font-size:12.8px">[  149.631925] ) 3 nodes</div><div style="font-size:12.8px">[  149.634255] (mount.ocfs2,1627,0):ocfs2_<wbr>find_slot:490 <b>ERROR: no free slots available!</b></div><div style="font-size:12.8px">[  149.634784] (mount.ocfs2,1627,0):ocfs2_<wbr>mount_volume:1859 ERROR: status = -22</div><div style="font-size:12.8px">[  153.738044] o2dlm: Leaving domain D2A1F74976E04C55B625CDC8DAC1D5<wbr>E5</div><div style="font-size:12.8px">[  153.738153] ocfs2: Unmounting device (254,0) on (node 2)</div><div style="font-size:12.8px">[  153.738174] (mount.ocfs2,1627,0):ocfs2_<wbr>fill_super:1218 ERROR: status = -22</div><div style="font-size:12.8px">[  155.657295] o2net: No longer connected to node debian1 (num 0) at <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__192.168.0.11-3A7777_&d=DwMFaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=C7gAd4uDxlAvTdc0vmU6X8CMk6L2iDY8-HD0qT6Fo7Y&m=0I_87ziLSapDQ6duB5DDNBvHzNlEbvkSrB2TaRmn2oM&s=nSb1aTY8mC3wwZaeir97ahGM0TGB_ZIpO4sdftKrzJg&e=" target="_blank">192.168.0.11:7777</a></div><div style="font-size:12.8px">[  155.657387] o2net: No longer connected to node debian2 (num 1) at <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__192.168.0.12-3A7777_&d=DwMFaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=C7gAd4uDxlAvTdc0vmU6X8CMk6L2iDY8-HD0qT6Fo7Y&m=0I_87ziLSapDQ6duB5DDNBvHzNlEbvkSrB2TaRmn2oM&s=Pyeieu1VVrehUgiFur6ya_b5JIxEqbv7Emku4ayw8UY&e=" target="_blank">192.168.0.12:7777</a></div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div>Can anyone tell me how I can add a slot, so my new node can work ?</div><div><br></div><div>Thanks for your help.</div><div>Regards,</div><div>Cédric</div><div><br></div></span></div></div>