]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix block device file creation 7536/head
authorSage Weil <sage@redhat.com>
Fri, 5 Feb 2016 14:20:40 +0000 (09:20 -0500)
committerSage Weil <sage@redhat.com>
Fri, 5 Feb 2016 14:21:41 +0000 (09:21 -0500)
commita297261a386c859e55451b9a20bd9ac63c913810
tree6928848ed27009c805bffd42d0b1ddd92992be6b
parentc4f9d2655323cc80630f88029234881b51e55306
os/bluestore: fix block device file creation

Just make a separate flag to indicate whether we create a block
file.  This lets us drop the weird touch in vstart.sh, and default
to creating a token 'block' file on --mkfs.

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