Commit 5b3aa25
Zhang Wenhao
<fix>[kvm]: fix NVRAM migration handler duplicate call
Move NVRAM preparation logic from preVmMigration to preMigrateVm
to avoid handling twice during VM migration. Remove migration type
checks since the logic should apply to all migration scenarios.
Resolves: ZSV-11438
Related: ZSV-11310
Change-Id: I6578706d6f79696578787079626f6b72616a6a7a1 parent f2d0e83 commit 5b3aa25
1 file changed
Lines changed: 2 additions & 9 deletions
Lines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
168 | 166 | | |
169 | 167 | | |
170 | 168 | | |
171 | | - | |
| 169 | + | |
172 | 170 | | |
173 | 171 | | |
174 | 172 | | |
175 | 173 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
| 174 | + | |
182 | 175 | | |
183 | 176 | | |
184 | 177 | | |
| |||
0 commit comments