<div id="yiv0470755720">Hi All,</div><div id="yiv0470755720"><br></div><div id="yiv0470755720">Do we have a thread about the HA iSCSI article ?</div><div id="yiv0470755720">I saw a few things that can be optimized/updated:<br></div><div id="yiv0470755720"><br></div><div id="yiv0470755720"><br></div><div id="yiv0470755720">1. Point 3.7.1 Shouldn't be done as pcs has a native way to auth, assemble and start the cluster and corosync tinkering is no longer needed. Something like this:</div><div id="yiv0470755720"><br></div><div id="yiv0470755720">echo 'somepass' | passwd --stdin hacluster</div><div id="yiv0470755720">pcs host auth node1 node1.example.com node2 node2.example.com&nbsp;</div><div id="yiv0470755720"><br></div><div id="yiv0470755720">pcs cluster setup CLUSTERNAME node1 node2 totem token=10000 --enable --start</div><div id="yiv0470755720"><br></div><div id="yiv0470755720"><br></div><div id="yiv0470755720">2. Point 3.8 is against any high availability and against Red Hat support policy - it should have a red lavel that this is done for the demo !</div><div id="yiv0470755720"><br></div><div id="yiv0470755720">3. In point 3.10 I highly recommend setting scsi_sn for the ocf:heartbeat:iSCSILogicalUnit - the software by default picks the same SN for the first LUN and when 1 client attaches 2 LUNs (from 2 srparate clusters) multipath will treat the 2 sources as one and aggregate the paths - becomes a real mess</div><div id="yiv0470755720"><br></div><div id="yiv0470755720">4. Consider LVM filter for the DRBD device - a client might use the LUN as a PV in a volume group and then thr situation will get messy - the cluster won't be able to demote the node and pacemaker will fence it.</div><div id="yiv0470755720"><br></div><div id="yiv0470755720">5. Consider using fencing delay when using 2-node clusters - in case of split brain scenario the node with more resources will survive:</div><div id="yiv0470755720"><br></div><div id="yiv0470755720">pcs resource defaults update priority=1</div><div id="yiv0470755720">pcs property set priority-fencing-delay=10</div><div id="yiv0470755720"><br></div><div id="yiv0470755720"><br></div><div id="yiv0470755720">Best Regards,</div><div id="yiv0470755720">Strahil Nikolov</div>