]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/OSDMap: do not require ERASURE_CODE feature of clients
authorSage Weil <sage@inktank.com>
Fri, 6 Jun 2014 20:31:29 +0000 (13:31 -0700)
committerSage Weil <sage@inktank.com>
Mon, 23 Jun 2014 16:55:35 +0000 (09:55 -0700)
commit203318b8eb3753723277ec7a459239c81097f090
treed033f68d726c83c9899187bc5c026ff4ca2f294c
parent6340b14b9c9a9c786b5448f2ea2a5556055a02e9
osd/OSDMap: do not require ERASURE_CODE feature of clients

Just because an EC pool exists in the cluster does not mean tha tthe client
has to support the feature:

1) The way client IO is initiated is no different for EC pools than for
   replicated pools.
2) People may add an EC pool to an existing cluster with old clients and
   locking those old clients out is very rude when they are not using the
   new pool.
3) The only direct client user of EC pools right now is rgw, and the new
   versions already need to support various other features like CRUSH_V2
   in order to work.  These features are present in new kernels.

Fixes: #8556
Backport: firefly
Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit 3fe1699f9620280d0070cfe6f01cfeb2332e7470)
src/osd/OSDMap.cc