File tree 1 file changed +3
-3
lines changed
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():
201
201
smartmontools sshpass usbutils wget audit dnsmasq collectd-virt storcli nvme-cli pv rsync sed pciutils tar"
202
202
203
203
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 ' ,
206
206
'uniontech' : 'vconfig iscsi-initiator-utils OpenIPMI nettle qemu-kvm python-pyudev collectd-disk' ,
207
207
'rocky' : 'iscsi-initiator-utils OpenIPMI-modalias mcelog MegaCli Arcconf python-pyudev kernel-devel collectd-disk'
208
208
}
@@ -235,7 +235,7 @@ def rpm_based_install():
235
235
common_update_list = ("sanlock sysfsutils hwdata sg3_utils lvm2"
236
236
" lvm2-libs lvm2-lockd systemd openssh"
237
237
" glusterfs" )
238
- common_no_update_list = "librbd1 libicu "
238
+ common_no_update_list = "librbd1"
239
239
# common kvmagent deps of x86 and arm that no need to update
240
240
common_dep_list = "%s %s" % (common_dep_list , common_update_list )
241
241
You can’t perform that action at this time.
0 commit comments