summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-07-26 14:07:02 -0700
committerSage Weil <sage@inktank.com>2013-07-26 14:07:02 -0700
commita90a2b42db8de134b8ea5d81cab7825fb9ec50b4 (patch)
treea15291e6e32fefefb800428474a8248936c4ec81
parent6f996223fb34650771772b88355046746f238cf2 (diff)
downloadceph-a90a2b42db8de134b8ea5d81cab7825fb9ec50b4.tar.gz
upstart: stop ceph-create-keys when the monitor stops
This avoids lingering ceph-create-keys tasks. Backport: cuttlefish Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r--src/upstart/ceph-create-keys.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/upstart/ceph-create-keys.conf b/src/upstart/ceph-create-keys.conf
index de215d98ff3..7c79e692a86 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