From cd99ab4e6b2151388bedd73617752fb4dbe442f4 Mon Sep 17 00:00:00 2001 From: Igor Fedotov Date: Mon, 12 Jan 2026 11:59:33 +0300 Subject: [PATCH] vstart.sh: revert unintended allocator type change Which was introduced by https://github.com/ceph/ceph/pull/57789 Signed-off-by: Igor Fedotov (cherry picked from commit a405097ffd93fabbf84b8c0d7546148c6def615f) --- src/vstart.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vstart.sh b/src/vstart.sh index 9a31f47ca71..969c09a3545 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -1016,8 +1016,6 @@ $DAEMONOPTS bluestore fsck on mount = true bluestore block create = true - bluestore allocator = bitmap - bluestore alloc favor spatial locality = false $BLUESTORE_OPTS -- 2.47.3