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