From: Greg Farnum Date: Tue, 11 Sep 2012 21:03:16 +0000 (-0700) Subject: fixup 7a2b8ab8922c5ca20de84b0f2ea830b5a970faae X-Git-Tag: eval2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=26a3a8d04634ddf7bb3e0658d31ab0869022221e;p=ceph-cookbooks.git fixup 7a2b8ab8922c5ca20de84b0f2ea830b5a970faae I accidentally was doing a literal search rather than an attribute search. That obviously didn't turn out well. --- diff --git a/recipes/osd.rb b/recipes/osd.rb index 41a1a1b..b0aba0b 100644 --- a/recipes/osd.rb +++ b/recipes/osd.rb @@ -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