This allows other jobs listening to Upstart "started ceph-mon" events
to see what instance started.
Signed-off-by: Tommi Virtanen <tv@inktank.com>
end script
instance ${cluster:-ceph}/$id
+export cluster
+export id
# this breaks oneiric
#usage "cluster = name of cluster (defaults to 'ceph'); id = mds instance id"
end script
instance ${cluster:-ceph}/$id
+export cluster
+export id
# this breaks oneiric
#usage "cluster = name of cluster (defaults to 'ceph'); id = monitor instance id"
end script
instance ${cluster:-ceph}/$id
+export cluster
+export id
exec /usr/bin/ceph-osd --cluster="${cluster:-ceph}" -i "$id" -f
end script
instance ${cluster:-ceph}/$id
+export cluster
+export id
# this breaks oneiric
#usage "cluster = name of cluster (defaults to 'ceph'); id = mds instance id"