Bug 2008215
Summary: | Switch to basic authentication mode for hyper-V | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Rehana <redakkan> |
Component: | virt-who | Assignee: | William Poteat <wpoteat> |
Status: | CLOSED ERRATA | QA Contact: | yuefliu <yuefliu> |
Severity: | urgent | Docs Contact: | Jiri Herrmann <jherrman> |
Priority: | urgent | ||
Version: | 9.0 | CC: | hsun, jherrman, jhnidek, jsefler, kuhuang, redakkan, sahana, wpoteat, yuefliu |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | Flags: | pm-rhel:
mirror+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | virt-who-1.31.17-1.el9 | Doc Type: | Bug Fix |
Doc Text: |
.`virt-who` now works correctly with Hyper-V hosts
Previously, when using `virt-who` to set up RHEL 9 virtual machines (VMs) on a Hyper-V hypervisor, `virt-who` did not properly communicate with the hypervisor, and the setup failed. This was because of a deprecated encryption method in the `openssl` package.
With this update, the `virt-who` authentication mode for Hyper-V has been modified, and setting up RHEL 9 VMs on Hyper-V using `virt-who` now works correctly. Note that this also requires the hypervisor to use basic authentication mode. To enable this mode, use the following commands:
----
winrm set winrm/config/service/auth '@{Basic="true"}'
winrm set winrm/config/service '@{AllowUnencrypted="true"}'
----
|
Story Points: | --- |
Clone Of: | 1981249 | Environment: | |
Last Closed: | 2022-05-17 12:33:51 UTC | Type: | Bug |
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: | 1981249 | ||
Bug Blocks: |
Comment 13
errata-xmlrpc
2022-05-17 12:33:51 UTC
|