From 8bcb4646b6b9846bb965cdec3ca2a21eb3b26bab Mon Sep 17 00:00:00 2001 From: Owen Synge Date: Tue, 10 May 2016 11:06:31 +0200 Subject: [PATCH] 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 --- systemd/ceph-create-keys@.service | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 systemd/ceph-create-keys@.service 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 -- 2.47.3