Commit Graph

21916 Commits

Author SHA1 Message Date
Jessica Wang
3d2d93ad5f CLOUDSTACK-5614: UI > Hosts > detailView > add new field "The Number of CPU Sockets". 2014-01-10 11:26:23 -08:00
Marcus Sorensen
a80debbddf CLOUDSTACK-5853
Create two storage pools, one with storage tag X, one with storage tag Y.
Create a service offering with storage tag X.
Create a disk offering with storage tag Y.
Attempt to deploy a virtual machine with a datadisk, using given offerings, it fails.

Deployment planner keeps a global object 'avoid'. It loops through each volume to
be created, asking storage allocators for matching pools, passing this avoid object.

First disk matches a pool or pools, adds ALL other pools to avoid object, then
deployment planner attaches matching pools to a list for that disk.

Second disk matches a pool, adds all other pools to avoid object, then deployment
planner says "wait, matching pool is in avoid, can't use it". Oops. In fact, at this
point ALL pools are in avoid (unless there are other pools that have both tags).

Need to remove matching pool from the avoid set during each select phase.
2014-01-10 11:34:17 -07:00
Harikrishna Patnala
7a39b0a2e1 CLOUDSTACK-4904: Unable to see a derieved template if the
parent template is deleted. Modified template_view so that removed(or InActive) templates also be there in the view.
Previous behavior of listing templates and state column in vm_templates will be the same.
2014-01-10 10:24:35 -08:00
Bharat Kumar
35e09c81e6 CLOUDSTACK-5651 deployVm: customparameters param name has to be changed
Signed-off-by: Alena Prokharchyk <alena.prokharchyk@citrix.com>
2014-01-10 09:42:33 -08:00
Murali Reddy
db10acd8b3 CLOUDSTACK-5647 Adding F5 device to network service provider fails with
NoClassDefFoundError

adding back missing (removed from 4.3) dependency 'commons-discovery'
2014-01-10 22:01:55 +05:30
Kishan Kavala
202a935fcd CLOUDSTACK-5852: router search in DomainDouterDao using AllFieldsSearch filters few routers due to router_network_ref join. Created a seperate search to list running routers with filters. 2014-01-10 19:57:02 +05:30
SrikanteswaraRao Talluri
4d629bbfbf CLOUDSTACK-5113: Fix get_template method to return 'BUILTIN' template in ready state with
matching given ostype
2014-01-10 19:51:55 +05:30
Devdeep Singh
06a7795552 CLOUDSTACK-5657: Run the service as an account (hyper-v admin on host) so
that migration can work across hosts.
2014-01-10 17:09:26 +05:30
Devdeep Singh
f417297bbb CLOUDSTACK-5639: If path field in the TO already has the complete path, do
not try to generate the path.
2014-01-10 16:34:06 +05:30
Edison Su
eef4a8957d fix devcloud router start 2014-01-09 17:16:27 -08:00
Jessica Wang
d758996b71 CLOUDSTACK-5656: UI > network > IP Address > configuration tab > Port Forwarding > add "State" column. 2014-01-09 16:10:41 -08:00
Edison Su
9583c47a3f fix devcloud: get back whatever we have before 2014-01-09 15:25:09 -08:00
Jessica Wang
d11560d27b CLOUDSTACK-5557: UI > Network > Guest Network > IP Address > fix a bug that SourceNAT IP, VPC tier IP wrongly showed Configuration tab(firewall/portforwarding/loadbalancing).
SourceNAT IP, VPC tier IP should not show Configuration tab(firewall/portforwarding/loadbalancing).
2014-01-09 14:53:56 -08:00
Jessica Wang
277b93c19c CLOUDSTACK-5840: UI > Snapshots > create volume from snapshot dialog > add zone dropdown if region-wide secondary storage exists. 2014-01-09 14:35:48 -08:00
Min Chen
9a4a2911da CLOUDSTACK-5819:extractTemplate fails with Vmware host on migration of
NFS to S3.
2014-01-09 14:05:35 -08:00
Jessica Wang
644a9bc532 CLOUDSTACK-5840: UI > Secondary Storages > remove "prepareObjectStoreMigration" action (since prepareSecondaryStorageForMigration API has been removed from server-side). 2014-01-09 11:22:06 -08:00
Min Chen
072581b09c Remove old prepareSecondaryStorageForMigration from gen_toc.py. 2014-01-09 09:32:10 -08:00
Kishan Kavala
ac68ebd631 CLOUDSTACK-5656: Removed Filtering of revoked rules while listing. API returns state as Deleting for revoked rules. 2014-01-09 22:00:32 +05:30
Olivier Lemasle
d5277a81e6 CLOUDSTACK-5404: Fix timezone bug in network usage 2014-01-09 14:06:28 +01:00
SrikanteswaraRao Talluri
15cec79b5e CLOUDSTACK-5846: added updateCloudToUseObjectStore to known_category dict in gen_toc.py
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-01-09 17:03:49 +05:30
Rajani Karuturi
12f3568e97 CLOUDSTACK-5790: decrypted ldap hostname and port during upgrade as they are not encrypted now.
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-01-09 15:43:21 +05:30
Rajani Karuturi
dfabe2334b Revert "CLOUDSTACK-5435 enabled encryption for ldap params"
This reverts commit 24392c15f5.

Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2014-01-09 15:43:21 +05:30
Milamber
7584cf9061 Update L10N strings from Transifex to repo (prepare 4.3 RC1) 2014-01-09 07:49:19 +00:00
Devdeep Singh
2ace4fe241 CLOUDSTACK-5795: Template.properties file wasn't created when a template
was created from a volume. Added a post creation change to create the file
with the necessary information.
2014-01-09 10:50:59 +05:30
Mike Tutkowski
2efe61ddbc CLOUDSTACK-4810: Enable hypervisor snapshots for CloudStack-managed storage (for XenServer and VMware) 2014-01-08 20:53:53 -07:00
Prachi Damle
ce9760f4ce CLOUDSTACK-5732 [UI] Search is not working in Affinity Groups panel
- Added keyword support
2014-01-08 17:59:23 -08:00
Min Chen
02f6e02a73 CLOUDSTACK-5840:Remove old API method. 2014-01-08 17:57:15 -08:00
edison
1f70154c34 CLOUDSTACK-5831: Fix NPE, in case the volume isn't attached to any pool 2014-01-08 17:07:45 -08:00
Min Chen
693f0c280a CLOUDSTACK-5841:Snapshots taken before migration NFS to S3 can not be
used cross-zone.
2014-01-08 16:33:37 -08:00
Min Chen
62aa14771c CLOUDSTACK-5840:Migration from NFS to S3 should be done in one API
(updateCloudToUseObjectStore) instead of two APIs.
2014-01-08 16:33:37 -08:00
Min Chen
5b07590786 CLOUDSTACK-5813: With S3 as secondary storage, snapshot taken in one
zone cannot be used to create volume in another zone. zoneId parameter
in createVolumeCmd is not observed.
2014-01-08 16:33:37 -08:00
edison
f7e0a540d8 Merge remote-tracking branch 'origin/4.3' into 4.3 2014-01-08 16:27:16 -08:00
edison
086475647c CLOUDSTACK-5831: return quiescevm field in volumeresponse 2014-01-08 16:04:21 -08:00
Sheng Yang
4aad42e823 Revert "CLOUDSTACK-4540: Set execute.in.sequence.network.element.commands=true by default"
This reverts commit 62be5fad12.

Refer to the latest comment in the bug.
2014-01-08 16:02:23 -08:00
edison
d1c0aa157a CLOUDSTACK-5763: if vm is stopped, then don't check hypervisor support live storage migration capabilities. 2014-01-08 15:25:26 -08:00
edison
b3d4b72508 CLOUDSTACK-5607: Don't delete the template if its stored in other zones. 2014-01-08 15:05:27 -08:00
Jessica Wang
b88d3c6052 CLOUDSTACK-5733: UI > Virtual Routers > group by zone/pod/cluster > remove redundant code. 2014-01-08 15:03:32 -08:00
Jessica Wang
fc1dc04d42 CLOUDSTACK-5733: UI > Virtual Routers > group by zone/pod/cluster: fix a bug that "Total of Virtual Routers" in first row is blank. 2014-01-08 14:54:17 -08:00
edison
b180717473 CLOUDSTACK-5828: if snapshot deletion failed, such as can't find it on secondary storage, should return succeed. 2014-01-08 14:35:15 -08:00
edison
f438f55ab0 CLOUDSTACK-5370: delete snapshot on primary storage in case of backup snapshot failed. 2014-01-08 14:15:29 -08:00
Jessica Wang
6b756c8b35 CLOUDSTACK-5732: UI > Affinity Group > implement search, send keyword parameter to listAffinityGroups API. 2014-01-08 13:47:24 -08:00
Marcus Sorensen
44c73fdcef CLOUDSTACK-5430: NPE can be thrown in disconnectPhysicalDiskViaVmSpec in
certain failure scenarios. This can only be triggered if other bugs allow
pools to be deleted while VMs are using them.
2014-01-08 09:41:40 -07:00
Wei Zhou
4bb85cd7f9 CLOUDSTACK-5303: fix incorrect resource count (snapshot, secondary_storage)
(cherry picked from commit fa43987e43)
2014-01-08 15:34:51 +01:00
Ashutosh K
3d9a6ecbcd CLOUDSTACK-5619: Egress Firewall rules - Increased timeout for router to come up 2014-01-08 19:24:09 +05:30
Bharat Kumar
55a9b5d2a2 CLOUDSTACK-5742 Add usage event detials for vm state transitions when using custom compute offering. 2014-01-08 19:11:01 +05:30
Harikrishna Patnala
c3e6444adf CLOUDSTACK-5827: [Automation] Destroy VM failed, while deleting account
Signed-off-by: Koushik Das <koushik@apache.org>
2014-01-08 18:29:58 +05:30
Gaurav Aradhye
f15c8d22e1 CLOUDSTACK-5803: Fixed issues related to egress rule 2014-01-08 17:48:51 +05:30
Gaurav Aradhye
4e0b44c0d6 CLOUDSTACK-5630: Fixed snapshots' test cases 2014-01-08 17:17:47 +05:30
Girish Shilamkar
5aa0bc3f83 CLOUDSTACK-5627: Removed a validation which expected createVPCOffering to fail if SourceNAT not provided
createVPCOffering API creates VPC with SourceNat even if not provided as param. So this validation
is not required any more.
2014-01-08 12:04:15 +05:30
Jayapal
cb48c97801 CLOUDSTACK-5552 Setup private gateway state to ready on delete failure
On delete private gateway failure set the state to ready, So that it can be
deleted later.
2014-01-08 11:42:25 +05:30