github-actions[bot] commented on issue #13806: URL: https://github.com/apache/cloudstack/issues/13806#issuecomment-5396254375
## ๐ฏ Triage report KVM guests get libvirt's default `cirrus` video device when no `video.hardware` setting is specified, which renders a completely blank console for Windows Server 2025 Core (though guest-agent/keyboard input still work). Switching to `video.hardware=vga` fixes it immediately. A PR (#13807) already exists but is targeted at `main`; a maintainer has asked whether it should also target the 4.22 branch. ### ๐ Assessment | Dimension | Value | Reasoning | |---|---|---| | **Type** | type:bug | Unusable console under specific reproducible conditions; also proposes a default value change | | **Component** | component:kvm | Root cause is in `LibvirtComputingResource.createVideoDef()` | | **Severity** | n/a | Not applied โ narrow guest-OS scenario, workaround exists | | **Labels** | type:bug, component:kvm | | | **Coding agent** | Not suitable | Requires an OS-compatibility render matrix decision and branch-targeting discussion before a default can change; a PR already exists and needs human review | ### ๐ Similar issues No similar open issues found (this is a specific KVM/QEMU video-model default question, distinct from other reports). <details><summary>๐ก Notes and suggestions</summary> - PR #13807 already implements a fix targeted at `main`; maintainer nvazquez asked whether it should also be backported to 4.22. - Consider whether the default should change generally (affecting rendering on other guest OSes) vs. Windows-only โ this needs the render matrix mentioned in the issue before merging a default change. </details> > Generated by [Daily Issue Triage](https://github.com/apache/cloudstack/actions/runs/32734226944) ยท sonnet50 233.4K ยท [โท](https://github.com/search?q=repo%3Aapache%2Fcloudstack+%22gh-aw-workflow-call-id%3A+apache%2Fcloudstack%2Fdaily-issue-triage%22&type=issues) > <details> <summary>Add this agentic workflows to your repo</summary> To install this agentic workflow, run ``` gh aw add githubnext/agentics/workflows/daily-issue-triage.md@d7c1dc4b72b00607a67caaffdcc216cb64379cf9 ``` </details> <!-- gh-aw-agentic-workflow: Daily Issue Triage, engine: copilot, version: 1.0.52, model: claude-sonnet-5, id: 32734226944, workflow_id: daily-issue-triage, run: https://github.com/apache/cloudstack/actions/runs/32734226944 --> <!-- gh-aw-workflow-call-id: apache/cloudstack/daily-issue-triage --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
