Description of problem: anolis8.8月度镜像anolisos_8_8_x64_20G_rhck_alibase_20230308.vhd 执行dmesg -l warn -T| grep -v '#',存在异常告警信息:cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called,该镜像16个实例有15个实例存在该告警 以ecs.g6.26xlarge实例为例: # uname -r 4.18.0-425.13.1.0.1.an8.x86_64 # cat /etc/os-release NAME="Anolis OS" VERSION="8.8" ID="anolis" ID_LIKE="rhel fedora centos" VERSION_ID="8.8" PLATFORM_ID="platform:an8" PRETTY_NAME="Anolis OS 8.8" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" # cat /etc/image-id image_name="Anolis OS 8.8 RHCK 64 bit" image_id="anolisos_8_8_x64_20G_rhck_alibase_20230308.vhd" release_date="20230308120716" 部分dmesg告警信息如下: # dmesg -l warn -T| grep -v '#' [Fri Mar 10 20:35:54 2023] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [Fri Mar 10 20:35:54 2023] pci_bus 0000:00: Unknown NUMA node; performance will be reduced [Fri Mar 10 20:35:55 2023] cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called [Fri Mar 10 20:35:59 2023] printk: systemd: 20 output lines suppressed due to ratelimiting Version-Release number of selected component (if applicable): 4.18.0-425.13.1.0.1.an8.x86_64 Steps to Reproduce: 1.使用vhd镜像拉起测试,执行dmesg用例测试时运行失败 2.人工干预,执行dmesg -l warn -T|grep -v '#' 3.dmesg warn下存在异常告警日志:cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called Actual results: dmesg warn下存在异常告警日志 Expected results: dmesg warn下不存在除已知问题外的告警 Additional info:
请确认下centos同版本是否存在相同warn信息。
(In reply to maqiao from comment #1) > 请确认下centos同版本是否存在相同warn信息。 centos8.5下没有该告警信息,centos告警信息见附加截图
Created attachment 680 [details] centos8.5告警信息