From 47a895f435cccb2cb14eb5d0c52d2f6d4d904907 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 12 Aug 2020 08:03:24 -0500 Subject: Linux v5.8.1 Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_DM_MULTIPATH_HST | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_DM_MULTIPATH_HST (limited to 'configs/fedora/generic/CONFIG_DM_MULTIPATH_HST') diff --git a/configs/fedora/generic/CONFIG_DM_MULTIPATH_HST b/configs/fedora/generic/CONFIG_DM_MULTIPATH_HST new file mode 100644 index 000000000..33b24c2e0 --- /dev/null +++ b/configs/fedora/generic/CONFIG_DM_MULTIPATH_HST @@ -0,0 +1,23 @@ +# CONFIG_DM_MULTIPATH_HST: +# +# This path selector is a dynamic load balancer which selects +# the path expected to complete the incoming I/O in the shortest +# time by comparing estimated service time (based on historical +# service time). +# +# If unsure, say N. +# +# Symbol: DM_MULTIPATH_HST [=n] +# Type : tristate +# Defined at drivers/md/Kconfig:455 +# Prompt: I/O Path Selector based on historical service time +# Depends on: MD [=y] && DM_MULTIPATH [=m] +# Location: +# -> Device Drivers +# -> Multiple devices driver support (RAID and LVM) (MD [=y]) +# -> Device mapper support (BLK_DEV_DM [=y]) +# -> Multipath target (DM_MULTIPATH [=m]) +# +# +# +CONFIG_DM_MULTIPATH_HST=m -- cgit