HomeClusterLabs Projects

Fix: tools: crm_verify distinguishes configuration warnings and errors

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

Description

Fix: tools: crm_verify distinguishes configuration warnings and errors

The output of crm_verify no longer distinguished configuration warnings
from errors as brought up from:
https://github.com/ClusterLabs/pacemaker/pull/3266#discussion_r1636411072

Regression introduced in 2.1.7 by 0c5a32624a

This commit fixes it by splitting output_config_issue() into separate
error and warning handlers, and add the "warning:" or "error:" prefix to
the message.

Fixes T834

Details

Provenance
gao-yanAuthored on Jun 19 2024, 2:56 AM
Tasks
T834: crm_verify should distinguish configuration warnings and errors

Commit No Longer Exists

This commit no longer exists in the repository.