Comment 30 for bug 1697531

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to openstack-ansible-memcached_server (stable/ocata)

Reviewed: https://review.openstack.org/474561
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-memcached_server/commit/?id=5363432f58334823f7e6c6c88617bb908ca48359
Submitter: Jenkins
Branch: stable/ocata

commit 5363432f58334823f7e6c6c88617bb908ca48359
Author: Jesse Pretorius <email address hidden>
Date: Thu Jun 15 11:50:44 2017 +0100

    Disable PrivateDevices for MemcacheD on CentOS 7

    This patch adds the `memcached_disable_privatedevices` variable that
    allows deployers to disable PrivateDevices in the systemd unit file.

    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.

    The is_metal variable is removed as it is unused.

    Related-bug: 1697531
    Change-Id: Id7c148bf901354a3dfc2f189ec659f2b92fc7985
    (cherry picked from commit a9acd22e8287d7ebeccae74cbff1645648291085)