From 9ab9ea2db0b13375d3d7114d5c82eb298a118740 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 4 Aug 2020 17:00:01 -0500 Subject: Linux v5.8 rebase 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