Dietmar Maurer wrote: > I am playing around with corosync/openais and clvmd-openais. So far it > works. But when is stop the corosync process (or if it gets stopped by a > SIGSEGV), clvmd-openais is completely unusable. > > Like any openais client, it clvmd simple connects to the corosync > process at startup to get a selection object for the service. But what > is the correct way to recover from a corosync daemon crash?
I would expect clvmd to exit if corosync crashes. That's what it does under cman (its original implementation). We probably need some return code from the xx_dispatch() functions to indicate that corosync has finished. -- Chrissie _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
