]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: do not goto reply if a ruleset exists in pending 1231/head
authorLoic Dachary <loic@dachary.org>
Thu, 13 Feb 2014 14:40:30 +0000 (15:40 +0100)
committerLoic Dachary <loic@dachary.org>
Thu, 13 Feb 2014 14:50:36 +0000 (15:50 +0100)
commit020e543e34e4679b6a53a72432b1221379376f03
treef796c1fab4d57d09bd94d9faf14dd55b3ef1a51d
parent192ed6151ceecdf64b275654f1449c6d246684e8
mon: do not goto reply if a ruleset exists in pending

If the crush ruleset is found in pending, do not goto reply because it
does not exist yet. Wait for the pending proposal (and the ruleset) to
be accepted and then only return that it exists.

revert 4b687ba673574bcd3b77b0f79a07d5c74cdcedc2

Signed-off-by: Loic Dachary <loic@dachary.org>
src/mon/OSDMonitor.cc