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
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
[ ${#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