alena
1ef546e588
bug 9564: 1) For all list commands set pageSize() to default.page.size if not specified 2) When pageSize is specified in the request, and it's more than default.page.size - throw an exception
...
status 9564: resolved fixed
Conflicts:
server/src/com/cloud/api/ApiDBUtils.java
server/src/com/cloud/api/ApiResponseHelper.java
server/src/com/cloud/api/ApiServer.java
server/src/com/cloud/server/ManagementServer.java
server/src/com/cloud/server/ManagementServerImpl.java
2011-05-04 10:22:29 -07:00
Murali Reddy
9a983d3bd8
bug 9720: 2.1.x to 2.2.x upgrade: need to create Domain level records in resource_count table
...
status 9720: resolved fixed
During DB upgrade evalute per domain resource counts and populate resource_count table
2011-05-04 19:28:27 +05:30
alena
85541705b6
bug 9722: db upgrade - when upgrade user_statistics, skip ExternalFirewall/ExternalLb records
...
status 9722: resolved fixed
2011-05-03 18:09:42 -07:00
alena
8f198b69f8
bug 9693: generate usage event when release Direct ip address.
...
status 9693: resolved fixed
2 more fixes with this commit:
* bug 9692 is fixed - we don't increment resource count when Direct ip address is allocated.
* as a part of 2.2.2->2.2.4 upgrade resource_count for public_ip records is recalculated - count only Virtual Ip addresses
2011-05-03 17:33:47 -07:00
Alex Huang
5acf721c80
bug 9615: Part of the HA cleanup
2011-05-03 16:34:24 -07:00
kishan
8c87c48486
bug 9678: update user statistics in cloud_usage. Send network usage command to routers of virtual network only
...
status 9678: resolved fixed
2011-05-04 02:37:07 +05:30
alena
6502171f39
bug 9663: do account permission check against the volume when create snapshot
...
status 9663: resolved fixed
2011-05-03 11:33:35 -07:00
alena
99badfd54c
Fixed NPE in listNetworks
2011-05-03 10:21:44 -07:00
alena
e3ed681be6
listNetworks: allow seeing Guest system network in Basic zone
2011-05-03 10:21:44 -07:00
alena
3e6cabc31b
Fixed the bug in listNetworks when isSystem parameter was ignored if it was specified along with account/domainId parameter
2011-05-03 10:21:44 -07:00
kishan
3daa9b0137
bug 9686,9676,9677: Create usage events for existing resources for port forwarding, load balancer and network offering usage
...
status 9686,9676,9677: resolved fixed
2011-05-03 20:03:29 +05:30
nit
76d48485a5
bug 9664: username parameter for API listuser should search for exact string
...
status 9664: resolved fixed
2011-05-03 13:07:21 +05:30
alena
96043d4326
bug 9688: remove orphaned lb/vm mappings as a part of db upgrade (there was a bug in 2.1.x when the LB rule was removed, but mapping was left in the DB)
...
status 9688: resolved fixed
To verify that the rule was removed:
* make sure that there is no record with lb id in load_balancer table
* verify that lb.delete event was generated for this rule
2011-05-02 18:52:50 -07:00
alena
5b28d4bf10
bug 9683: DB upgrade - generate usage_event for source nat ip addresses
...
status 9683: resolved fixed
2011-05-02 15:54:03 -07:00
prachi
d8a68a1083
Bug 9666 - hostId and spoolId overlap in op_host_capacity table
...
Changes:
- When a host connects, we check if it has a CPU and RAM entry in capacity table. If the entry is found, the values are updated if possible. If the entry is not found a new one is inserted.
- The searchCriteria used to check if CPU entry is present was wrong. We were passing in a criteria which did not specify capacityType. So for hostId >= 200, the serach would return capacity entries of storage pools also since poolIDs start from 200 onwards.
- Since an entry was found (although the wrong one), we tried to update it. But update does not happen since the capacity ranges dont match.
And a new insert for CPU also does not happen since an entry is found.
- So as a result CPU entries are never inserted in the table for hostIds >=200
- As a fix, corrected the search criteria.
- During VM deployment, when the entry is not found, we get a NPE. Added a null check to avoid that.
2011-05-02 15:33:10 -07:00
alena
3a5b185972
bug 9675: Usage DB upgrade - set missing fields for snapshot.create/snapshot.delete events
...
status 9675: resolved fixed
2011-05-02 15:17:00 -07:00
alena
14e857a978
bug 9674: Usage db upgrade - set resource_name for volume.create/volume.delete usage events
...
status 9674: resolved fixed
2011-05-02 14:29:54 -07:00
Alex Huang
cbc26756d8
bug 8745: we decided on not implementing revert on the agent because it really requires business logic above. Stop if the checkSsh doesn't work
2011-05-02 14:26:29 -07:00
alena
175fc53b53
bug 9672: usage db upgrade - set resource_id for NET.IPASSIGN/RELEASE events
...
status 9672: resolved fixed
2011-05-02 14:15:36 -07:00
alena
a225eb3c0e
bug 9682: DB upgrade - create vm.destroy event in usage_events table
...
status 9682: resolved fixed
2011-05-02 13:54:33 -07:00
alena
d8a4a5be52
bug 9658: added missing indexes to 2.1.x-2.2.x upgrade files
...
status 9658: resolved fixed
2011-05-01 12:50:26 -07:00
anthony
ad981cb245
misuse instanceName and name, which causes vm sync behavior weirdly
2011-04-29 19:01:21 -07:00
alena
b808604dde
bug 9623: set ha_enable to false for consoleProxy vms and service_offering.
...
status 9623: resolved fixed
Also set ram_size to 1024 for console proxy offering during the upgrade
2011-04-29 11:38:53 -07:00
Alex Huang
204370fa8b
bug 9643: connect pool is only for shared access
2011-04-29 11:05:56 -07:00
Alex Huang
124274ec80
Removed a potentially dangerous
2011-04-29 11:05:55 -07:00
alena
d4dc90d9fc
Fixed a bug in XmlApiDocReader
2011-04-29 10:16:28 -07:00
alena
3ea4b18311
bug 9638: fixed bunch of DB upgrade bugs
...
status 9638: resolved fixed
2011-04-28 18:18:56 -07:00
alena
5ad7730e06
Modify keys for security groups in java code instead of sql file (need to check if the key exists before dropping it)
2011-04-28 18:18:56 -07:00
keshav
14d280634e
Added a check for duplicate public networks.
2011-04-28 16:06:17 -07:00
Alex Huang
b273d74c35
bug 9456: added the host id that was already tried to avoid list. Added more debug logs in case that condition happens.
2011-04-28 14:43:44 -07:00
alena
9b799ae4b3
More logging to consoleProxy start command
2011-04-28 01:17:03 -07:00
alena
bd0259c59f
bug 9621: set addressFormat during NicProfile creation
...
status 9621: resolved fixed
2011-04-27 23:25:41 -07:00
alena
a4645ac925
bug 9621: dbUpgrade - set reservation strategy to be Create for Guest Nics in Basic zone
...
status 9621: resolved fixed
2011-04-27 22:45:29 -07:00
alena
a35088d545
Fixed upgrade from 2.1.9 to 2.2.x
2011-04-27 21:27:50 -07:00
alena
a9dded4d27
bug 9622: update mode for nics
...
status 9622: resolved fixed
2011-04-27 21:03:20 -07:00
anthony
2ba4f60a8b
bug 9619: handle two types of domr name
...
status 9619: resolved fixed
2011-04-27 18:44:05 -07:00
anthony
f890c49272
bug 9617: fixed snapshot upgrade from 223 to 224
...
status 9617: resolved fixed
2011-04-27 15:52:05 -07:00
Alex Huang
e8e9bbccfb
fixes a bug where management server has conflicts causes problems
2011-04-27 14:07:18 -07:00
Alex Huang
e66baae84e
bug 9610: Added VERSION table and related index change
2011-04-27 13:53:19 -07:00
Alex Huang
2c64193646
storage stats can be such that it doesn't work if one storage pool cannot be reached.
2011-04-27 13:53:19 -07:00
prachi
fc784f1530
Bug 9585 - Existing Data Disk is being destroyed and recreated on Stop and Start of a User VM.
...
Changes:
- When the ROOT volume of a VM is found to be READY, changed planner to reuse the pool for every volume(root or data) that is READY and that has a pool not in maintenance and not in avoid state
- If ROOT volume is not ready, we dont care about the DATA disk. Both would get re-allocated.
- When a pool is reused for a ready volume, Planner does not call storagepool allocators. And such volumes are not assigned a pool in the deployment destination returned by the planner. Accordingly StorageManager :: prepare method wont recreate these volumes since they are not mentioned in the destination.
2011-04-27 11:56:14 -07:00
Murali Reddy
c909057b90
bug 9595 : Negative resource counts exception when destroying VM account
...
Avoiding double decrement for same VM instance
2011-04-27 23:40:04 +05:30
Kelven Yang
b8d9513309
bug 9605: exclude virtual interfaces when searching for cidrs
2011-04-26 17:52:31 -07:00
alena
1bd0496bd0
Apply nic profile to nic: don't set reservationStrategy for DB object when it's value is NULL
2011-04-26 17:49:05 -07:00
Alex Huang
d5c7258b71
bug 9597: Fixed the recreatable problem. Also added the 2.2.1 upgrade step
2011-04-26 15:43:43 -07:00
Alex Huang
f6258dae08
bug 9445: Signal alert for the host if a primary storage pool was unavailable on that host
2011-04-26 15:14:55 -07:00
alena
bb0c0234bc
bug 9578: when deploy dhcp in Basic zone, put pod information to deploymentPlan
...
status 9578: resolved fixed
2011-04-26 14:41:21 -07:00
Kelven Yang
2b3c3cf949
Recalculate and update host used capacity (mem & cpu) in upgrade (2.1.x to 2.2.y)
2011-04-26 12:09:59 -07:00
prachi
ee598d44c5
Bug 9548 [Cloud Stack Upgrade - 2.1.8 to 2.2.4] System VM's Volumes Recreation is not happening on an event of New Volume creation Failures
...
Changes:
- Reason was that the old volume's templateId was being updated before volume creation was attempted. So on the retry, we dint find a difference in volume's templateId and VM's templateId and did not enter the recreation logic.
- Fix is to update the new volume's templateId with the VM's templateId while creating the new volume. The old volume's templateId stays the same and the volume is marked as 'Destroy' when a new volume is created.
2011-04-26 11:55:05 -07:00
alena
25017382b6
bug 9563: fixed DB upgrade from 2.2.2/2.2.3 to 2.2.4
...
status 9563: resolved fixed
Also added unittest for 2.2.2 to 2.2.4 upgrade
2011-04-23 23:03:45 -07:00