<div dir="ltr"><div>Hi folks,</div><div><br></div><div>Is it possible to have a configured initial cib.xml file?</div><div><br></div><div>In my solution there is a script that applies configuration automatically each boot.</div><div>But before that, another script (before starting pacemaker) does:</div><div>    # rm -rf /var/lib/pacemaker/cib/*</div><div>in order to clean up the previous config.</div><div>The clean up is made each time despite anything.</div><div>Then, if the node has a DC status it runs a shell script with crm commands to set up cluster.</div><div><br></div><div>The thing is - every group boot, when all nodes are rebooted, I have those noisy messages in the log, which say that no STONITH was configured: </div><div><br></div><div>2015 Aug  3 17:56:59 +03:00 daemon.err<27> pengine[37739]:    error: unpack_resources: Resource start-up disabled since no STONITH resources have been defined</div><div>2015 Aug  3 17:56:59 +03:00 daemon.err<27> pengine[37739]:    error: unpack_resources: Either configure some or disable STONITH with the stonith-enabled option</div><div>2015 Aug  3 17:56:59 +03:00 daemon.err<27> pengine[37739]:    error: unpack_resources: NOTE: Clusters with shared data need STONITH to ensure data integrity</div><div>2015 Aug  3 17:56:59 +03:00 daemon.err<27> pengine[37739]:    error: unpack_resources: Resource start-up disabled since no STONITH resources have been defined</div><div>2015 Aug  3 17:56:59 +03:00 daemon.err<27> pengine[37739]:    error: unpack_resources: Either configure some or disable STONITH with the stonith-enabled option</div><div>2015 Aug  3 17:56:59 +03:00 daemon.err<27> pengine[37739]:    error: unpack_resources: NOTE: Clusters with shared data need STONITH to ensure data integrity </div><div> </div><div>The configuration scrip set-up STONITH devices, but the messages still appear, because the configuration was recreated by Pacemaker and doesn't have STONITH yet.</div><div>So, the idea is to get read of this kind of error messages.</div><div><br></div><div>As a possible option I am thinking of creating an initial cib.xml file with configured STONITH in it, and put it in the place after cleaning up previous config.</div><div>So just wanted to check my idea with somebody, so I am sure it won't lead to any troubles in future ;-)</div><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Thank you,<div>Kostya</div></div></div></div>
</div>