Commit 0926bf5
Likitha Shetty
CLOUDSTACK-6146. [VMware] [ESXi 5.5] Live storage migration of an already migrated volume fails
In vCenter 5.5, once a volume is migrated the VMDKs are renamed to match the name of the VM.
If a volume has been renamed upon migration update its volumePath to that of the new disk filename.
Conflicts:
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
vmware-base/src/com/cloud/hypervisor/vmware/mo/VirtualMachineMO.java1 parent b484b48 commit 0926bf5
2 files changed
Lines changed: 25 additions & 8 deletions
File tree
- plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource
- vmware-base/src/com/cloud/hypervisor/vmware/mo
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3163 | 3163 | | |
3164 | 3164 | | |
3165 | 3165 | | |
3166 | | - | |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
3167 | 3169 | | |
3168 | 3170 | | |
3169 | | - | |
| 3171 | + | |
3170 | 3172 | | |
3171 | 3173 | | |
3172 | 3174 | | |
| |||
3178 | 3180 | | |
3179 | 3181 | | |
3180 | 3182 | | |
| 3183 | + | |
| 3184 | + | |
| 3185 | + | |
| 3186 | + | |
| 3187 | + | |
| 3188 | + | |
| 3189 | + | |
| 3190 | + | |
| 3191 | + | |
3181 | 3192 | | |
3182 | 3193 | | |
3183 | 3194 | | |
| |||
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1800 | 1800 | | |
1801 | 1801 | | |
1802 | 1802 | | |
1803 | | - | |
1804 | | - | |
1805 | | - | |
1806 | | - | |
1807 | | - | |
1808 | | - | |
| 1803 | + | |
1809 | 1804 | | |
1810 | 1805 | | |
1811 | 1806 | | |
1812 | 1807 | | |
1813 | 1808 | | |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
| 1813 | + | |
| 1814 | + | |
| 1815 | + | |
| 1816 | + | |
| 1817 | + | |
| 1818 | + | |
| 1819 | + | |
1814 | 1820 | | |
1815 | 1821 | | |
1816 | 1822 | | |
| |||
0 commit comments