Release Notes

Table Of Contents
Dell EMC OpenManage Storage Services 公用程序无法
重新配置虚拟磁盘
说明: 在具有多个运行存储 I/O 和网络 I/O 操作的来宾虚拟机的系统上,Dell EMC OpenManage Storage Services
用程序无法重新配置连接到 PERC H755 PERC H755N 卡的虚拟磁盘。dmesg 显示以下调用跟踪,指明针
对高阶内存分配请求的页面分配失败:
dsm_sa_datamgrd: page allocation failure: order:6,
mode:0x6000c0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0-1
dmesg 还会显示以下消息:
megaraid_sas 0000:01:00.0: Failed to alloc kernel SGL buffer for IOCTL
megaraid_sas 0000:01:00.0: Failed to alloc kernel SGL buffer for IOCTL
当操作系统处于较高的内存压力下时,可能会出现此问题。
适用于: Red Hat Enterprise Linux 8.3
解决方法: Integrated Dell Remote Access Controller (iDRAC) 重新配置虚拟磁盘。
原因: 默认情况下,虚拟机的“高速缓存”设置已设为 writeback。这会导致在来宾虚拟机执行存储 I/O 时主机内存
被用作缓冲区高速缓存。
解决方案: 将来宾虚拟机的“高速缓存”设置修改为“none”。有关详细信息,请参阅 Red Hat Enterprise Linux 知识库
文章 5905701
在来宾虚拟机的 XML 配置文件中,将以下命令:
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
更改为
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2' cache='none'/>
受影响的系统: 所有 Dell EMC PowerEdge 服务器
跟踪号码: 194332
分配了 SRIOV VF 的来宾虚拟机需要很长时间才能开机,
并看到 libvirt 相关错误
说明: 在具有多个运行存储 I/O 和网络 IO 操作的来宾虚拟机的系统上,分配了 SRIOV VF 的虚拟机需要很长时间才
能开机。发生此问题时,以下错误消息将持续记录在 /var/log/messages 中,直至来宾虚拟机成功开机。
Timed out during operation: cannot acquire state change lock (held by
monitor=remoteDispatchDomainCreate)
适用于: Red Hat Enterprise Linux 8.3
原因: 默认情况下,虚拟机的高速缓存设置已设为 writeback。这会导致在来宾虚拟机执行存储 I/O 时主机内存被用
作缓冲区高速缓存。
解决方案: 将来宾虚拟机的高速缓存设置修改为 none。有关详细信息,请参阅 Red Hat Enterprise Linux 知识库文章
5886891
修复 13