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
0f97a654cf
fix NPE, when there is no console proxy available connected to mgt server.
2010-09-02 17:17:45 -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
anthony
40386f7c31
bug 3453: update template size in template-sync
...
status 3453: resolved fixed
2010-09-02 14:11:50 -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
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
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
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
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
Kelven Yang
326afc9be5
For API key request, make sure we use the correct userId session key
2010-08-31 10:33:46 -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
Alex Huang
a3ba8588bd
bug 5772: suppose to return null on error
2010-08-27 16:41:32 -07:00
Anthony Xu
6ce5bc0c04
bug 6027: use slaveconn for plugin merger from master 0366dd093c
...
status 6027: closed fixed
2010-08-26 17:44:55 -07:00
will
42f9dedeba
Bug #:5975
...
- Fixed issue where listAccounts only return one less than the actual number of accounts in the system. That is because the SQL query asks for X accounts, but the API filters out the SYSTEM account. The fix is to add the filter of the system account in the actual query itself rather than have the code do it.
2010-08-25 18:01:29 -07:00
kishan
c083066c5f
bug 6008: set started flag when router is already running
...
status 6008: closed fixed
2010-08-25 14:04:36 +05:30
root
f3eac52831
bug 5781: also reduce the scope of the global lock when updating storage capacity.
2010-08-20 16:29:35 -07:00
Kris McQueen
5dd3abee75
Bug 5781: Only grab capacity global lock when accessing capacity tables. Once the queries are done, release the lock so that others can query for the data or update the data as needed.
2010-08-20 16:29:35 -07:00
Jessica Wang
d0f960a50c
Merge branch '2.1.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.1.x
2010-08-19 14:41:55 -07:00
Jessica Wang
e8446f88b2
Issue #: 5975
...
(1) API-side: make listDomains, ListDomainChildren return all items
(2) UI-side: make domains page show all domains by specifying pageSize=-1
2010-08-19 14:28:18 -07:00
kishan
d4682d4c90
Issue #: 5775
...
Release vnet and private IP allocation when domR fails to start
2010-08-19 18:55:59 +05:30
kishan
f508bd7715
Check for null vnet when allocation fails
2010-08-19 18:08:54 +05:30
Anthony Xu
cc59b5b7de
bug 5934: if it is standalone, give cluser name as Standalone-ip/name
...
status 5934: resolved fixed
2010-08-18 17:12:20 -07:00
Kelven Yang
a4f3dacd26
Use a dedicated account object for locking test, so that when we run into SQL exception, we won't accidently release a lock that we haven't actually acquired. This will cause NPE exception in Merovingian.java
2010-08-17 17:39:05 -07:00
Kelven Yang
08b149a6da
Let console proxy servlet support session-less authentication throught API key signed request
2010-08-17 16:17:43 -07:00
abhishek
972edba719
Fixing the date format for alerts and snapshots
2010-08-12 16:27:25 -07:00
Manuel Amador (Rudd-O)
50459fd30f
This is the REAL 2.1.x tip source
2010-08-11 18:48:43 -07:00
Manuel Amador (Rudd-O)
6484467ce2
Branch 2.1.x committed
2010-08-11 09:13:54 -07:00
Manuel Amador (Rudd-O)
05c020e1f6
Source code committed
2010-08-11 09:13:29 -07:00