sam_mark_failed (3) Linux Manual Page
sam_mark_failed – Mark process failed Synopsis #include <corosync/sam.h> cs_error_t sam_mark_failed (void); Description The sam_mark_failed function is used with SAM_RECOVERY_POLICY_CMAP mostly together with SAM_RECOVERY_POLICY_RESTART to mark process failed. Process marked failed is killed without sending warn signal and control process will exit as with SAM_RECOVERY_POLICY_QUIT policy. Condb key state will be set to failed so corosync…
