]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
fixup 7a2b8ab8922c5ca20de84b0f2ea830b5a970faae
authorGreg Farnum <greg@inktank.com>
Tue, 11 Sep 2012 21:03:16 +0000 (14:03 -0700)
committerGreg Farnum <greg@inktank.com>
Tue, 11 Sep 2012 21:03:16 +0000 (14:03 -0700)
I accidentally was doing a literal search rather than an attribute search.
That obviously didn't turn out well.

recipes/osd.rb

index 41a1a1b7ca6d6ff69af27b52389969b5edda2496..b0aba0be32e5dbb316ac490177a136d5db8a59e9 100644 (file)
@@ -36,7 +36,7 @@ else
 
   while mons.empty?
     sleep(1)
-    mons = get_mon_nodes("ceph_bootstrap_osd_key")
+    mons = get_mon_nodes("ceph_bootstrap_osd_key:*")
   end # while mons.empty?
 
   directory "/var/lib/ceph/bootstrap-osd" do