cloudstack/server/src/com/cloud
anthony dda3f220d6 bug 10669: it is due to there is a templatehostref for this template, whose status is not DOWNLOADED
fixed by only check ready templatehostref for ISO download

status 10669: resolved fixed
2011-07-08 17:37:34 -07:00
..
account Added more changes to the api 2010-10-21 15:11:49 -07:00
acl bug 9729 : Permission change - allow root admin to use anybody's private template. 2011-06-02 15:14:32 +05:30
agent bug 10497: always execute next command in sequence, even when the current one fails to complete; otherwise all the remaining commands will be stuck in the queue forever 2011-06-29 15:17:29 -07:00
alert bug 10126: Renamed getPodId() to getPodIdToDeployIn() 2011-06-03 22:17:08 -07:00
api bug 10639: if register iso for all zones, zoneId is -1, 2011-07-07 21:01:15 -07:00
async Fixes the issue where the Job-Executor can hit an exception in cleanup and eventually the entire executor pool is gone. 2011-06-02 09:54:34 -07:00
capacity bug 10422: Correctly populating the used and reserved capacity in ComputeCapacityListener Status 10422: resolved fixed 2011-06-29 15:40:47 +05:30
certificate/dao Add license header to files 2011-04-14 11:23:14 -07:00
cluster bug 10501: This is really Kelven's bug but I'll fix it for him anyways. DAO code already have a way to extract the DB connection from a transaction that is stored in the TLS. There's no real reason for the DAO code to add special semantics to use a different DB connection. That can be done by simply switching the transaction before it even reached the dao code. Think about it. Why would anyone want to call one dao function, switch transaction, and then switch back. The right thing is for the caller to switch transaction, call a series of dao codes, and switch it back. That's the semantics I changed to. By doing this, it also eliminates the number of debug messages in this bug. 2011-07-01 11:03:12 -07:00
configuration Bug 10660 - ConfigurationServer loads failed because DB upgrade happens after it 2011-07-08 14:49:50 -07:00
consoleproxy Add data integrity check for Console Proxy/SSVM/Domain Router 2011-07-06 17:22:21 -07:00
dao Port forwarding rules and load balancing rules rewrite 2010-12-03 08:48:02 -08:00
dc bug 10222: fixed issue with associate ip introduced more than one nic. The problem is that associate ip automatically creates a nic but doesn't have sufficient information to properly creates so it uses what it knows for sure is the naming pattern to do it. However, we changed the naming pattern and it broke. I fixed it by passing all of the information in the ipaddressTO object. 2011-06-11 13:45:00 -07:00
deploy Some operations on the lock table allowed through jmx 2011-07-06 16:09:05 -07:00
domain bug 9419: implement api to reset resource count 2011-06-16 18:59:38 +05:30
event Add license header to files 2011-04-14 11:23:14 -07:00
ha bug 10628: if private network and storage network use the same nic, MS will start HA very quickly within 20 seconds, it breaks heartbeat check, which require 60 seconds interval. add 60s sleep before trying to HA on VMs 2011-07-07 12:36:39 -07:00
host/dao fixed several template issues 2011-06-29 15:56:01 -07:00
hypervisor Pass isForRebalance parameter to processConnect method of all the listeners - some listeners don't have to be notified when connection happens as a a part of Agent Rebalance process (VirtualMachineManagerImpl listener for instance) 2011-06-27 10:20:41 -07:00
keystore Finalize custom certficate support. hook with UI 2011-04-22 13:45:09 -07:00
maint Use Long type for version comparsion 2011-03-22 11:07:11 -07:00
migration bug 10305: for a systemvm only applicable system vm offering should be displayed 2011-06-20 20:01:40 +05:30
network When release public ip address, make a search by ip+networkId instead of ip+accountId as ipAddress is unique in network only. 2011-07-08 15:55:15 -07:00
offerings Revert "bug 10199: don't allow network offering Name modification." 2011-06-09 13:32:53 -07:00
resource bug 10447: don't notify VirtualMachineManager listener when do host rebalance - vm sync is not needed in this case. 2011-06-27 10:20:40 -07:00
server bug 10618: fixed NPE 2011-07-07 10:23:29 -07:00
service bug 10538: avoid duplicated config values insertion when multiple management servers start at the same time 2011-06-30 18:24:28 -07:00
servlet Added an acknowledge process for the registration complete process of cloudzones. Only after a expires=true will the token be truly expired. 2011-06-06 11:47:59 -07:00
storage bug 10608: 2011-07-07 19:40:04 -07:00
template bug 10669: it is due to there is a templatehostref for this template, whose status is not DOWNLOADED 2011-07-08 17:37:34 -07:00
test bug 10305: for a systemvm only applicable system vm offering should be displayed 2011-06-20 20:01:40 +05:30
upgrade bug 10651: added missing keys to 227 to 228 db upgrade 2011-07-08 09:45:12 -07:00
user bug 10435: removed vpn feature 2011-06-24 09:18:46 -07:00
vm bug 10447: don't set the reservation id to null 2011-07-08 11:36:30 -07:00