Commit Graph

7117 Commits

Author SHA1 Message Date
kishan 99f63b9916 bug 8338: Reverting DB upgrade change in 2.2.10. Removing usage.aggregation.timezone parameter 2011-09-09 14:04:31 +05:30
kishan 3c2e167dda bug 8338: Added usage.aggregation.range parameter to 229 to 2210 upgrade script. Default to GMT in the parameter 2011-09-07 14:46:56 +05:30
frank a5b1c87784 change release number to 2 2011-09-06 15:44:23 -07:00
kishan 154f273f8a bug 8338: Added config parameter usage.aggregation.timezone. This new parameter defines the aggregation timezone. Defaults to GMT 2011-09-07 00:25:21 +05:30
Kelven Yang 2df9851f69 bug 11304: restore host status after initialization failure 2011-09-02 15:16:56 -07:00
alena b10e414513 bug 11332: don't try to log vm's information when the vm is already Expunged
status 11332: resolved fixed

Conflicts:

	server/src/com/cloud/vm/dao/VMInstanceDaoImpl.java
2011-09-02 12:07:14 -07:00
anthony 5a33c57d18 set timeout for CheckOnHostCommand to 50 s 2011-09-02 11:06:34 -07:00
anthony bb56a5d840 put getConnection into try 2011-09-01 17:33:11 -07:00
anthony bc23b47e7a try pingXenServer first before getConnect in getCurrentStatus 2011-09-01 11:50:21 -07:00
Sheng Yang d923079ed9 bug 11305: Stop disconnected redundant virtual router if we can process with the connected one
When we apply rules or start new VM, we may encounter some running routers that
we can't program. That can due to network issue or host is down or vCenter is
disconnected, etc. To keep the synchronization, we would stop them, but only
when there is the other router we've successfully updated. If both routers are
unable to communicate with, we simply give up and report it user.
2011-08-31 18:26:50 -07:00
Kelven Yang 311bbc3fc8 turn-off temporary debugging stuff 2011-08-31 18:17:00 -07:00
Kelven Yang 304e09c7b1 bug 10765: add japanese keyboard support for linux OSes 2011-08-31 15:26:02 -07:00
Edison Su 6072db9993 Fix the regression on security group cleanup:
In pre-2.2.10, the cleanup doens't work at all.
In 2.2.10, it works but make a mistake to delete all the rules for vmname ending with "-untagged"
2011-08-31 10:44:56 -07:00
kishan 73803f5449 bug 11316: In 2.2.10, removed new template upgrade changes. No need to change upgrade paths
status 1316: resolved fixed
2011-08-31 14:26:44 +05:30
alena c1afc5e8af Mark account as cleanup_required=0 when cleanup was finished successfully 2011-08-30 14:08:35 -07:00
alena 19d847c716 Don't remove the domain when it has accounts that are removed, but require cleanup 2011-08-30 13:42:48 -07:00
alena 0100183d78 Fixed multipe problems in account cleanup process:
* don't try to delete the template when it's already removed
* no need to perform permission check when deleteFirewallRule is called by System (as a part of cleanupAccount process for instance)
2011-08-30 11:21:03 -07:00
alena 1b5fc8a5fa Fixed the bug when networkRate for the domR's guest network wasn't taken from the service offering 2011-08-30 10:38:04 -07:00
Edison Su 1a29cdbf43 detect centos 6.0 2011-08-29 17:57:10 -07:00
Edison Su bd7248196f sleep 30 sec if it is the first time to install cloud-agent in case the network is not coming up 2011-08-29 15:49:10 -07:00
Edison Su dbe7cdf4b0 bug 11217: only work on the snapshot whose state is "backedup" and is not removed
status 11217: resolved fixed
2011-08-29 15:23:33 -07:00
Edison Su 367405ac42 bug 11217: add db upgrade script, if sechost_id is missing of a snapshot, add one got from presnapshot_id
status 11217: resovled fixed
2011-08-29 15:10:22 -07:00
alena dd239ff25e bug 11290: insert VPN config values as a part of 229-2210 upgrade
status 11290: resolved fixed
2011-08-29 11:19:44 -07:00
Edison Su 749303c402 bug 10931: if local.storage.uuid not found, generate a new one instead of throw exception
status 10931: resolved fixed
2011-08-29 11:05:48 -07:00
Kelven Yang 15a66cde58 another regression fix 2011-08-26 18:31:55 -07:00
Kelven Yang 2ac7e73da8 fix the regression 2011-08-26 18:26:03 -07:00
alena 0e8a64e681 Reverted wrong commit for logging in HostDaoImpl 2011-08-26 17:48:37 -07:00
Kelven Yang 9a6fbf1bfc bug 11263: only update host Id when VM is in running state when detected external VM migration 2011-08-26 16:24:40 -07:00
Jessica Wang 7d09d87ec7 bug 11274: cloudStack - remove "power by cloud.com" in the lower right corner. 2011-08-26 16:12:25 -07:00
Sheng Yang 32bb0cebef Revert "bug 11266: Add lockfile for scripts in system vm"
This last minute check in is lack of test, revert it for 2.2.10, push it to
2.2.11.

This reverts commit a6d28f9e988a5a1044307f6b75f95c6835f940b9.
2011-08-26 14:07:12 -07:00
Jessica Wang 1953869634 bug 11274: cloudStack - change log icon from "cloud.com" to "cloudstack". 2011-08-26 12:21:03 -07:00
Alex Huang e9d48bfb45 bug 11275: don't try to reconnect to storage pools not in maintenance mode 2011-08-26 10:32:48 -07:00
alena 9580e560be Fixed the bug in extractTemplate - do ignoreCase comparison when verify the download mode. 2011-08-26 10:09:55 -07:00
Naredula Janardhana Reddy 8a9d0fb0a2 bug 11253:
Added New value "link-local" to global config network.loadbalancer.haproxy.stats.visibility . With this change it can take new parameter "link-local" value apart from the existing 3 values global,guest-network,disabled.
            global - stats visible from public network
            guest-network - stats visible only to guestnetwork.
            link-local - stats visible only to link local network.
            disabled - stats disabled.
2011-08-26 10:06:04 +05:30
Sheng Yang 9d665245d4 bug 11266: Add lockfile for scripts in system vm
Otherwise it's easy to trigger the racy issue.

This one just contained fix for reconfigLB.sh
2011-08-25 19:35:50 -07:00
Jessica Wang 144a7bb8fc bug 11261: cloudStack - host page - Edit Host action - (1) make hosttags editable. (2) consolidate update OS category from dialog box to main screen. 2011-08-25 17:23:21 -07:00
alena 92ed5a49d2 Set firewall.rule.ui.enabled to false by default 2011-08-25 16:10:18 -07:00
Jessica Wang 80ec132cc8 bug 11260: cloudStack - create system service offering dialog: add network rate field. 2011-08-25 15:25:21 -07:00
Kelven Yang b4123700dd bug 11162: support memory overprovisioning in VMware 2011-08-25 15:10:57 -07:00
Jessica Wang d2cd62d39a bug 11255: cloudStack - IP address page - add a missing semicolon. 2011-08-25 14:59:15 -07:00
Jessica Wang eac33e5d9d bug 11255: cloudStack - IP address page - Create Firewall rule - fix a bug on Google Chrome that changing protocol dropdown (e.g. from TCP to ICMP) wouldn't correctly hide/show related input fields. 2011-08-25 14:25:23 -07:00
Jessica Wang c07c427f80 bug 11255: cloudStack - IP address page - Create Firewall rule - fix a JavaScript syntax bug. 2011-08-25 14:18:33 -07:00
alena 1c1ef85833 bug 11260: Take networkRate for domR's guest and public interface from the corresponding system service offering 2011-08-25 14:11:27 -07:00
prachi 6164da188c Bug 11261 - Allow to update host tags
Changes:
- Changes to updateHostCmd to accepts hosttags parameter
- Changes to wipe out existing tags and save new ones in host_tags DB.
- UpdateHost is Admin only operation - so only root admin can update host tags
2011-08-25 12:55:24 -07:00
alena 066ebc1368 bug 11185: support multiple CIDR on overlapping port ranges for firewall rules
status 11185: resolved fixed
2011-08-25 12:00:44 -07:00
David Nalley 4374bb6774 bug 11223: ensure all config files are %config(noreplace) in the spec
status 11223: resolved fixed
2011-08-25 10:24:44 -04:00
David Nalley 67f5d34c4c bug 11258: add wget as a requires for cloud-agent-scripts
status 11258: resolved fixed
2011-08-25 10:11:32 -04:00
Naredula Janardhana Reddy c3efad4827 bug 11253:
Added New value "link-local"  to  global config network.loadbalancer.haproxy.stats.visibility . With this change it can take new parameter "link-local" value apart from the existing 3 values global,guest-network,disabled.
       global -  stats visible from public network
       guest-network - stats visible only to guestnetwork.
       link-local - stats visible only to link local network
       disabled - stats disabled.
2011-08-25 18:35:42 +05:30
alena a971aaa39e bug 11242: check if db object is already removed before generating the Debug log. It can happen in case when deleteHost command is called many times in parallel for the same host
status 11242: resolved fixed
2011-08-24 15:41:55 -07:00
alena 623e6c97df bug 11236: domainAdmin/regularUser can edit/delete/copy/extract Public template/iso only if it was created by them. They still can use/see public template/iso when execute list/deploy/attachIso commands. Root admin can operate with other people templates w/o any restrictions.
status 11236: resolved fixed
2011-08-24 14:45:01 -07:00