Daan Hoogland
a8b4d9d0e1
Merge branch '4.14'
2020-11-06 17:25:13 +01:00
Spaceman1984
9a253c473b
Preventing port 53 being added as lb rule when dns service is availab… ( #4442 )
2020-11-06 16:27:27 +01:00
Spaceman1984
18e837516a
Hiding system reserved IP addresses ( #4408 )
...
This PR removes system reserved IP addresses from the options of acquiring IP addresses. Choosing any reserved IP address results in an error. The IP addresses should not have been displayed in the first place.
Fixes : #4310
2020-11-02 14:10:16 +05:30
Daan Hoogland
3ab43e2edb
Merge branch '4.14'
2020-10-30 15:58:12 +00:00
Gabriel Beims Bräscher
b3a1cb41c8
Allow to configure root disk size via Service Offering (diskoffering of type Service). ( #4341 )
2020-10-30 15:56:11 +00:00
Daan Hoogland
46ead2df71
Merge branch '4.13' into 4.14
2020-10-30 15:54:26 +00:00
slavkap
8afb451c1c
fix NPE in volumes statistics ( #4388 )
2020-10-30 15:53:05 +00:00
Daan Hoogland
2b220b5624
Merge branch '4.14'
2020-10-30 10:05:24 +01:00
Daan Hoogland
b0d300c681
Merge branch '4.13' into 4.14
2020-10-30 10:03:56 +01:00
Wei Zhou
dfd59321b1
server: fix format error with memorywithoverprovisioning in list hosts response ( #4435 )
2020-10-30 09:38:59 +01:00
Gabriel Beims Bräscher
6f559d285a
Prevent deploying IPv6 network if Zone has no IPv6 DNS configured ( #4177 )
2020-10-30 09:07:20 +01:00
Rakesh
4cd9886a89
FIX s2svpn connection stuck on Pending state ( #4429 )
...
When we try to reset the site 2 site vpn connection while
the VR's are being restarted, the connection enters the
PENDING state and we cant reset the connection.
So change the state from PENDING to disconnected.
Steps to reproduce the issue
1.create a VPC with a tier (vpc-001-001 in vpc-001), create a vm
2.create a VPC with a tier (vpc-002-001 in vpc-002) with different cidr, create a vm
3.create custom gateway for both vpn
4.enable site-to-site vpn on both vpn, and add vpn connection to each other. both should be "Connected"
5.restart vpc-001 with cleanup and monitor it
6.when the first router is destroyed, go to site-to-site vpn page and reset vpn connection.
7.we will get an error "Resource [DataCenter:1] is unreachable: Unable to apply site 2 site VPN configuration, virtual router is not in the right state"
and vpn connection is stuck at Pending
8.When vpc is restarted, go to site-to-site vpn page and reset vpn connection.
Co-authored-by: Rakesh Venkatesh <r.venkatesh@global.leaseweb.com>
2020-10-29 16:20:28 +05:30
Daan Hoogland
2d1989fd76
Merge branch '4.14'
2020-10-29 09:56:32 +01:00
Rakesh
8b994113ff
Failed to update host password if username/password is not saved in db ( #4359 )
2020-10-29 09:43:05 +01:00
Rakesh
b266c757d2
Unable to create snapshot from vm snapshot ( #4432 )
...
Co-authored-by: Rakesh Venkatesh <r.venkatesh@global.leaseweb.com>
2020-10-29 08:53:33 +01:00
Rohit Yadav
6de8e012e8
Merge remote-tracking branch 'origin/4.14'
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2020-10-28 15:56:14 +05:30
Wei Zhou
dbb66850b2
server: update template to another template type ( #3945 )
...
this contains other changes
(1) add isrouting field for vm templates on UI
(2) show register URL of template/iso on UI
(3) set 'Bootable' field to changable for existing ISO
2020-10-28 15:41:36 +05:30
Daan Hoogland
c1fb6b4cb9
Merge branch '4.14'
2020-10-28 10:28:10 +01:00
Rakesh
e1dd07a30c
Ability to put a server in Down state to maintenance ( #4363 )
2020-10-28 09:59:43 +01:00
Rakesh
b9f15fd159
Remove cpu core from op_host_capacity when host is deleted ( #4367 )
...
When a host is put into maintenance mode or its deleted from
cloudstack then delete its entries from op_host_capacity table
2020-10-28 09:41:14 +01:00
nvazquez
a831ad1252
Fix detach volume on stopped Vms
2020-10-25 00:33:46 -03:00
nvazquez
d119a5d19f
Merge branch 'master' into ovfprops-and-vsphere-adv-together
2020-10-24 13:02:31 -03:00
davidjumani
81c524e9f3
Fixing count for findHostsForMigration ( #4375 )
2020-10-24 13:08:45 +02:00
Gabriel Beims Bräscher
f4f35a8995
Enhance UpdateDiskOfferingCmd ( #4409 )
2020-10-24 13:00:11 +02:00
nvazquez
0c6900e3bd
Do not fail if osTypeId parameter or rootdiskcontroller/nicadapter details are set on template registration
2020-10-23 10:39:21 -03:00
Rakesh
71c5dbcf49
server: Update use_bytes of storage pools ( #4360 )
...
Update the used_bytes for all default primary storage pools
Also get used_bytes of storage pool from database instead of
memory
2020-10-21 19:18:03 +02:00
Pearl Dsilva
963d603ede
Fix usage record count ( #4193 )
...
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
2020-10-21 19:15:34 +02:00
nvazquez
68d51cb333
Remove unused code
2020-10-20 19:57:42 -03:00
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
Wei Zhou
2661ce81d4
server: add global configuration for default router service offering ( #3946 )
2020-10-20 15:17:00 +02:00
nvazquez
6e6d6d60b7
Fix template registration
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
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
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
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
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
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
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
9b51a706db
Set deploy-as-is to default on VMware
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
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
32d85b0fa2
Display storage on logging when not deploy-as-is and guest OS small refactor
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
nvazquez
0f5a6ee589
Remove deploy as-is details when removing templates or vms
2020-10-19 15:05:57 +05:30