]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: only write into a blob region that is allocated
authorSage Weil <sage@redhat.com>
Thu, 19 May 2016 15:58:54 +0000 (11:58 -0400)
committerSage Weil <sage@redhat.com>
Wed, 1 Jun 2016 15:38:52 +0000 (11:38 -0400)
commit8bdf2d906c470e4e77a4689c54f45a76eb16920a
treecc8a6c68d43272ebb8a4169b0da5d678814a5c72
parent282947e29d1e9f2791745c35bb411cbadc0705d1
os/bluestore: only write into a blob region that is allocated

We're only worried about direct writes and wal overwrites; the other write
paths are to freshly allocated blobs.

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