Min Chen
64350b6f2e
CLOUDSTACK-5877: ListTemplates does not sort based on sort_key.
2014-01-15 16:58:30 -08:00
Mike Tutkowski
fef4c79cb2
CLOUDSTACK-5873: [Automation] Failed to attach volume to VM, if the vm is created with option startvm=false
2014-01-15 00:18:34 -07:00
Murali Reddy
b6698f354c
CLOUDSTACK-5861: networks that failed to implement can not be destroyed
...
introduces a force option in delete network to forcifully delete a
network. This comes handy in rare cases where network fails to implenet
and network is in shutdown state, but network shutdown to rollback
implement process fails as well.
2014-01-13 23:24:12 +05:30
Kelven Yang
b2d5e374d9
CLOUDSTACK-5734: Fix the regression caused by adding hyper-V support
2014-01-10 17:58:48 -08:00
Marcus Sorensen
1f9ad23ba0
CLOUDSTACK-5502 createVlanIpRange, allow untagged to be accepted per previous use,
...
equate empty string to untagged in api parameter input
2014-01-10 16:30:43 -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
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
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
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
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
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
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
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
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
Kelven Yang
c75b0044ef
CLOUDSTACK-5765: cleanup internal serialization and exception propagation issues
2014-01-07 17:12:06 -08:00
Marcus Sorensen
5a8ea8ae71
CLOUDSTACK-5697 This patchset fixes a bug with the recently merged
...
vxlan code. Users can set a physical network to isolation type 'vxlan',
put public traffic on that physical network, and it will still attempt
to use 'vlan' isolation on the KVM hosts. This is going to be an issue
for other isolation types as well, but I'm not familiar with them, so
I'm just fixing vxlan for now.
2014-01-07 17:03:36 -07:00
Alena Prokharchyk
6fd030cbf2
CLOUDSTACK-5826: do netmask/gateway validation before calculating the POD cidr
2014-01-07 15:01:27 -08:00
Jayapal
279e9cbe49
CLOUDSTACK-5552 fixed private gateway DB clean up on router upgrade required
2014-01-07 17:57:20 +05:30
Sanjay Tripathi
0706757e00
CLOUDSTACK-5314: Negative (-ve) values for primary storage and volumes are shown in the resource count table.
2014-01-07 14:27:35 +05:30
Sanjay Tripathi
96823d3a62
CLOUDSTACK-5406: Not able to take snapshot becasue of secondary_storage limit of 400 gb exceeded even though we have not really consumed this limit in secondary store.
2014-01-06 15:48:23 +05:30
edison
db25228b23
CLOUDSTACK-5329: fix NPE in storage migration for zone-wide primary storage, and also the serization error.
2014-01-03 16:44:21 -08:00
Kelven Yang
ce7bc8fd90
CLOUDSTACK-5725: put origin flow context id into log4j context prefix to link jobs with the orchestration work flow in logging
2014-01-03 15:47:03 -08:00
Min Chen
3179fb2a5c
CLOUDSTACK-5771:listImageStores returns error in keyword search.
2014-01-03 15:09:10 -08:00
Kelven Yang
9cad092054
CLOUDSTACK-5767: Remove the logic of using underlying job related fields for volume specific logic.
2014-01-03 13:10:32 -08:00
Devdeep Singh
741634b87e
CLOUDSTACK-5691: Fix for attaching an uploaded volume to instance running
...
on hyperv. There were multiple issues here. Upload volume was actually
failing because the post download check for vhd on the cifs share was
unsuccessful. Also the agent code wasn't parsing the volume path correctly.
Fixed it too.
2014-01-03 16:43:21 +05:30
Jayapal
3fe9426824
CLOUDSTACK-5552 fixed private gateway clean up in DB when create failed
2014-01-03 12:56:28 +05:30
Sheng Yang
62be5fad12
CLOUDSTACK-4540: Set execute.in.sequence.network.element.commands=true by default
...
The things is, VR would take time to execute the commands, say it would need
time t1(which is greater than 0).
And the interval between parallel deployment is t2(which can be almost 0). In
any case, VR need to handle commands in sequence internally, so if t1 > t2, then
the new task in the VR would wait longer and longer to execute, then some
commands result in timeout ultimately. No matter how long the timeout is, if
there are enough big number of queued task for VR, the last ones can timeout.
Currently VR has a robust mechanism to sequence the jobs internal and I
confirmed in this case, it works well. But there is no way to fix this issue if
VR is already 100% load at all time.
Probably we can improve the speed of VR internal executing, but seems the
ultimate answer is: set execute.in.sequence.network.element.commands to true. VR
doesn’t know how long it would take for mgmt. server to timeout, only mgmt.
server knows that.
By setting sequence execution in VR to "true", mgmt server would handle the
commands in a queue, make sure that VR won't be overload and report unexpected
failure just because it's overload.
2014-01-02 15:34:16 -08:00
Harikrishna Patnala
bae5be7f4e
CLOUDSTACK-5551: Search not working for Configuration parameters in (Account/zone/cluster/storage) settings page
...
Added filters while listing scoped configuration parameters.
Fixed: Some parameters are missing from UI settings tab because of missing scope entry in configuration table.
2014-01-02 15:43:47 +05:30
Kishan Kavala
b763e49873
CLOUDSTACK-5656: Rules will remain in Revoked state when router upgrade is required. Filtered revoked rules while listing. Show genreric error since router is not visible to enduser.
2014-01-02 15:09:18 +05:30
Kishan Kavala
88ce5b804e
Added config to enable/disable router version check
...
Conflicts:
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
2014-01-01 17:34:35 +05:30
Kishan Kavala
78b9d5cda2
CLOUDSTACK-5698: support network ACL list search by keyword
2014-01-01 16:52:05 +05:30
Anshul Gangwar
0b643ddf09
CLOUDSTACK-5705: fixed the thumbnail not wrking for hyperv
2014-01-01 15:05:34 +05:30
Anshul Gangwar
e74889ac91
CLOUDSTACK-5703: putting rdp server port value in host details
2014-01-01 15:05:09 +05:30
Sanjay Tripathi
ce48b0bd55
Revert "CLOUDSTACK-5329: fix NPE, in case of zone wide primary storage"
...
This reverts commit 23841e3369 .
2014-01-01 11:23:57 +05:30
Kelven Yang
a03c8fe668
Fix a typo caused problem in attach-volume process
2013-12-31 15:13:10 -08:00
edison
23841e3369
CLOUDSTACK-5329: fix NPE, in case of zone wide primary storage
2013-12-31 14:03:44 -08:00
Kelven Yang
3094160718
CLOUDSTACK-669: Finalize VM work dispatching mechanism to avoid big switch statement
2013-12-31 13:32:28 -08:00
Edison Su
9d52a4362d
CLOUDSTACK-4506: fix NPE in case hostid is null
2013-12-31 11:37:30 -08:00
Anshul Gangwar
b55d9ecf53
CLOUDSTACK-5344 commit for console proxy rdp for hyperv
2013-12-31 18:14:53 +05:30
Daan Hoogland
9ec137e75b
isSameIsolationId
2013-12-31 12:18:33 +01:00
Kishan Kavala
e4462f3626
CLOUDSTACK-5669: Return true when deleteVmSnapshot job result status is null
2013-12-31 12:48:55 +05:30