HomeClusterLabs Projects

API: libcrmcommon: Add pcmk_rc_cs_internal error code.

Description

API: libcrmcommon: Add pcmk_rc_cs_internal error code.

Unfortunately, a lot of corosync functions can return CS_ERR_LIBRARY for
a variety of error conditions so we need this more generic error code to
map to. At the same time, we may want to differentiate corosync errors
from other kinds of errors, hence why this is separate from
pcmk_rc_error.

Ref T907

Details

Provenance
clumensAuthored on Fri, Sep 12, 3:45 PM
Parents
rPa8b433479003: Merge pull request #3953 from clumens/ipc-backlog
Branches
Unknown
Tags
Unknown
Tasks
T907: Map Corosync error codes to Pacemaker error codes