]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
systemd/ceph-create-keys@.service:Remove ceph-create-keys for systemd
authorOwen Synge <osynge@suse.com>
Tue, 10 May 2016 09:06:31 +0000 (11:06 +0200)
committerOwen Synge <osynge@suse.com>
Fri, 4 Nov 2016 22:05:17 +0000 (23:05 +0100)
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 <osynge@suse.com>
systemd/ceph-create-keys@.service [deleted file]

diff --git a/systemd/ceph-create-keys@.service b/systemd/ceph-create-keys@.service
deleted file mode 100644 (file)
index 781e6b8..0000000
+++ /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