Comment 2 for bug 1814200

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-lxc_hosts (master)

Reviewed: https://review.openstack.org/636755
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-lxc_hosts/commit/?id=1fca76c8d39860c27d8c541a8fe300b427dfb129
Submitter: Zuul
Branch: master

commit 1fca76c8d39860c27d8c541a8fe300b427dfb129
Author: cloudnull <email address hidden>
Date: Wed Feb 13 14:56:52 2019 -0600

    Allow containers to remount volumes when needed

    This change allows containers to mount and remount volumes as needed.
    Before this change, when users had a mounted volume within a container,
    like in the case of services using NFS or RBD, it was not possible to
    remount a volume within the container runtime. While a user could
    unmount and mount a volume or restart a container, these actions
    results in service interuption where as a remount would simply
    reload the mounted volume without service interuption.

    Change-Id: Iff588cad451320167b92f2d79e4693a1037be966
    Closes-Bug: #1814200
    Signed-off-by: cloudnull <email address hidden>