]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: obsolete pg_pool_t properties with erasure_code_profile
authorLoic Dachary <loic@dachary.org>
Sun, 16 Mar 2014 12:27:51 +0000 (13:27 +0100)
committerLoic Dachary <loic@dachary.org>
Mon, 17 Mar 2014 23:23:41 +0000 (00:23 +0100)
commit063de51e883928e07a8f5560e4ff444c8c4147ff
tree2c4945e41f1321891d52060b3177db005893c466
parent04d2fd1003145846a2959c565c4cab2488dd44c1
osd: obsolete pg_pool_t properties with erasure_code_profile

The generic map properties is only used for erasure code and should be
specialized. It is obsoleted by a string that can be looked up in
OSDMap::erasure_code_profiles to retrieve the key/value pairs that will
be interpreted by the erasure code plugin.

Signed-off-by: Loic Dachary <loic@dachary.org>
src/osd/osd_types.cc
src/osd/osd_types.h