]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: only test crush ruleset for the newly created pool
authorSage Weil <sage@redhat.com>
Fri, 18 Sep 2015 13:41:25 +0000 (09:41 -0400)
committerSage Weil <sage@redhat.com>
Fri, 18 Sep 2015 13:41:25 +0000 (09:41 -0400)
commit524b0bdcc45c2f4b95f2239c988e93250f337f3d
treee2c9d8889b7fa9cf60db80c136d1eff9f17eb10e
parentaa238e5ed50f44a94caf84567267e4f6be8732a2
mon/OSDMonitor: only test crush ruleset for the newly created pool

Otherwise, we test *all* crush rules.. which might be a lot, and
which is a big waste of time and effort.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc