Commit 6a683dc
authored
storage: Fixed null pointer (#4130)
Fixes #4090
When trying to migrate a VM across 2 clusters, if a snapshot has been deleted and garbage collection has run to update the removed field, it is not possible to migrate the instance due to a null pointer.1 parent 8b234bd commit 6a683dc
1 file changed
Lines changed: 3 additions & 0 deletions
File tree
- engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments