From: Sage Weil Date: Fri, 26 Jul 2013 21:07:02 +0000 (-0700) Subject: upstart: stop ceph-create-keys when the monitor stops X-Git-Tag: v0.61.8~20 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b70a9abc5e3ae01204256f414bd7e69d083ed7c6;p=ceph.git upstart: stop ceph-create-keys when the monitor stops This avoids lingering ceph-create-keys tasks. Backport: cuttlefish Signed-off-by: Sage Weil (cherry picked from commit a90a2b42db8de134b8ea5d81cab7825fb9ec50b4) --- 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