]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: Pass in zoned device parameters to allocator creation. 36826/head
authorAbutalib Aghayev <agayev@cs.cmu.edu>
Wed, 26 Aug 2020 14:36:27 +0000 (10:36 -0400)
committerAbutalib Aghayev <agayev@cs.cmu.edu>
Wed, 26 Aug 2020 14:36:27 +0000 (10:36 -0400)
commit2e2ff3d0958cecb4a4a3afa09cb132d9d320a323
treec2c25b839d9b91de9181dbdbe36a6144f784163b
parentc6c787b11bb55be8c8d2ca2e09d44b67d7f2fcf8
os/bluestore: Pass in zoned device parameters to allocator creation.

A new Allocator::create call was added, which did not pass in zoned device
parameters.  As a result, BlueStore stopped working on zoned devices.  This
patch passes in the zoned device parameters and restores BlueStore functionality
on zoned devices.

Signed-off-by: Abutalib Aghayev <agayev@cs.cmu.edu>
src/os/bluestore/BlueStore.cc
src/os/bluestore/BlueStore.h