]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: compute the size of erasure-coded pools
authorLoic Dachary <loic@dachary.org>
Sun, 2 Feb 2014 09:04:48 +0000 (10:04 +0100)
committerLoic Dachary <loic@dachary.org>
Tue, 4 Feb 2014 07:06:26 +0000 (08:06 +0100)
commit8259e51d4649ea2da5ef5b646d0b1f29ad497e48
treeec357f61e3f6d1e7c4389332ade9d8340f954220
parentcaefb8a29a05ec1a049d0d3159567a444261d793
mon: compute the size of erasure-coded pools

It is K+M ( data chunks + coding chunks ) as returned by the
get_chunk_count() method of the erasure code plugin.

http://tracker.ceph.com/issues/7277 refs #7277

Reviewed-By: Christophe Courtaut <christophe.courtaut@gmail.com>
Signed-off-by: Loic Dachary <loic@dachary.org>
src/mon/OSDMonitor.cc