You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/RELEASE_NOTES.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,16 @@ title: "Release Notes"
3
3
weight: 70
4
4
---
5
5
6
+
7
+
8
+
6
9
# v1.1.2
7
10
8
11
## Fixes
9
12
10
-
-[vd] Fixed online disk migration between different csi drivers. Limitations:
11
-
- Migration between `Block` and `Filesystem` volume modes is not supported. Only migrations between the same volume modes are allowed: from `Block` to `Block` and from `Filesystem` to `Filesystem`.
12
-
- After performing an online disk migration between different csi drivers, the virtual machine must be restarted.
13
-
14
-
-[vm] When a virtual machine migration fails, a human-readable error message will now be displayed in the `Migrating` condition.
13
+
-[vd] Fixed live disk migration between storage classes using different drivers. Limitations:
14
+
- Migration between `Block` and `Filesystem` is not supported. Only migrations between the same volume modes are allowed: from `Block` to `Block` and from `Filesystem` to `Filesystem`.
15
+
-[vm] In the `Migrating` state, detailed error information is now displayed when a live migration of a virtual machine fails.
0 commit comments