Comment 10 for bug 1863358

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-compute (master)

Reviewed: https://review.opendev.org/c/openstack/charm-nova-compute/+/809204
Committed: https://opendev.org/openstack/charm-nova-compute/commit/af2e40362594d19fc4ca2be0a11c186b684946af
Submitter: "Zuul (22348)"
Branch: master

commit af2e40362594d19fc4ca2be0a11c186b684946af
Author: James Page <email address hidden>
Date: Wed Sep 15 15:49:40 2021 +0100

    Block nova-compute startup on mountpoint

    If an ephemeral-device storage configuration has been provided,
    ensure that the nova-compute service will not start until the
    mountpoint (currently /var/lib/nova/instances) has actually
    been mounted. If this does not happen the nova-compute service
    will fail to start in a failsafe condition.

    Change-Id: Ic16691e119e430faec9994f6e207596629e47bb6
    Closes-Bug: 1863358