Commit 770df60
authored
vmware,cks: fix attachiso failure with vmware drs (#6625)
Fixes #4314
Failure in attaching k8s ISO is seen when VMware DRS is enabled. Log reported VM is not found. This fix tries to find VM on peer hosts when the VM is not found on the given host.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>1 parent a5716d9 commit 770df60
3 files changed
Lines changed: 13 additions & 2 deletions
File tree
- plugins/hypervisors/vmware/src/main/java/com/cloud
- hypervisor/vmware/resource
- storage/resource
- vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5253 | 5253 | | |
5254 | 5254 | | |
5255 | 5255 | | |
5256 | | - | |
| 5256 | + | |
5257 | 5257 | | |
5258 | 5258 | | |
5259 | 5259 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2341 | 2341 | | |
2342 | 2342 | | |
2343 | 2343 | | |
2344 | | - | |
| 2344 | + | |
2345 | 2345 | | |
2346 | 2346 | | |
2347 | 2347 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2340 | 2340 | | |
2341 | 2341 | | |
2342 | 2342 | | |
| 2343 | + | |
| 2344 | + | |
| 2345 | + | |
| 2346 | + | |
| 2347 | + | |
| 2348 | + | |
| 2349 | + | |
| 2350 | + | |
| 2351 | + | |
| 2352 | + | |
| 2353 | + | |
2343 | 2354 | | |
0 commit comments