Commit Graph

6669 Commits

Author SHA1 Message Date
Alex Huang
69d928b3d1 Make all connections READ COMMITTED isolation level instead of setting it everytime we get the db connection causing useless round trips 2011-07-23 15:03:09 -07:00
Alex Huang
868373c280 more index changes 2011-07-23 13:23:10 -07:00
anthony
afbadbf223 use the safe way to delete secondary storage directory 2011-07-22 19:29:58 -07:00
Alex Huang
da94f29881 missing indexes 2011-07-22 18:54:05 -07:00
Alex Huang
18fa544da1 changed a bunch of map logs to trace 2011-07-22 18:13:24 -07:00
Alex Huang
03716ed5c6 propagate db upgrade 2011-07-22 16:31:59 -07:00
Jessica Wang
2c9e60e67a bug 10638: cloudStack - router page - change service offering action - exclude the current service offering that router is having from service offering dropdown. 2011-07-22 15:54:30 -07:00
Jessica Wang
a342cbc08a bug 10647: cloudStack - property "privateip" in listRouters API response has been renamed to "linklocalip". Here is related UI change. 2011-07-22 15:45:26 -07:00
Jessica Wang
29cd8a848c Bug 10418: cloudStack - service offering page, system service offering page - add "Host Tags" in details tab. 2011-07-22 15:32:09 -07:00
Jessica Wang
b6cf19e23d Bug 10418: service offering page, system service offering page - Add Service Offering dialog - add "Host tags" field. 2011-07-22 15:31:39 -07:00
Edison Su
cd531d7562 bug 10770: don't select cluster if it's removed in firstfitplanner
status 10770: resolved fixed
2011-07-22 15:10:25 -07:00
Alex Huang
91722351db propagate indexes 2011-07-22 14:49:52 -07:00
Jessica Wang
032d9b313f bug 10441: cloudStack - physical resources page - get total count number from new property "count" in listXXXXXXXXX API response. 2011-07-22 14:29:37 -07:00
Jessica Wang
20958fd613 (1) cloudStack - network page - updateNetwork API has been changed from sync to async. Here is related UI change.
(2) cloudStack - network page - Edit Network action - show spinning wheel in action (Edit Network is async now).
2011-07-22 13:46:23 -07:00
Alex Huang
66713a490d fixed problem with the standalone connection has open transaction 2011-07-22 11:25:43 -07:00
Jessica Wang
9791cddccc bug 10790: cloudStack - volume page - Hide Storage for normal user. Show storage for root admin and domain admin. 2011-07-22 10:24:35 -07:00
Murali Reddy
2ee7d34c10 bug 10763: vmware disk size not showing up right
status 100763: resolved fixed
calculate vmdk virtual disk size from ovf meta data
2011-07-22 19:32:21 +05:30
Nitin
fb6a44d248 bug 9452: listCapacity - when the hosts > 200 the host_id and storage_pool_id start colliding, to workaround that also compart the capacity type. 2011-07-22 19:14:47 +05:30
Osamu
52bbc5127a amended slightly 2011-07-22 18:51:25 +09:00
alena
be3683306e bug 10759: fixed the bug in SqlGenerator - attributes weren't set right if GENERIC.DAO.REMOVED attribute was present in the list (happened for disk and service offerings)
status 10759: resolved fixed
2011-07-21 18:49:08 -07:00
Kelven Yang
38839cea33 a CSS fix for IE7 2011-07-21 17:58:10 -07:00
frank
4c9faa84ec Clean up unused files
agent/patch/patch.tgz
agent/patch/redopatch.sh
2011-07-21 17:42:47 -07:00
anthony
e666cf5e77 bug 10743: default local storage is ext in XenServer 6.0, add ext local storage support 2011-07-21 17:31:43 -07:00
Kelven Yang
95b48ba222 bug 10791: add data integrity check upon management server startup 2011-07-21 17:07:21 -07:00
keshav
4ce137ef2e Added account ID to IpAddressTO and NetworkElementCommand. 2011-07-21 16:44:13 -07:00
alena
d6112b1632 Revert "bug 10373: Intermediate checkin for Domain level guest Virtual networks"
This reverts commit e5c25f3868965e36c4bff1c78ca4552a8c852241.

Conflicts:

	server/src/com/cloud/configuration/Config.java
	server/src/com/cloud/network/NetworkManagerImpl.java
2011-07-21 16:04:55 -07:00
alena
66f879e400 Revert "bug 10373: added config parameter "domain.level.virtual.network" to the db upgrade scripts"
This reverts commit c18e1a020357c0c42454656c070fa4827f8c0703.

Conflicts:

	setup/db/db/schema-228to229.sql
2011-07-21 16:03:01 -07:00
alena
b1d5b5a51d 2 fixes for Agent Load Balancer:
* when management server dies and notifies other management servers about this, the running management server has to cleanup host_transfer records belonging to the died management server
* issue agent load balancing task only when agent load (number of connected agents in the system) exceeds "agent.load.threshold" - 70% by default
2011-07-21 15:43:52 -07:00
Kelven Yang
d8acd8174e Fix eclipse project because of movements of dependent library files 2011-07-21 15:02:08 -07:00
Alex Huang
f82aa97273 bug 10799: propagate to main 2011-07-21 11:27:10 -07:00
anthony
99e465f2fa fixed waf rpm for oss 2011-07-21 10:54:42 -07:00
Jessica Wang
e96c070381 cloudStack - Cluster page - fix a bug that Manage Cluster action showed wrong message. 2011-07-21 10:29:07 -07:00
Nitin
0bc6c7dc0e bug 9452: ListCapacity - works now. Remove all the pagination logic. 2011-07-21 18:17:32 +05:30
Abhinandan Prateek
dff712f2a9 bug 10731: sending source cidrs to the required router element, on domR allowing these source cidrs thru iptables
status 10731: resolved fixed
2011-07-21 13:48:42 +05:30
alena
c03d360968 bug 10373: added config parameter "domain.level.virtual.network" to the db upgrade scripts 2011-07-20 18:21:15 -07:00
anthony
c152d1c33f support XenServer 6.0 beta 2011-07-20 16:47:48 -07:00
anthony
9f2eaca6cb Support XenServer 6.0 beta 2011-07-20 16:47:48 -07:00
anthony
7a47a5afcf introduce nfs.py and NFSSR.py from XenServer 6.0 beta 2011-07-20 16:47:48 -07:00
anthony
d206bf7852 bug 10768: root cause is StopCommand is not sent out in force stop,
status 10768: resolved fixed
2011-07-20 16:47:48 -07:00
alena
f290b7cc14 bug 10736: when restart dhcp in basic zone, generate vmData info only for vms in the same pod 2011-07-20 15:21:26 -07:00
Jessica Wang
a397edd60a cloudStack - cluster page - When managedState is "Managed". show "Unmanage Cluser" option. Otherwise, show "Manage Cluster" option. 2011-07-20 14:39:01 -07:00
Jessica Wang
7150505290 cloudStack - add new localization labels. 2011-07-20 14:38:17 -07:00
Jessica Wang
2c42c56351 cloudStack - add new localization labels. 2011-07-20 14:37:50 -07:00
Jessica Wang
4b63110134 cloudStack - cluster page - add "Manged State". 2011-07-20 14:36:58 -07:00
alena
36edf298e7 bug 10373: Intermediate checkin for Domain level guest Virtual networks 2011-07-20 13:44:26 -07:00
kishan
28119036b8 bug 10398: Added scheduled job, alert and interval config param for usage sanity check 2011-07-20 17:20:11 +05:30
frank
a0bfc5da34 fix build, remove jna.jar 2011-07-19 17:48:53 -07:00
anthony
811063f769 bug 10197: enable trackVmHostChange for XenServer 2011-07-19 15:53:41 -07:00
anthony
0d23c9a6f4 bug 10197:
missing one file
2011-07-19 15:49:48 -07:00
anthony
bef3b480cd bug 10197:
The step to upgrade xenserver,

1. put cluster in Unmanaged state through UI , then MS will not talk to hosts in the cluster
2. upgrade xenserver according to XenServer upgrade guide.
3. put cluster in Managed state through UI, then MS will reconnect hosts

TODO,

1. UI
2. vm pool sync , leveraged from kelven's work
2011-07-19 15:44:37 -07:00