]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix bluefs migrate command 43100/head
authorIgor Fedotov <ifedotov@suse.com>
Tue, 31 Aug 2021 12:54:23 +0000 (15:54 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Wed, 8 Sep 2021 17:04:31 +0000 (20:04 +0300)
commit1f7435094b1a4055def9361e57db1d04d7db6e82
treecb654ae0469118eba4df7ec3bbfd2a52fed6e85b
parent38fb086dbf5708a0a9c6d5c88172e4562d96d95f
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