<html><header></header><body><div style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 14px;">These one:</div>
<div style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 14px;"> </div>
<div style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 14px;"><a href="https://github.com/OpenIndiana/oi-userland/tree/oi/hipster/components/cluster/pacemaker/patches">https://github.com/OpenIndiana/oi-userland/tree/oi/hipster/components/cluster/pacemaker/patches</a></div>
<div style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 14px;"> </div>
<div style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 14px;">and some specifics of the build are here:</div>
<div style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 14px;"> </div>
<div style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 14px;"><a href="https://github.com/OpenIndiana/oi-userland/blob/oi/hipster/components/cluster/pacemaker/Makefile">https://github.com/OpenIndiana/oi-userland/blob/oi/hipster/components/cluster/pacemaker/Makefile</a></div>
<div style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 14px;"> </div>
<div style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 14px;">Gabriele</div>
<div style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 14px;"> </div>
<div id="wt-mailcard">
<div> </div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Sonicle S.r.l. </strong>: <a href="http://www.sonicle.com/" target="_new">http://www.sonicle.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>Music: </strong><a href="http://www.gabrielebulfon.com/" target="_new">http://www.gabrielebulfon.com</a></span></div>
<div><span style="font-size: 14px; font-family: Helvetica;"><strong>eXoplanets : </strong><a href="https://gabrielebulfon.bandcamp.com/album/exoplanets">https://gabrielebulfon.bandcamp.com/album/exoplanets</a></span></div>
<div> </div>
</div>
<div style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 14px;"><tt><br /><br /><br />----------------------------------------------------------------------------------<br /><br />Da: Ken Gaillot <kgaillot@redhat.com><br />A: Cluster Labs - All topics related to open-source clustering welcomed <users@clusterlabs.org> <br />Data: 16 dicembre 2020 19.57.31 CET<br />Oggetto: Re: [ClusterLabs] Antw: Re: Antw: [EXT] Recoveing from node failure<br /><br /></tt></div>
<blockquote style="border-left: #000080 2px solid; margin-left: 5px; padding-left: 5px;"><tt>On Wed, 2020-12-16 at 15:16 +0100, Gabriele Bulfon wrote:<br />> Ok, I used some OpenIndiana patches and now it works, and also<br />> accepts the pcmk_delay_base param.<br /><br />Good to know. Beyond ensuring Pacemaker builds, we don't target or test<br />BSDish distros much, so they're a bit more likely to see issues. We're<br />happy to take pull requests with fixes though. What patches did you<br />have to apply?<br /><br />You may have run into something like this:<br /><br />https://bugs.clusterlabs.org/show_bug.cgi?id=5397 <br /><br />> <br />> Sonicle S.r.l. : http://www.sonicle.com<br />> Music: http://www.gabrielebulfon.com<br />> eXoplanets : https://gabrielebulfon.bandcamp.com/album/exoplanets<br /><br />^^^ wow, love it<br /><br />> <br />> <br />> <br />> Da: Gabriele Bulfon <gbulfon@sonicle.com><br />> A: Cluster Labs - All topics related to open-source clustering<br />> welcomed <users@clusterlabs.org><br />> Data: 16 dicembre 2020 9.27.31 CET<br />> Oggetto: Re: [ClusterLabs] Antw: Re: Antw: [EXT] Recoveing from node<br />> failure<br />> <br />> <br />> > <br />> > Thanks! I updated package to version 1.1.24, but now I receive an<br />> > error on pacemaker.log :<br />> > <br />> > Dec 16 09:08:23 [5090] pacemakerd: error: mcp_read_config: <br />> > Could not verify authenticity of CMAP provider: Operation not<br />> > supported (48)<br />> > <br />> > Any idea what's wrong? This was not happening on version 1.1.17.<br />> > What I noticed is that 1.1.24 mcp/corosync.c has a new section at<br />> > line 334:<br />> > <br />> > #if HAVE_CMAP<br />> > rc = cmap_fd_get(local_handle, &fd);<br />> > if (rc != CS_OK) {<br />> > .....<br />> > and this is the failing part at line 343:<br />> > <br />> > if (!(rv = crm_ipc_is_authentic_process(fd, (uid_t) 0,(gid_t)<br />> > 0, &found_pid,<br />> > &found_uid,<br />> > &found_gid))) {<br />> > <br />> > Gabriele<br />> > <br />> > <br />> > Sonicle S.r.l. : http://www.sonicle.com<br />> > Music: http://www.gabrielebulfon.com<br />> > eXoplanets : https://gabrielebulfon.bandcamp.com/album/exoplanets<br />> > <br />> > <br />> > <br />> > <br />> > -----------------------------------------------------------------<br />> > -----------------<br />> > <br />> > Da: Andrei Borzenkov <arvidjaar@gmail.com><br />> > A: Cluster Labs - All topics related to open-source clustering<br />> > welcomed <users@clusterlabs.org> <br />> > Data: 15 dicembre 2020 10.52.46 CET<br />> > Oggetto: Re: [ClusterLabs] Antw: Re: Antw: [EXT] Recoveing from<br />> > node failure<br />> > <br />> > > pcmk_delay_base was introduced in 1.1.17 and you apparently have<br />> > > 1.1.15 (unless it was backported by your distribution). Sorry.<br />> > > <br />> > > pcmk_delay_max may work, I cannot find in changelog when it<br />> > > appeared.<br />> > > <br />> > > <br />> > > On Tue, Dec 15, 2020 at 11:52 AM Gabriele Bulfon <<br />> > > gbulfon@sonicle.com> wrote:<br />> > > ><br />> > > > Here it is, thanks!<br />> > > ><br />> > > > Gabriele<br />> > > ><br />> > > ><br />> > > > Sonicle S.r.l. : http://www.sonicle.com<br />> > > > Music: http://www.gabrielebulfon.com<br />> > > > eXoplanets : <br />> > > https://gabrielebulfon.bandcamp.com/album/exoplanets<br />> > > ><br />> > > ><br />> > > ><br />> > > ><br />> > > > -------------------------------------------------------------<br />> > > ---------------------<br />> > > ><br />> > > > Da: Andrei Borzenkov <arvidjaar@gmail.com><br />> > > > A: Cluster Labs - All topics related to open-source clustering<br />> > > welcomed <users@clusterlabs.org><br />> > > > Data: 14 dicembre 2020 15.56.32 CET<br />> > > > Oggetto: Re: [ClusterLabs] Antw: Re: Antw: [EXT] Recoveing from<br />> > > node failure<br />> > > ><br />> > > > On Mon, Dec 14, 2020 at 2:40 PM Gabriele Bulfon <<br />> > > gbulfon@sonicle.com> wrote:<br />> > > > ><br />> > > > > I isolated the log when everything happens (when I disable<br />> > > the ha interface), attached here.<br />> > > > ><br />> > > ><br />> > > > And where are matching logs from the second node?<br />> > > > _______________________________________________<br />> > > > Manage your subscription:<br />> > > > https://lists.clusterlabs.org/mailman/listinfo/users<br />> > > ><br />> > > > ClusterLabs home: https://www.clusterlabs.org/<br />> > > ><br />> > > ><br />> > > > _______________________________________________<br />> > > > Manage your subscription:<br />> > > > https://lists.clusterlabs.org/mailman/listinfo/users<br />> > > ><br />> > > > ClusterLabs home: https://www.clusterlabs.org/<br />> > > _______________________________________________<br />> > > Manage your subscription:<br />> > > https://lists.clusterlabs.org/mailman/listinfo/users<br />> > > <br />> > > ClusterLabs home: https://www.clusterlabs.org/<br />> > > <br />> > > <br />> > <br />> > _______________________________________________<br />> > Manage your subscription:<br />> > https://lists.clusterlabs.org/mailman/listinfo/users<br />> > <br />> > ClusterLabs home: https://www.clusterlabs.org/<br />> <br />> _______________________________________________<br />> Manage your subscription:<br />> https://lists.clusterlabs.org/mailman/listinfo/users<br />> <br />> ClusterLabs home: https://www.clusterlabs.org/<br />-- <br />Ken Gaillot <kgaillot@redhat.com><br /><br />_______________________________________________<br />Manage your subscription:<br />https://lists.clusterlabs.org/mailman/listinfo/users<br /><br />ClusterLabs home: https://www.clusterlabs.org/<br /><br /><br /></tt></blockquote></body></html>