]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart: use crimson_osd_objectstore 60821/head
authorMatan Breizman <mbreizma@redhat.com>
Mon, 16 Dec 2024 16:56:41 +0000 (16:56 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 19 Dec 2024 09:23:24 +0000 (09:23 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/vstart.sh

index e16c7ec4099d9d79c92b5494c9cb47bdf994d3a6..b445e250a0006fa4123cd4d1366328b1d99a480c 100755 (executable)
@@ -963,7 +963,17 @@ $BLUESTORE_OPTS
 
         ; kstore
         kstore fsck on mount = true
+EOF
+    if [ "$crimson" -eq 1 ]; then
+        wconf <<EOF
+        crimson osd objectstore = $objectstore
+EOF
+    else
+        wconf <<EOF
         osd objectstore = $objectstore
+EOF
+    fi
+    wconf <<EOF
 $SEASTORE_OPTS
 $COSDSHORT
         $(format_conf "${extra_conf}")