Upstart tasks don't have to concept of 'stop on' as they
are not long running.
description "Create Ceph client.admin key when possible"
start on started ceph-mon
-stop on runlevel [!2345]
task
description "Ceph MDS (start all instances)"
start on starting ceph-mds-all
-stop on runlevel [!2345] or stopping ceph-mds-all
task
description "Ceph MON (start all instances)"
start on starting ceph-mon-all
-stop on runlevel [!2345] or stopping ceph-mon-all
task
description "Ceph OSD (start all instances)"
start on starting ceph-osd-all
-stop on runlevel [!2345] or stopping ceph-osd-all
task
description "Ceph radosgw (task to start all instances)"
start on starting radosgw-all
-stop on runlevel [!2345] or stopping radosgw-all
task