HomeClusterLabs Projects

Fix: scheduler: handle last-rc-change values after Y2038

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix: scheduler: handle last-rc-change values after Y2038

Resource history entries have a last-rc-change field with an epoch time.
Previously, this was parsed as a regular int for some status displays,
resulting in a Y2038 issue. Now, it is parsed using crm_element_value_epoch().

This only affected status displays, and not cluster operation.

Details

Provenance
kgaillotAuthored on Mar 19 2021, 4:28 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.