]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix bluefs migrate command 43140/head
authorIgor Fedotov <ifedotov@suse.com>
Tue, 31 Aug 2021 12:54:23 +0000 (15:54 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Fri, 10 Sep 2021 21:31:16 +0000 (00:31 +0300)
commit74218a5f9cb77a1aea471b3fc95035c805f049b6
tree6e756909b083b197e71dc638349a56c49613d4b6
parentafb27c101e12d1615c46551c87a631127b1f5771
os/bluestore: fix bluefs migrate command

After migrating DB volume to a slow one RocksDB still
needs to be provided with slow.db path to properly access relevant files under db.slow subfolder.
Without that specification it tries to access them under 'db' one which
results in "not-found" error.

Fixes: https://tracker.ceph.com/issues/40434
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 90852d9b6f0da7967121200c9a1c56bed1929d2d)
src/os/bluestore/BlueFS.cc
src/os/bluestore/BlueStore.cc