Comment 5 for bug 1015602

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

Its it not clear which bug was pointed out. An upstream patch was given and, right now, all I can do is to guarantee that this patch is, still, contained in cluster-glue upstream version:

    } else {
        if (HA_OK != ha_msg_mod_int(op->msg,F_LRM_OPSTATUS,(int)LRM_OP_CANCELLED)) {
            LOG_FAILED_TO_ADD_FIELD(F_LRM_OPSTATUS);
            return HA_FAIL;
        }
        op_status = LRM_OP_CANCELLED;
        remove_op_history(op);
    }

With that, I'm marking this bug as Fix Released, feel free to re-open with any other information OR open a new one (better) related to newer Ubuntu releases.

Thank you!