]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: Total size of OSDs is a maginitude less than it is supposed to be. 4563/head
authorZhe Zhang <zzxuanyuan@gmail.com>
Tue, 5 May 2015 23:08:48 +0000 (18:08 -0500)
committerKefu Chai <kchai@redhat.com>
Wed, 6 May 2015 09:13:12 +0000 (17:13 +0800)
commit113f3b14ec8631d57bbbc2931e242ac96cf9e6fc
treef75dc70f910aed406ba5b999d9e9b7cba490db71
parent58b30d5426998bf7eab4a773f1a04e5bcfbf9b93
mon: Total size of OSDs is a maginitude less than it is supposed to be.

When dumping statistics of OSDs such as running command "ceph osd df",
the sum of OSDs' size is 2^10 times less than their real size.

Fixes: #11534
Signed-off-by: Zhe Zhang <zzxuanyuan@gmail.com>
(cherry picked from commit 73d16f69d6f58fe8be262b0fb8db28c94605ea7d)
src/mon/OSDMonitor.cc