]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
ceph support "status" command
authorGuilhem Lettron <guilhem@lettron.fr>
Tue, 9 Apr 2013 12:37:32 +0000 (14:37 +0200)
committerGuilhem Lettron <guilhem@lettron.fr>
Thu, 2 May 2013 09:09:00 +0000 (11:09 +0200)
recipes/mon.rb

index c49122d81304779603129606cec69565baec1009..b7bf0e6510e548d9d341a374e30bfd784004b41b 100644 (file)
@@ -70,7 +70,7 @@ service "ceph_mon" do
     service_name "ceph"
     provider Chef::Provider::Service::Init
   end
-  supports :restart => true
+  supports :restart => true, :status => true
   action [ :enable, :start ]
 end