]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore,filestore: use get_raw_devices
authorSage Weil <sage@redhat.com>
Fri, 21 Dec 2018 17:21:32 +0000 (11:21 -0600)
committerSage Weil <sage@redhat.com>
Fri, 4 Jan 2019 00:10:26 +0000 (18:10 -0600)
commitb23fa4ca7aaa054a4caa5d94f8be8fe05fa0a9f7
tree226096d7908b673e9fa6414020f6c3f5c2cde465
parentf879f88a27439728bcd05785b698ed8a6ddb3077
os/bluestore,filestore: use get_raw_devices

There is a minor change here: before the devices list would include
e.g. 'sda2' and 'sda', and now it will only include 'sda'.

Fixes: http://tracker.ceph.com/issues/37542
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/KernelDevice.cc
src/os/filestore/FileJournal.cc
src/os/filestore/FileStore.cc