https://bugzilla.novell.com/show_bug.cgi?id=887113 https://bugzilla.novell.com/show_bug.cgi?id=887113#c0 Summary: booth: allow setting up ticket renewal frequency independent of ticket expire time Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: High Availability AssignedTo: lmb@suse.com ReportedBy: dmuhamedagic@suse.com QAContact: qa-bugs@suse.de Found By: Community User Blocker: --- By default the ticket is renewed every half expiry time. For instance, for the default expiry of 600 seconds, ticket is renewed every 300 seconds. More frequent renewals may add to robustness if the network is particularly flaky. Part of the renewal process is running a local test which normally checks whether the cluster is capable of running the dependant resource ("before-acquire_handler"). That amounts to local cluster monitoring, which was implemented as a separate program and in the meantime removed due to maintainability difficulties. The new ticket parameter setting renewal frequency is called "renewal-freq". An example setting the renewal interval to 30 seconds: ticket="ticket-A" renewal-freq = 30 before-acquire-handler = /usr/share/booth/service-runnable d-src1 Reported by the author of the monitoring code: https://github.com/ClusterLabs/booth/issues/8 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.