Comment 14 for bug 1592163

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic-python-agent (stable/mitaka)

Reviewed: https://review.openstack.org/332471
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=d19558e7262c26559cef862c4d750756b37ada3c
Submitter: Jenkins
Branch: stable/mitaka

commit d19558e7262c26559cef862c4d750756b37ada3c
Author: Brad Morgan <email address hidden>
Date: Thu Jun 16 13:30:34 2016 -0700

    Fix unwanted unmounting of /usr/share/oem

    Creating specific partitions will cause a udev event to trigger,
    causing systemd to attempt to mount the new partition at /usr/share/oem.

    This mount will not succeed, but will unmount /usr/share/oem,
    causing ironic-python-agent to die.

    Masking this unit disables this behavior.

    Change-Id: Ifea3482f36a354cbf988e6f6003f4284c5c2a21d
    Closes-bug: #1592163
    (cherry picked from commit da0a8aff88e67fce7603b03a220b77b451349e7d)