wenningerk
wenningerk
> Have you considered putting the shared bits in a private C library, and doing the pre-start script in C? Hmm ... interesting idea. We could probably do a split...
For msgwait above a certain value we could spit out a warning upon 'create' that the timeouts should be checked as defaults won't do. Probably it doesn't make much sense...
Not sure if what you tried is a valid configuration. With SBD_PACEMAKER==false you probably should disable watchdog-fencing on the pacemaker side and then pacemaker shouldn't hang anymore. Disabling the warning...
Hmm ... Guess I take back what I said yesterday. This requires a bit more thinking. I think we should make a difference if resource-startup-syncing got set coming in as...
Sorry for not reacting for so long. Got involved in other things and wanted to think it through properly - this time ;-) - before actual changes to the code-base...
Thanks! Give me a bit to have a closer look ...
Continuing discussion started in #134: > > > I wasn't thinking of putting anything pacemaker-related in sbd's public API, since that's just for sbd's internal use. The public API would...
```Type=simple``` was just a first try and it became obvious quite quickly that ```Type=notify``` would probably be the way to go. Guess we should still be able to build without...