HomeClusterLabs Projects

Fix: systemd: No need to trigger assert if cannot obtain an unit

Description

Fix: systemd: No need to trigger assert if cannot obtain an unit

Given that it'll be dealt with in the following logic:

if (unit == NULL) {
    crm_debug("Could not obtain unit named '%s'", op->agent);
    op->rc = PCMK_OCF_NOT_INSTALLED;
...

Details

Provenance
gao-yanAuthored on May 27 2015, 1:05 PM
Parents
rPa4478bde6381: Merge pull request #719 from kgaillot/stonith
Branches
Unknown
Tags
Unknown

Event Timeline