]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
OSDMonitor: allow addition of cache pool with non-empty snaps with config 5252/head
authorSamuel Just <sjust@redhat.com>
Tue, 7 Jul 2015 18:43:01 +0000 (11:43 -0700)
committerSamuel Just <sjust@redhat.com>
Wed, 8 Jul 2015 18:32:34 +0000 (11:32 -0700)
commit5e72479b0882ac13597d7a613698e583dcb2b932
tree92955e48c6be00e8b865e24eeb0489f67c5d1666
parent6ffb1c4ae43bcde9f5fde40dd97959399135ed86
OSDMonitor: allow addition of cache pool with non-empty snaps with config

We need to be able to allow the version of ceph_test_* from earlier
versions of ceph to continue to work.  This patch also adjusts the
work unit to use a single rados snap to test the condition without
--force-nonempty to ensure that we don't need to be careful about
the config value when running that script.

Signed-off-by: Samuel Just <sjust@redhat.com>
qa/workunits/cephtool/test.sh
src/common/config_opts.h
src/mon/OSDMonitor.cc