]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
don't run search when getting nodes -- it updates too slowly eval1
authorGreg Farnum <greg@inktank.com>
Tue, 28 Aug 2012 22:41:54 +0000 (15:41 -0700)
committerGreg Farnum <greg@inktank.com>
Tue, 28 Aug 2012 22:41:54 +0000 (15:41 -0700)
recipes/bootstrap_osd.rb

index ec1e3e34be29e8e41c60d73bee0a25d8c4db249b..5b3ffc5b97b3de7b2024321bccb237543bf9d427 100644 (file)
@@ -7,7 +7,7 @@ package 'gdisk' do
   action :upgrade
 end
 
-mons = get_mon_nodes("ceph_bootstrap_osd_key:*")
+mons = get_mon_nodes()
 
 if mons.empty? then
   puts "No ceph-mon found."