From: Guilhem Lettron Date: Thu, 21 Mar 2013 09:47:11 +0000 (+0100) Subject: ceph-mon-all-starter is a task, not a service X-Git-Tag: v0.2.0~31^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a738951487634490b49e1b63f457e31f02c218b4;p=ceph-cookbooks.git ceph-mon-all-starter is a task, not a service Ensure that ceph-mon-all is start at the end of recipe --- diff --git a/recipes/mon.rb b/recipes/mon.rb index 5cd76de..f202c32 100644 --- a/recipes/mon.rb +++ b/recipes/mon.rb @@ -23,7 +23,7 @@ service_type = service_type() service "ceph_mon" do case service_type when "upstart" - service_name "ceph-mon-all-starter" + service_name "ceph-mon-all" provider Chef::Provider::Service::Upstart action :enable when "sysvinit" @@ -33,7 +33,6 @@ service "ceph_mon" do supports :restart => true end - # TODO cluster name cluster = 'ceph' @@ -87,4 +86,3 @@ ruby_block "get osd-bootstrap keyring" do node.save end end -