File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ def rpm_based_install():
201201 smartmontools sshpass usbutils wget audit dnsmasq collectd-virt storcli nvme-cli pv rsync sed pciutils tar"
202202
203203 distro_mapping = {
204- 'centos' : 'vconfig iscsi-initiator-utils OpenIPMI-modalias OVMF mcelog MegaCli Arcconf python-pyudev kernel-devel' ,
205- 'kylin' : 'vconfig open-iscsi python2-pyudev collectd-disk OpenIPMI libselinux-devel nettle tuned qemu-kvm' ,
204+ 'centos' : 'vconfig iscsi-initiator-utils OpenIPMI-modalias OVMF mcelog MegaCli Arcconf python-pyudev kernel-devel libicu ' ,
205+ 'kylin' : 'vconfig open-iscsi python2-pyudev collectd-disk OpenIPMI libselinux-devel nettle tuned qemu-kvm libicu ' ,
206206 'uniontech' : 'vconfig iscsi-initiator-utils OpenIPMI nettle qemu-kvm python-pyudev collectd-disk' ,
207207 'rocky' : 'iscsi-initiator-utils OpenIPMI-modalias mcelog MegaCli Arcconf python-pyudev kernel-devel collectd-disk'
208208 }
@@ -235,7 +235,7 @@ def rpm_based_install():
235235 common_update_list = ("sanlock sysfsutils hwdata sg3_utils lvm2"
236236 " lvm2-libs lvm2-lockd systemd openssh"
237237 " glusterfs" )
238- common_no_update_list = "librbd1 libicu "
238+ common_no_update_list = "librbd1"
239239 # common kvmagent deps of x86 and arm that no need to update
240240 common_dep_list = "%s %s" % (common_dep_list , common_update_list )
241241
You can’t perform that action at this time.
0 commit comments