]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: adjust and validate bluefs_shared_alloc_size
authorIgor Fedotov <igor.fedotov@croit.io>
Wed, 13 Sep 2023 13:51:16 +0000 (16:51 +0300)
committerYuri Weinstein <yweinste@redhat.com>
Thu, 7 Dec 2023 17:16:53 +0000 (17:16 +0000)
commit26f8705d442acfc53fae98f114adda40da764d93
treeed5bbd260157c19c3e8cc7f708c4facc17613675
parenta6f82997ac57b70a895455dfed6256360a1e4c32
os/bluestore: adjust and validate bluefs_shared_alloc_size

Make sure it's in-sync (meaning it's higher or equal and properly aligned)
with bluestore_min_alloc_size into account

Fixes: https://tracker.ceph.com/issues/63618
Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
(cherry picked from commit 334e7fa0879512790e89d1f4d30cd6aaa81f28fa)
(cherry picked from commit f7b8b4d14b2baba0aef5563f4e0abe9d780d290a)
src/os/bluestore/BlueFS.cc