]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: OSDMonitor: allow adding tiers to FS pools 3055/head
authorJohn Spray <john.spray@redhat.com>
Tue, 25 Nov 2014 16:54:42 +0000 (16:54 +0000)
committerJohn Spray <john.spray@redhat.com>
Tue, 2 Dec 2014 21:46:36 +0000 (21:46 +0000)
commit7cd8c3f8a5afa9481b6f6a78d5fb8c04784ef4ca
tree27a13d1c4283b568cfa09839a55d0e4d7da44eae
parentaac794616580ed0bb00608c5867199b12d4e1d94
mon: OSDMonitor: allow adding tiers to FS pools

This was an overly-strict check.  In fact it is perfectly
fine to set an overlay on a pool that is already in use
as a filesystem data or metadata pool.

Fixes: #10135
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 17b5fc9a40440e76dd1fa64f7fc19577ae3b58ce)
qa/workunits/cephtool/test.sh
src/mon/OSDMonitor.cc