Bug 1998933
Summary: | The devices info 'driver-date' is not correct on win11 | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | dehanmeng <demeng> | |
Component: | virtio-win | Assignee: | Kostiantyn Kostiuk <kkostiuk> | |
virtio-win sub component: | qemu-ga-win | QA Contact: | dehanmeng <demeng> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | medium | |||
Priority: | medium | CC: | jinzhao, juzhang, kkostiuk, lijin, pvlasin, qizhu, yvugenfi | |
Version: | 9.0 | Keywords: | Triaged | |
Target Milestone: | rc | |||
Target Release: | 9.0 | |||
Hardware: | x86_64 | |||
OS: | Windows | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2060770 (view as bug list) | Environment: | ||
Last Closed: | 2022-05-17 15:35:26 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1992643, 2061158 | |||
Bug Blocks: | 2060770 |
Description
dehanmeng
2021-08-30 03:40:41 UTC
What is the locale selected on the guest? Is it the USA with mm/dd/yyyy date format? (In reply to Yvugenfi from comment #1) > What is the locale selected on the guest? Is it the USA with mm/dd/yyyy date > format? win11 don't set a default regional format right? but actually you reminded me correctly, after setting a USA region, there are two situation: 1. when you check via GUI. date format as normal definitely 2. but when I want to check it via cmd: powershell -command "Get-WmiObject Win32_PnPSignedDriver -Filter \"devicename = 'Red Hat VirtIO SCSI pass-through controller'\" | select devicename, driverversion, driverdate, deviceid, friendlyname", the DriverDate was still wrong format. do you know how to change it or whether it's a bug? DeviceID : PCI\VEN_1AF4&DEV_1048&SUBSYS_11001AF4&REV_01\4&24F6AFB5&0&000B DeviceName : Red Hat VirtIO SCSI pass-through controller DevLoader : DriverDate : 20210508000000.******+*** DriverName : DriverProviderName : Red Hat, Inc. DriverVersion : 100.85.104.20700 BTW: What qemu-ga command you used and got wrong date? (In reply to Yvugenfi from comment #3) > BTW: What qemu-ga command you used and got wrong date? Sending command 'guest-get-devices' (In reply to dehanmeng from comment #4) > (In reply to Yvugenfi from comment #3) > > BTW: What qemu-ga command you used and got wrong date? > > Sending command 'guest-get-devices' Can you please post a full response to "'guest-get-devices'"? From qemu 5.2 the returned value for the date is a timestamp and not a date string. Hi For QE perspective, we want to get the build ITM 24 so that QE can have a buffer to verify it and we can handle it if there have regression. anyway, I've set ITM to 26. by the way, after ITM26, all bz should be have exception+/blocker+. Thanks (In reply to dehanmeng from comment #7) > Hi > For QE perspective, we want to get the build ITM 24 so that QE can have a > buffer to verify it and we can handle it if there have regression. anyway, > I've set ITM to 26. by the way, after ITM26, all bz should be have > exception+/blocker+. > > Thanks We are in progress of building a new build for CentOS Stream\RHEL9 The fix is in the build: mingw-qemu-ga-win-103.0.0-1.el9_0 work for me now. (win11 iso: en-us_windows_11_business_editions_x64_dvd_3a304c08.iso) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (new packages: virtio-win), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:3890 |