[Devel] [PATCH RHEL8 COMMIT] configs: Enable scsi configuration options in minimal config
Konstantin Khorenko
khorenko at virtuozzo.com
Wed Aug 18 21:03:13 MSK 2021
The commit is pushed to "branch-rh8-4.18.0-305.3.1.vz8.7.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh8-4.18.0-305.3.1.vz8.7.7
------>
commit 187b8d28e517ff79e5493271e76cd0f26045fda1
Author: Pavel Tikhomirov <ptikhomirov at virtuozzo.com>
Date: Wed Aug 18 21:03:13 2021 +0300
configs: Enable scsi configuration options in minimal config
We had the same in vz7 minimal config:
+CONFIG_SCSI_ISCSI_ATTRS=y
+CONFIG_ISCSI_TCP=y
+CONFIG_ISCSI_BOOT_SYSFS=y
Else there can be error when booting in this kernel in VM: "dracut:
FATAL: iscsiroot requested but kernel/initrd does not support iscsi"
Signed-off-by: Pavel Tikhomirov <ptikhomirov at virtuozzo.com>
---
configs/kernel-4.18.0-x86_64-KVM-minimal.config | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/kernel-4.18.0-x86_64-KVM-minimal.config b/configs/kernel-4.18.0-x86_64-KVM-minimal.config
index 6c0929ee9485..3bbe42848a32 100644
--- a/configs/kernel-4.18.0-x86_64-KVM-minimal.config
+++ b/configs/kernel-4.18.0-x86_64-KVM-minimal.config
@@ -1723,13 +1723,13 @@ CONFIG_SCSI_SCAN_ASYNC=y
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
-# CONFIG_SCSI_ISCSI_ATTRS is not set
+CONFIG_SCSI_ISCSI_ATTRS=y
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
-# CONFIG_ISCSI_TCP is not set
-# CONFIG_ISCSI_BOOT_SYSFS is not set
+CONFIG_ISCSI_TCP=y
+CONFIG_ISCSI_BOOT_SYSFS=y
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
More information about the Devel
mailing list