From a90a2b42db8de134b8ea5d81cab7825fb9ec50b4 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 26 Jul 2013 14:07:02 -0700 Subject: [PATCH] upstart: stop ceph-create-keys when the monitor stops This avoids lingering ceph-create-keys tasks. Backport: cuttlefish Signed-off-by: Sage Weil --- src/upstart/ceph-create-keys.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/upstart/ceph-create-keys.conf b/src/upstart/ceph-create-keys.conf index de215d98ff347..7c79e692a8602 100644 --- a/src/upstart/ceph-create-keys.conf +++ b/src/upstart/ceph-create-keys.conf @@ -1,6 +1,7 @@ description "Create Ceph client.admin key when possible" start on started ceph-mon +stop on stopping ceph-mon task -- 2.39.5