Comment 19 for bug 1697531

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

Reviewed: https://review.openstack.org/473879
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-galera_server/commit/?id=f46e1525069299297eec1df704607848dd7a7b2f
Submitter: Jenkins
Branch: master

commit f46e1525069299297eec1df704607848dd7a7b2f
Author: Major Hayden <email address hidden>
Date: Wed Jun 14 09:02:03 2017 -0500

    Disable PrivateDevices for Galera on CentOS 7

    This patch adds the `galera_disable_privatedevices` variable that
    allows deployers to disable PrivateDevices in the systemd unit file
    shipped with MariaDB 10.1+ on CentOS 7 systems.

    This is a workaround to fix the systemd/LXC issues with bind
    mounting an already bind mounted `/dev/ptmx` inside the LXC
    container.

    See Launchpad bug, lxc/lxc#1623, or systemd/systemd#6121 for more
    details.

    Co-Authored-By: Major Hayden <email address hidden>
    Closes-bug: 1697531
    Change-Id: I8a74113bd16a768a4754fb1f6ee04caf1ac82920