HomeClusterLabs Projects

Fix: tools: crm_resource --restart works with master resources

Description

Fix: tools: crm_resource --restart works with master resources

Previously, the command failed because it used the clone element from
the post-schema-upgrade CIB as the basis for certain CIB operations. We
need to use the master element from the original, pre-upgrade CIB
instead.

Fixes T885

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