From: James Page Date: Mon, 20 May 2013 09:26:06 +0000 (+0100) Subject: Remove stop on from upstart tasks X-Git-Tag: v0.64~98^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=17f6fccabc262b9a6d59455c524b550e77cd0fe3;p=ceph.git Remove stop on from upstart tasks Upstart tasks don't have to concept of 'stop on' as they are not long running. --- diff --git a/src/upstart/ceph-create-keys.conf b/src/upstart/ceph-create-keys.conf index 6fb4581852fd..de215d98ff34 100644 --- a/src/upstart/ceph-create-keys.conf +++ b/src/upstart/ceph-create-keys.conf @@ -1,7 +1,6 @@ description "Create Ceph client.admin key when possible" start on started ceph-mon -stop on runlevel [!2345] task diff --git a/src/upstart/ceph-mds-all-starter.conf b/src/upstart/ceph-mds-all-starter.conf index 8e7540331ba5..4bbfb59ffb1d 100644 --- a/src/upstart/ceph-mds-all-starter.conf +++ b/src/upstart/ceph-mds-all-starter.conf @@ -1,7 +1,6 @@ description "Ceph MDS (start all instances)" start on starting ceph-mds-all -stop on runlevel [!2345] or stopping ceph-mds-all task diff --git a/src/upstart/ceph-mon-all-starter.conf b/src/upstart/ceph-mon-all-starter.conf index 723d41278467..0e223b393e52 100644 --- a/src/upstart/ceph-mon-all-starter.conf +++ b/src/upstart/ceph-mon-all-starter.conf @@ -1,7 +1,6 @@ description "Ceph MON (start all instances)" start on starting ceph-mon-all -stop on runlevel [!2345] or stopping ceph-mon-all task diff --git a/src/upstart/ceph-osd-all-starter.conf b/src/upstart/ceph-osd-all-starter.conf index 616f02ada6ed..d65a53356dfa 100644 --- a/src/upstart/ceph-osd-all-starter.conf +++ b/src/upstart/ceph-osd-all-starter.conf @@ -1,7 +1,6 @@ description "Ceph OSD (start all instances)" start on starting ceph-osd-all -stop on runlevel [!2345] or stopping ceph-osd-all task diff --git a/src/upstart/radosgw-all-starter.conf b/src/upstart/radosgw-all-starter.conf index b9357a38fdf2..ceb4a885a184 100644 --- a/src/upstart/radosgw-all-starter.conf +++ b/src/upstart/radosgw-all-starter.conf @@ -1,7 +1,6 @@ description "Ceph radosgw (task to start all instances)" start on starting radosgw-all -stop on runlevel [!2345] or stopping radosgw-all task