HomeClusterLabs Projects

Feature: controller: allow full interval specs for relevant cluster properties

Description

Feature: controller: allow full interval specs for relevant cluster properties

Previously, cluster options that took a duration (dc-deadtime,
shutdown-escalation, cluster-recheck-interval, transition-delay,
join-integration-timeout, and join-finalization-timeout) used crm_get_msec().

Now, they use crm_parse_interval_spec(), so they can additionally take ISO 8601
durations.

This involves changing their storage from int to guint (which is actually the
main goal, to be consistent with how they're used with g_timeout_add()).

Details

Provenance
kgaillotAuthored on Sep 23 2019, 4:12 PM
Parents
rP418150dc1ed1: Refactor: controller: functionize more FSA timer code
Branches
Unknown
Tags
Unknown

Event Timeline