Commit a3a71f2
committed
[hyper-v] Move disabling automatic checkpoints to vm creation (#4205)
Currently, disabling automatic checkpoints causes issues when the VM is
not in an appropriate state at the time the constructor is executed.
This causes the daemon to crash since the command throws an exception.
Fixes: #4204
MULTI-20611 parent 958b9af commit a3a71f2
File tree
2 files changed
+5
-17
lines changed- src/platform/backends/hyperv
- tests/hyperv
2 files changed
+5
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 109 | | |
119 | 110 | | |
120 | 111 | | |
| |||
193 | 184 | | |
194 | 185 | | |
195 | 186 | | |
| 187 | + | |
| 188 | + | |
196 | 189 | | |
197 | 190 | | |
198 | 191 | | |
| |||
202 | 195 | | |
203 | 196 | | |
204 | 197 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | 198 | | |
212 | 199 | | |
213 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
0 commit comments