Comment 3 for bug 1616525

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-osd (stable/18.05)

Reviewed: https://review.openstack.org/590251
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=0356c22f282ad3ebadc97cd1b64bb198b0ad93a4
Submitter: Zuul
Branch: stable/18.05

commit 0356c22f282ad3ebadc97cd1b64bb198b0ad93a4
Author: Alvaro Uria <email address hidden>
Date: Thu Aug 9 13:22:49 2018 +0200

    Support systemd nrpe check for ceph-osd@N units

    ceph-osd<->nrpe relation adds a single check that parses the service
    status of all the ceph-osd processes. The check supported sysv and
    upstart environments, but not systemd, which has been added.

    add_init_service_checks does support systemd but it would create a
    nrpe check per OSD (vs a single check for all OSDs)

    Change-Id: I19689740b4d95107c46435f56d808139c071b826
    Closes-Bug: 1616525
    Signed-off-by: Alvaro Uria <email address hidden>