Commit Graph

132 Commits

Author SHA1 Message Date
alena 2098127074 Cleaned up Storage capacity Global Lock code that no longer in use. 2010-09-05 19:51:05 -07:00
alena 10fdd6d828 Fix for the "Bug 6118 - Error trying to retrieve storage stats" 2010-09-04 20:30:05 -07:00
anthony 72f027f463 bug 6119: some commands are supposed to take a longer time, set timeout for them to 120 min
status 6119: resolved fixed
2010-09-04 13:54:57 -07:00
alena acabd549a6 Fixed assertion error related with transaction usage in StatsCollector and AlertManagerImpl 2010-09-03 17:14:20 -07:00
anthony 74d91c5b3a need to execute addPoolToHost for each host to associate them with storage pool 2010-09-03 16:42:21 -07:00
Alex Huang d5d73b91c0 bug 6102: fixed npe in a debug message 2010-09-03 14:39:40 -07:00
alena 9847fb6bf6 Use Transaction logic instead of Global Lock during capacity calculation. 2010-09-03 13:55:21 -07:00
edison 8eaeb5111c Backport from master, to make sure console-proxy always gets correct public.network.device 2010-09-02 19:58:49 -07:00
edison 9dc48bbdbb backport patch from master, to fix template permission issue 2010-09-02 19:18:15 -07:00
edison 0f97a654cf fix NPE, when there is no console proxy available connected to mgt server. 2010-09-02 17:17:45 -07:00
edison 49a6aa456b Merge branch '2.1.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.1.x 2010-09-02 16:22:29 -07:00
edison c9d6ac7082 backport patch from master to 2.1.x, to solve the vm don't boot on latest fedora. 2010-09-02 16:21:15 -07:00
anthony 1f518b4bc4 bug 5917: if checkSR failed, just return error, don't create the same SR again
status 5917: resolved fixed
2010-09-02 16:11:23 -07:00
alena a6ec285114 Use notify() instead of notifyAll() in globalLock 2010-09-02 15:26:26 -07:00
anthony c9b154def4 set size in createtmplt.sh and remove unused properties 2010-09-02 15:04:21 -07:00
anthony 40386f7c31 bug 3453: update template size in template-sync
status 3453: resolved fixed
2010-09-02 14:11:50 -07:00
anthony 0bb3237ad7 since there is not vhd-util, we need to check if it is there 2010-09-01 21:03:12 -07:00
anthony fea31133a3 Template size,
1. the size in template_pool_ref now is physical size.
2. template in storage pool is implemented as snapshot, fix x3  issue
3. fix x4 issue
2010-09-01 20:02:48 -07:00
abhishek 6e14742666 bug 6032: fixing the ip range issue
status 6032: resolved fixed
2010-09-01 17:49:57 -07:00
root 4a74992cd3 Added TRACE level logging for Global capacityCheckerLocks in UserConcentratedAllocator, AlertManagerImpl and StatsCollector. 2010-09-01 17:40:02 -07:00
unknown f5e675427b Fix bug 5882 - encode password before hashing it. 2010-09-01 14:36:33 -07:00
Manuel Amador (Rudd-O) 5a0d6206e7 Bumpback to 2.1.3 2010-09-01 13:47:10 -07:00
abhishek 34741d2911 bug 6065: Fixing the issue with the account deletion, in the case where the account is deleted with the volume being created, but not having a pool id associated with it yet
status 6065: resolved fixed
2010-09-01 13:45:37 -07:00
Manuel Amador (Rudd-O) 939f32c7b9 Remove duplication of files included in cloud-premium.spec 2010-09-01 12:03:34 -07:00
Manuel Amador (Rudd-O) 1cfa840765 Add schema-level to the package manifests 2010-09-01 11:57:25 -07:00
unknown 4f557f84f7 fix template page disappearing problem. 2010-09-01 11:45:40 -07:00
Manuel Amador (Rudd-O) a0d724cc33 Write the current schema level out to the database when doing deploydb or setup-databases 2010-09-01 11:30:43 -07:00
edison 8c5268d72d Fix the bug:
Remove host when the host is in disconnected state, then you will fail to add the same host back.
2010-09-01 11:19:17 -07:00
Manuel Amador (Rudd-O) 18956dc3c2 Add 2.1.3 migration step 2010-09-01 11:00:25 -07:00
anthony 896eac1742 bug 5944: add basical vhd file check
status 5944: resolved fixed
2010-08-31 19:57:57 -07:00
Kelven Yang 9c73dab12e Avoid continously to execute jobs from queue within a single execution. To have better transaction isolations between job executions, so that leak of transaction won't go further into other job executions 2010-08-31 18:27:03 -07:00
anthony b77049a651 bug 6064: doesn't set GATEWAYDEV if eth2 is not set
status 6064: resolved fixed
2010-08-31 17:40:39 -07:00
Kelven Yang 2b6c96a40e Fix a problem on releasing memory lock in Merovingian.java 2010-08-31 17:22:56 -07:00
anthony 6057d50d52 bug 6057: it happens because management server command timeout before xenapi timeout, when CheckHealthcommand returns, there is no listener since it's a sync command
status 6057: resolved fixed
2010-08-31 17:00:25 -07:00
edison cc547ff289 no "add host" for kvm on 2.1.x 2010-08-31 16:38:28 -07:00
edison 9c49f29171 don't throw exceptions when you can't add host 2010-08-31 16:26:57 -07:00
anthony 01b2a32ed9 bug 6048: Check createvolume's return
status 6048: resolved fixed
2010-08-31 12:57:24 -07:00
jessica 3b939b9ce1 fix bug 6050 - extend pagesize to 500. 2010-08-31 11:29:03 -07:00
Kelven Yang 326afc9be5 For API key request, make sure we use the correct userId session key 2010-08-31 10:33:46 -07:00
anthony 3820e1c396 if eth1 and eth2 in CP/SS VM are in same network, set default gateway on eth2, 2010-08-30 19:45:52 -07:00
Kelven Yang b37f7521a5 Let console proxy servlet response explict content type to have better browser support 2010-08-30 17:22:24 -07:00
Kelven Yang 35d9cadddd Let console proxy servlet use the same userId name in session variable 2010-08-30 17:16:49 -07:00
anthony 97e721b879 remove duplicate copy 2010-08-30 16:49:52 -07:00
Manuel Amador (Rudd-O) 58c972daa6 _run.sh moved to the root of systemvm.zip and systemvm-premium.zip 2010-08-30 16:41:15 -07:00
Manuel Amador (Rudd-O) ff589c865b make the debian package file list congruent with the directory contents 2010-08-30 14:52:31 -07:00
anthony 21fffb09fa add sertupxenserver.sh back 2010-08-30 14:04:31 -07:00
Manuel Amador (Rudd-O) 2b6b9e96a0 Do not install id_rsa.cloud as this is something exclusive to master 2010-08-30 13:49:11 -07:00
Chiradeep Vittal 02837e04f5 Issue #: 4203 restart java agent 2010-08-30 12:20:55 -07:00
Chiradeep Vittal 387c9de437 Issue #: 4203 restart java agent 2010-08-30 12:20:13 -07:00
Manuel Amador (Rudd-O) 86b35f02d4 Fix OSS RPM packaging by excluding the special-cased files generated out of the scripts project in premium 2010-08-30 12:00:44 -07:00