Commit Graph

7513 Commits

Author SHA1 Message Date
anthony 010858da0d fixed list featured template 2011-07-01 16:08:17 -07:00
frank a949d2706d Add cloud-agent-deps as dependency of cloud-deps in debian build 2011-07-01 15:36:13 -07:00
frank cb9fb47617 change cloud-system-iso dependency to cloud-client in debian buil 2011-07-01 14:39:20 -07:00
frank 84ef8861fd Add cloud-system-iso as dependency of cloud-agent-scripts in debian build 2011-07-01 14:36:51 -07:00
Kelven Yang 7e6e097b58 bug 10482: use version-based systemvm ISO in secondary storage to solve the upgrade issue 2011-07-01 14:09:58 -07:00
alena 61e11bdf6d bug 10539: use TemplateResponse object instead of ListResponse in copyTemplate api
status 10539: resolved fixed
2011-07-01 13:18:45 -07:00
Edison Su 56bc4f27a9 fix user/meta data: if data is empty, return a blank file, not 404 2011-07-01 12:58:14 -07:00
Alex Huang cfc25d01be 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
kishan 9a6c567269 bug 10503: Skip usage events when StopAnswer details is Vm does not exist
status 10503: resolved fixed
2011-07-01 18:27:27 +05:30
kishan 12068f957c bug 10503: Return StopAnswer status as false while stopping an already stopped Vm
status 10503: resolved fixed
2011-07-01 13:54:43 +05:30
Abhinandan Prateek 2a2611d6f6 group id is optional 2011-07-01 13:20:57 +05:30
alena e0c74004f1 bug 10538: avoid duplicated config values insertion when multiple management servers start at the same time
status 10538: resolved fixed
2011-06-30 18:24:28 -07:00
anthony 12113c4ee8 clean up 2011-06-30 15:14:24 -07:00
anthony a125219dda bug 10533: do not use daos in upgrade code
status 10533: resolved fixed
2011-06-30 15:12:57 -07:00
Edison Su d4e06b48e4 for cloudzone, loose the check for ubuntu 10.04, people may want to install it on a newer kernel 2011-06-30 15:00:25 -07:00
anthony 9f8d515b2e bug 5873: Checking if scmbug works
status 5873: resolved fixed
2011-06-30 14:04:16 -07:00
alena b2942572e7 bug 10453: fixed NPE in startRouter command - used to happen when domR start was called for existing domR as a part of networkImplement
status 10453: resolved fixed
2011-06-30 11:35:51 -07:00
Abhinandan Prateek ae665d4b11 bug 10526: adding root device, volume type 2011-06-30 21:58:44 +05:30
Abhinandan Prateek 6c17fd3c7d bug 10526: added state 2011-06-30 21:13:09 +05:30
Abhinandan Prateek 6cfc59b454 bug 10489: addign object type to response 2011-06-30 13:31:55 +05:30
Abhinandan Prateek c30225c2af bug 10489: self review updates 2011-06-30 11:07:37 +05:30
Abhinandan Prateek 6ba0b35295 bug 10489: improving listVM performance: Combined various queries to get Vm details into one single join, reduced the time required to 1/5 2011-06-30 11:05:18 +05:30
anthony 5fc6d74b95 fixed template deletion 2011-06-29 20:36:15 -07:00
Jessica Wang 95e77a41f0 bug 10500: cloudStack - periodically Check non-Complete-AsyncJob - Only popup dialog when getting action label succeeds. 2011-06-29 20:03:21 -07:00
anthony 5aba50deb9 bug 10511:
in template sync,

1. skip all templates with url null
2. if the template is private, and there is no record for this template in this secondary storage host, skip it

status 10511: resolved fixed
2011-06-29 20:02:14 -07:00
anthony 253ae79876 bug 10512: lock on snapshot entry instead of volume entry
status 10512: resolved fixed
2011-06-29 18:53:41 -07:00
anthony 43de3ec249 bug 10511: lock on snapshot entry instead of volume entry
status  10511: resolved fixed
2011-06-29 18:40:18 -07:00
anthony 446d08187b fixed several template issues
merge createtemplateresponse and createteisoresponse

on UI template
only show template corresponding hypervisor exists
2011-06-29 15:56:01 -07:00
alena e16e0597c9 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
status 10497: resolved fixed
2011-06-29 15:17:29 -07:00
Alex Huang d5b3fe4e35 bug 10322: Transaction is using the new Merovingian 2011-06-29 15:15:52 -07:00
Alex Huang 81213c2be2 bug 10322: Transaction is using the new Merovingian 2011-06-29 12:35:30 -07:00
Alex Huang 63f552995f bug 10322: integrated into cluster management 2011-06-29 12:01:43 -07:00
Alex Huang e16a013335 bug 10322: better mannered merovingians 2011-06-29 12:01:43 -07:00
Alex Huang 2219269e83 bug 10322: arrival of the next generation Merovingians 2011-06-29 12:01:43 -07:00
Alex Huang cbee5a6044 bug 10322: arrival of the next generation Merovingians 2011-06-29 12:01:43 -07:00
alena 5134b44ff5 bug 10496: fixed various problems in scanDirectAgentToLoad code (1) case when loadSize=clusterSize wasn't working 2) Long value comparison was done incorrectly)
status 10496: resolved fixed
2011-06-29 11:27:01 -07:00
alena 1581828dda Added more logging to DirectAgentsLoad task 2011-06-29 09:29:46 -07:00
Nitin 91e016114e bug 10422: Correctly populating the used and reserved capacity in ComputeCapacityListener Status 10422: resolved fixed 2011-06-29 15:40:47 +05:30
Nitin 1eb8e61c43 bug 10422: accidentally removed the code for sourceTemplate id when the the volume is created out of template. Checking it in.
status 10422: resolved fixed
2011-06-29 15:27:06 +05:30
anthony 260e4dbb51 list template will list ready template if there is, if not, list in progress, if not list other 2011-06-28 19:03:46 -07:00
anthony 90cdf16509 fixed template checksum command 2011-06-28 19:03:46 -07:00
Jessica Wang 42c01aad2c cloudStack - update translation labels. 2011-06-28 18:30:51 -07:00
Jessica Wang d7665756ff cloudStack - localize new labels. 2011-06-28 18:08:48 -07:00
Jessica Wang d9aa289b56 bug 10340: cloudStack - extend createPortFowardingRule to support CIDRList instead of CIDR. 2011-06-28 18:08:46 -07:00
anthony f85fb432ba fixed a template creation bug 2011-06-28 17:55:21 -07:00
anthony b058a0226d use correct secondary storage when creating template from snapshot 2011-06-28 16:58:15 -07:00
Kelven Yang 1edf772f92 bug 10480, 10494: NPE fix in VirtualMachineManagerImpl, move keystore upgrade sql to upgrade225to226.sql 2011-06-28 15:00:34 -07:00
alena 33624efd2f Fixed bug in the comment 2011-06-28 14:07:28 -07:00
frank 317c1cc5c9 DB Upgrade: Add external_dhcp column to hot_pod_ref table 2011-06-28 14:06:45 -07:00
anthony 1e7399dd19 set correct secondary storage host id in snapshot table 2011-06-28 14:08:18 -07:00