Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't support memcached in containers even if it is installed #16229

Merged

Commits on Oct 18, 2017

  1. Don't support memcached in containers even if it is installed

    In the monolithic image we will start memcached from the entrypoint
    without using systemd. The MiqMemcached code only uses systemd so
    that will break when we stop running systemd in the monolithic image.
    
    This will be fine in the other container images as we don't install
    memcached there.
    carbonin committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    3d3f716 View commit details
    Browse the repository at this point in the history