nvazquez
|
f1f490b151
|
Fix restore VM workflow - clone and replace existing VM instead of cloning and moving disks
|
2020-10-20 19:47:27 -03:00 |
|
nvazquez
|
67794aba23
|
Fix reinstall VM bug
|
2020-10-20 03:00:21 -03:00 |
|
nvazquez
|
50ab1b2fbe
|
Add missing guest OS entries for VMware
|
2020-10-19 15:05:58 +05:30 |
|
nvazquez
|
6e6d6d60b7
|
Fix template registration
|
2020-10-19 15:05:58 +05:30 |
|
davidjumani
|
b8a79aba92
|
Elaborating error
|
2020-10-19 15:05:58 +05:30 |
|
davidjumani
|
6b715ecb53
|
Throwing error if boot type or boot mode specified while deploying VMs on VMware
|
2020-10-19 15:05:58 +05:30 |
|
davidjumani
|
38e119a099
|
Throwing error if ostypeid, nicAdapter, rootDiskController is passed for VMWare templates
|
2020-10-19 15:05:58 +05:30 |
|
nvazquez
|
ee5b8763a6
|
Fix remove VM and its volumes for deploy-as-is if have previously failed - restore cpu flags in nested virtualization test
|
2020-10-19 15:05:58 +05:30 |
|
nvazquez
|
950292dcb0
|
Ensure deploy as is disks get allocated to the same storage pool
|
2020-10-19 15:05:58 +05:30 |
|
Harikrishna Patnala
|
d81f050918
|
Check storage policy of disk offering if it suitable for storage pool while using migratevirtualmachinewithvolume API
|
2020-10-19 15:05:58 +05:30 |
|
nvazquez
|
3600b3c7bc
|
Reconcile root disk controller fix
|
2020-10-19 15:05:58 +05:30 |
|
nvazquez
|
88c02efd27
|
Fix deploy-as-is templates GC
|
2020-10-19 15:05:58 +05:30 |
|
Harikrishna Patnala
|
048e8c8744
|
Fixed the issue of VM deletion not cleaning the VM folder on vVols datastore. Fixed it by deleting the VM as complete entity including the extra root disks.
|
2020-10-19 15:05:58 +05:30 |
|
Harikrishna Patnala
|
5fdabc1cb0
|
Added storage policy details to disk while creating disk and restricted migration of volumes to storage pools which are not storage policy compliance
|
2020-10-19 15:05:58 +05:30 |
|
Harikrishna Patnala
|
46b5322d9b
|
Adding vSphere storage policy to disk on start command and attach volume command
|
2020-10-19 15:05:58 +05:30 |
|
Harikrishna Patnala
|
1e4e5cf4c0
|
Disk offering response: added vsphere storage policy to response if exists
|
2020-10-19 15:05:58 +05:30 |
|
Harikrishna Patnala
|
a54436b790
|
service offering response: added vsphere storage policy to response if exists
|
2020-10-19 15:05:58 +05:30 |
|
Harikrishna Patnala
|
07abcf5705
|
During migrate volume command, when operation timed out exception or any exception is occured it is not handled properly to clean the volume_store_ref entry.
Fixed it to clean the volume_store_ref entry upon on any exception
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
cee71c67ea
|
Remove deploy as is option from the old UI
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
dc4f913afa
|
Fix restrictions on attach and restore VMs
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
3063b6cae5
|
Fixed import VM for NFS storage which added as presetup.
Previous code assumes the NFS storage is always added by CloudStack, but NFS can also be added as presetup storagepool.
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
d69283a013
|
Fix reset/restore VM
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
db46a7ab21
|
Fix migrate root volume issue caused by regression from one of the commits
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
9dd1d60db9
|
Fix multidisk VM deployment on vVol datastore
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
388a9c2c6d
|
Reconcile chaininfo after attaching volume
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
9b923ba9dc
|
Handle detach volume of datastore cluster if the volume name has changed at vCenter level and reconsile the chaininfo
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
588b7a1c90
|
Cleanup volume wrapper VM(ROOT-xxx) while deploying VM in case of any failure. since the same name will be used on retries and that will eventually fails saying volume wrapper VM already exists.
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
897cc4bdba
|
Fix nested virt marvin test
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
94bebe8792
|
Revert back deploy as is column on templates but keep it as default for new templates
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
08c0b07b59
|
Remove deployasis parameter from register template API
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
46d412d998
|
Fix for system VMs
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
9b51a706db
|
Set deploy-as-is to default on VMware
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
2f03877723
|
Search in possible folders for volume while dettaching the volume
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
9543fd6e6a
|
Fix startcommand on Datastore cluster when the volume datastore in CloudStack mismatches with vCenter datastore. Volume could have migrated with in datastore cluster which caused the mismatch
Fix dettach volume when volume is not on CloudStack intended datastore
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
6e81efa2c9
|
Start addressing review comments
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
b0d3168e0b
|
Fail template registration when guest OS not found
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
1638d7243c
|
Get allocated size for datastoreCluster from its child datastores to show the accumalated value for Datastore cluster
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
78aa3df440
|
Fix reboot deploy-as-is VMs
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
667cb53772
|
Fix mismatch from OVF nic adapter type and expected adapter type string
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
32d85b0fa2
|
Display storage on logging when not deploy-as-is and guest OS small refactor
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
81b184877b
|
Added SesParse support which is an improved version of VMFSsparse virtual disk format
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
bb90ce5bd7
|
Fix for dettached disk migrations from vVols to other datastores
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
7a8dd46b32
|
Fix deploy as-is disks cleanup
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
41354227e2
|
Handle guest OS read from deploy-as-is OVF descriptor
|
2020-10-19 15:05:57 +05:30 |
|
Harikrishna Patnala
|
89aa25d023
|
VM deployment from ISO not working on VSAN65, fixed by adding a backup to create disk using old way
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
c6c4bfe30c
|
Fix deploy as is with datadisks
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
acf872cdab
|
Relocate deploy-as-is cloned VM if does not end on the host receiving the start command and restore deployment logs
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
edfbed34ad
|
Use network adapter from OVF on deploy-as-is
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
0f5a6ee589
|
Remove deploy as-is details when removing templates or vms
|
2020-10-19 15:05:57 +05:30 |
|
nvazquez
|
a43d0a6085
|
Fix VM power sync NPE on system VMs
|
2020-10-19 15:05:57 +05:30 |
|