]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Remove stop on from upstart tasks 301/head
authorJames Page <james.page@ubuntu.com>
Mon, 20 May 2013 09:26:06 +0000 (10:26 +0100)
committerJames Page <james.page@ubuntu.com>
Mon, 20 May 2013 09:26:06 +0000 (10:26 +0100)
Upstart tasks don't have to concept of 'stop on' as they
are not long running.

src/upstart/ceph-create-keys.conf
src/upstart/ceph-mds-all-starter.conf
src/upstart/ceph-mon-all-starter.conf
src/upstart/ceph-osd-all-starter.conf
src/upstart/radosgw-all-starter.conf

index 6fb4581852fde313b87fcfd0f2b8649743381903..de215d98ff347ef57460837bd638c14bf4dc0dda 100644 (file)
@@ -1,7 +1,6 @@
 description "Create Ceph client.admin key when possible"
 
 start on started ceph-mon
-stop on runlevel [!2345]
 
 task
 
index 8e7540331ba57142f99bb6ad433b7d64bdc2b4f5..4bbfb59ffb1dcf09e00b4e4af456bd59f8632307 100644 (file)
@@ -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
 
index 723d41278467b141f6a5f53c14a6f3c7fbc1ec50..0e223b393e524f82d5c4d6bc4c55fb5fde02f047 100644 (file)
@@ -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
 
index 616f02ada6edc7e531e77186904a254bbbb0295f..d65a53356dfa9cb82f926c91808378a4f71cd2df 100644 (file)
@@ -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
 
index b9357a38fdf270d5c00e3346b7a7a2ca288827d0..ceb4a885a1842e95d22a40323c3e28aa9bab56b7 100644 (file)
@@ -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