Fix installation error on Intel (R) C600 platform
Set the correct config option: CONFIG_SCSI_ISCI=y This driver supports the 6Gb/s SAS capabilities of the storage control unit found in the Intel(R) C600 series chipset. Update the TIS_PATCH_VER to avoid an older built version of a package being picked up. Sanity test other than Intel (R) C600 1. build-pkgs passed 2. build-iso passed 3. deploy passed 4. the VM created successfully 5. VM successfully connected to external network Change-Id: Ia09d0c72908e8f9ff7aa3f761e244f339ad05e35 Closes-Bug: #1878072 Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
This commit is contained in:
parent
634570b339
commit
7c519a7fdc
@ -1,4 +1,4 @@
|
||||
COPY_LIST="files/*"
|
||||
TIS_PATCH_VER=2
|
||||
TIS_PATCH_VER=3
|
||||
BUILD_IS_BIG=21
|
||||
BUILD_IS_SLOW=16
|
||||
|
@ -33,6 +33,10 @@ CONFIG_FUSION_SAS=y
|
||||
CONFIG_SCSI_AIC94XX=y
|
||||
CONFIG_SCSI_MVSAS=y
|
||||
CONFIG_RAID_ATTRS=y
|
||||
# This driver supports the 6Gb/s SAS capabilities
|
||||
# of the storage control unit found
|
||||
# in the Intel(R) C600 series chipset
|
||||
CONFIG_SCSI_ISCI=y
|
||||
#
|
||||
CONFIG_SOFT_WATCHDOG=y
|
||||
CONFIG_VIRTIO=y
|
||||
|
@ -1,4 +1,4 @@
|
||||
COPY_LIST="files/*"
|
||||
TIS_PATCH_VER=2
|
||||
TIS_PATCH_VER=3
|
||||
BUILD_IS_BIG=21
|
||||
BUILD_IS_SLOW=16
|
||||
|
@ -32,6 +32,10 @@ CONFIG_FUSION_SAS=y
|
||||
CONFIG_SCSI_AIC94XX=y
|
||||
CONFIG_SCSI_MVSAS=y
|
||||
CONFIG_RAID_ATTRS=y
|
||||
# This driver supports the 6Gb/s SAS capabilities
|
||||
# of the storage control unit found
|
||||
# in the Intel(R) C600 series chipset
|
||||
CONFIG_SCSI_ISCI=y
|
||||
#
|
||||
CONFIG_SOFT_WATCHDOG=y
|
||||
CONFIG_VIRTIO=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user