HomeClusterLabs Projects

Refactor: various: Drop F_XML_TAGNAME internally

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

Description

Refactor: various: Drop F_XML_TAGNAME internally

It adds a field to a few internal XML requests, but nothing checks it.
The information is redundant; it matches the element name (who'd have
thought?).

It was checked when using the heartbeat cluster layer. However, support
for heartbeat was removed in commit 55ab749 in 2.0.0, so we don't have
to worry about an older node running heartbeat during rolling upgrades.
(It would be incompatible with the newer nodes running corosync.)

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Jan 3 2024, 6:43 PM

Commit No Longer Exists

This commit no longer exists in the repository.