ceph-ansible/roles/ceph-rbd-mirror/tasks
Andy McCrae 4671b9e74e 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
2017-08-16 17:57:06 +01:00
..
docker Fix followup on refact code (1469) 2017-06-26 15:53:41 +02:00
configure_mirroring.yml ceph-rbd-mirror: add new role 2016-04-08 12:12:15 +02:00
main.yml Refact code 2017-05-24 15:55:41 +02:00
pre_requisite.yml Remove support of releases prior to Jewel. 2017-01-31 11:00:54 +01:00
start_rbd_mirror.yml Allow ceph service systemd overrides to be specified 2017-08-16 17:57:06 +01:00