From: Owen Synge Date: Tue, 10 May 2016 09:06:31 +0000 (+0200) Subject: systemd/ceph-create-keys@.service:Remove ceph-create-keys for systemd X-Git-Tag: v11.1.0~408^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8bcb4646b6b9846bb965cdec3ca2a21eb3b26bab;p=ceph.git systemd/ceph-create-keys@.service:Remove ceph-create-keys for systemd ceph-create-keys should not be started on boot of mons with systemd so should not exist in the systemd files Signed-off-by: Owen Synge --- diff --git a/systemd/ceph-create-keys@.service b/systemd/ceph-create-keys@.service deleted file mode 100644 index 781e6b850f44a..0000000000000 --- a/systemd/ceph-create-keys@.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Ceph cluster key creator task - -# the last key created is the mds bootstrap key -- look for that. -ConditionPathExists=!/var/lib/ceph/bootstrap-mds/ceph.keyring - -[Service] -EnvironmentFile=-/etc/sysconfig/ceph -Environment=CLUSTER=ceph -ExecStart=/usr/sbin/ceph-create-keys --cluster ${CLUSTER} --id %i