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.67-rc3~43 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a90a2b42db8de134b8ea5d81cab7825fb9ec50b4;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 --- diff --git a/src/upstart/ceph-create-keys.conf b/src/upstart/ceph-create-keys.conf index de215d98ff34..7c79e692a860 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