]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore/BlueStore: fix wal tail block padding
authorSage Weil <sage@redhat.com>
Thu, 28 Jan 2016 02:45:27 +0000 (21:45 -0500)
committerSage Weil <sage@redhat.com>
Wed, 3 Feb 2016 20:16:24 +0000 (15:16 -0500)
commitf1bf983e43c0d24151fe9b75b091b7144d15f9f5
tree97709757d9e5e04242acf7636a2dd1dfcabf1afd
parent8eac9c6b68964034d5f87f8c51a7e2fee86ec948
os/bluestore/BlueStore: fix wal tail block padding

If the wal write starts partway into the tail block, we need to allocate
less than a full block.

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