]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/options: osd_memory_target et al are TYPE_SIZE 26796/head
authorSage Weil <sage@redhat.com>
Wed, 6 Mar 2019 19:28:57 +0000 (13:28 -0600)
committerSage Weil <sage@redhat.com>
Thu, 7 Mar 2019 14:43:11 +0000 (08:43 -0600)
commit25bf65e9c30bb51ed10fe8654eec91a2b097ba32
treecdc9129dff2d866b944858808cc274e01d6f10e6
parent34f04be35bb9abcb5860b4c975b105adacc7a3aa
common/options: osd_memory_target et al are TYPE_SIZE

This makes us interpret "2G" and 2 GiB, not 2 billion bytes.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/options.cc
src/os/bluestore/BlueStore.cc