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

Allow ceph-mon systemd overrides to be specified #1654

Merged
merged 1 commit into from
Aug 22, 2017
Merged

Commits on Aug 16, 2017

  1. Allow ceph service systemd overrides to be specified

    ceph services can fail to start under certain circumstances (for
    example, when running in a container) because the default systemd
    service configuration causes namespace issues.
    
    To work around this we can override the system service settings by
    placing an overrides file in the ceph-<service>@.service.d directory.
    This can be generic so as to allow any potential changes required to
    the ceph-<service> service files.
    
    The overrides file is only setup when the
    "ceph_<service>_systemd_overrides" config_template override variable is
    specified.
    
    The available service systemd override files are as follows:
    ceph_mds_systemd_overrides
    ceph_mgr_systemd_overrides
    ceph_mon_systemd_overrides
    ceph_osd_systemd_overrides
    ceph_rbd_mirror_systemd_overrides
    ceph_rgw_systemd_overrides
    andymcc committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    4671b9e View commit details
    Browse the repository at this point in the history