]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "vstart: disable extblkdev plugins for file-backed OSDs" 68391/head
authorIgor Fedotov <igor.fedotov@croit.io>
Wed, 15 Apr 2026 18:42:46 +0000 (21:42 +0300)
committerIgor Fedotov <igor.fedotov@croit.io>
Wed, 15 Apr 2026 18:48:26 +0000 (21:48 +0300)
This reverts commit 92e902ecfe2cfed217136dc64e47500ec50f9c07.

Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
src/vstart.sh

index f7e08f199f6ca09ffdd0c25199a534be154b27a4..27bd1502268823dfbf5defd0b89b3ba9cfc3fcf7 100755 (executable)
@@ -813,7 +813,6 @@ prepare_conf() {
         pid file = $CEPH_OUT_DIR/\$name.pid
         heartbeat file = $CEPH_OUT_DIR/\$name.heartbeat
 "
-    local extblkdev_conf=""
 
     local mgr_modules="iostat nfs"
     if $with_mgr_dashboard; then
@@ -864,7 +863,6 @@ prepare_conf() {
         enable experimental unrecoverable data corrupting features = *
         osd_crush_chooseleaf_type = 0
         debug asok assert abort = true
-        $(format_conf "${extblkdev_conf}")
         $(format_conf "${msgr_conf}")
         $(format_conf "${extra_conf}")
         $AUTOSCALER_OPTS
@@ -925,10 +923,6 @@ EOF
                [ ${#bluestore_wal_devs[@]} -gt 0 ]; then
                 # when use physical disk, not create file for db/wal
                 BLUESTORE_OPTS=""
-            else
-                # vstart's default file-backed OSDs are not suitable for
-                # extblkdev plugins that probe hardware capabilities.
-                extblkdev_conf="osd_extblkdev_plugins ="
             fi
         fi
         if [ "$io_uring_enabled" -eq 1 ]; then