<div dir="ltr"><div dir="ltr">Forgot to disable maintenance mode in instruction<div><br></div><div>6) sudo crm configure property maintenance-mode=false</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 21, 2020 at 6:49 PM Igor Tverdovskiy <<a href="mailto:igor.tverdovskiy.pe@gmail.com">igor.tverdovskiy.pe@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Jiaqi,<div><br></div><div>The most reliable way to add a new node according to my practice is the following:</div><div><div dir="ltr" style="outline:none;color:rgb(18,18,18);font-size:13.3333px">1. update corosync.conf files among all hosts in cluster including the new node</div><div dir="ltr" style="outline:none;color:rgb(18,18,18);font-size:13.3333px">2. copy corosync auth file to the new node</div><div style="outline:none;color:rgb(18,18,18);font-size:13.3333px">3. enable maintenance:</div><div style="outline:none;color:rgb(18,18,18);font-size:13.3333px">a) sudo crm configure property maintenance-mode=true</div><div style="outline:none;color:rgb(18,18,18);font-size:13.3333px"><div dir="ltr" style="outline:none;font-size:13.3333px"><span style="font-size:13.3333px">When global maintenance mode is enabled you may safely stop pacemaker and corosync services</span><br></div></div><div style="outline:none;color:rgb(18,18,18);font-size:13.3333px"><br></div><div style="outline:none;color:rgb(18,18,18);font-size:13.3333px">b) sudo crm status<br></div><div style="outline:none;color:rgb(18,18,18);font-size:13.3333px">ensure it is enabled on all nodes(it is global mode, but if you have split-brain not all nodes can be affected by command)</div><div style="outline:none;color:rgb(18,18,18);font-size:13.3333px">4. stop <span style="font-size:small;color:rgb(34,34,34)">pacemaker and corosync services on all nodes</span></div><div style="outline:none;color:rgb(18,18,18);font-size:13.3333px"><span style="font-size:small;color:rgb(34,34,34)">5. start </span><span style="font-size:small;color:rgb(34,34,34)">pacemaker and corosync services on all node <b>on by one (one node at a time)</b></span></div><div style="outline:none;color:rgb(18,18,18);font-size:13.3333px"><span style="font-size:small;color:rgb(34,34,34)"><b><br></b></span></div><div style="outline:none;color:rgb(18,18,18);font-size:13.3333px"><span style="font-size:small;color:rgb(34,34,34)">After this you will have all nodes in a cluster. You may try to do a simple restart of </span><span style="font-size:small;color:rgb(34,34,34)">pacemaker and corosync services without stopping them and without starting in a sequence, but this will not always work.</span></div></div></div>
</blockquote></div></div>