Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions virt/release_notes/virt-4-20-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ link:https://access.redhat.com/support/offerings/techpreview[Technology Preview
[id="virt-4-20-bug-fixes_{context}"]
== Bug fixes

// CNV-71711
* The `virtctl ssh` command now requires specifying an explicit resource type when targeting a virtual machine. You must prefix the target name with `vmi/` or `vm/`. Scripts that relied on the previous syntax without a resource type might fail after upgrading. (link:https://issues.redhat.com/browse/CNV-71711[*CNV-71711*])

// CNV-61279
* Restoring a snapshot of a VM after a storage migration no longer fails because of unreferenced `dataVolumeTemplate` objects. The snapshot process now refreshes the data volume templates in the controller revision to match the `volumes` list, ensuring consistent data recovery. (link:https://issues.redhat.com/browse/CNV-61279[*CNV-61279*])

Expand Down