Commit Graph

7530 Commits

Author SHA1 Message Date
Sheng Yang 5ecf4e928d Remove keepalived start up delay 2011-09-14 14:55:57 -07:00
Sheng Yang d7a0841dec Add rrouter lock for edithost.sh and ipassoc.sh 2011-09-14 14:55:55 -07:00
anthony d6af51a402 bug 9777: only allow to delete snapshot in BackedUp status
status 9777: resolved fixed
2011-09-14 14:15:44 -07:00
David Nalley 4c2925ab01 restoring proper licensing notices originally committed in ad79436f2c304db27f5aee355527ffce18cf2590 but unintentionally reverted when trying to fix a few build issues 2011-09-14 16:45:43 -04:00
Jessica Wang 783575de29 bug 11441: cloudStack - host page - Edit Host - fix a bug that hosttags editing field didn't get refresh when clicking different hosts in middle menu. 2011-09-14 12:07:50 -07:00
frank 98badf8f8c add usage back to spec file
now FOSS including all stuff
2011-09-14 11:59:32 -07:00
Jessica Wang 7599e842c0 bug 11433: cloudStack - Acquire IP Address dialog - get element ID by a different way. 2011-09-14 11:45:03 -07:00
David Nalley 60d8d81c3f seeing if this fixes usage build 2011-09-14 14:09:59 -04:00
alena 428232da21 bug 10435: use "hostName" instead of "name" as a search filed in listSystemVms
status 10435: resolved fixed
2011-09-14 11:01:21 -07:00
prachi 2e4b39de33 Bug 11430 - add host > Host Tags field missing from DB + UI even when host tags specified in add host 2.2.y -> 2.2.12 KVM
Changes:

A KVM agent always connects to the management server itself, we dont have to do direct connect. This part of code was missing updating the DB host entry with hosttags.
Corrected the code to save the hosttags while adding a KVM host.
2011-09-14 10:45:03 -07:00
Edison Su 4999511a2d bug 11239: bugy database contains a cluster whose hypervisor type is Null, then listhypervisorscmd return a None hypervisortype. Fixed in the API, don't return None
status 11239: resovled fixed
2011-09-14 10:43:47 -07:00
Murali Reddy d73bf096c0 bug 11425: dont count direct IP in resource count while updating resource count through API
status 11425: resolved fixed
2011-09-14 23:09:59 +05:30
alena 97c4029700 bug 11434: don't execute destroy call when vm is already in Destroyed/Expunging state
status 11434: resolved fixed
2011-09-14 10:33:16 -07:00
Edison Su 79ca0bc66b Revert "bug 11239: add check for hypervisor type when deploy vm, no way to deploy a vm with hypervisor type None"
This reverts commit f1e66738bb252c20a9ec1b8dffc2fd24521458dc.
2011-09-14 10:28:27 -07:00
Sheng Yang 2916270d8b Add missing files for redundant router. 2011-09-14 09:40:19 -07:00
Nitin 22cca97894 bug 11190: My changes got reverted. Putting them back - Treating the max account limits with -1 values as infinite 2011-09-14 19:36:54 +05:30
Nitin cc1c6347da bug 10856: On account delete the snapshots were not getting deleted from secondary storage. This was happenning because we were passing incorrect folder path of the snapshot. 2011-09-14 18:58:15 +05:30
Naredula Janardhana Reddy 01ac82d9d6 bug 11372:
Added two New values "all" and "default" to global config "network.loadbalancer.haproxy.stats.visibility" . With this change, it can take six possible value:
       global - stats visible from public network.
       guest-network - stats visible only to guestnetwork.
       link-local - stats visible only to link local network(for xen and kvm).
       disabled - stats disabled.
       all - stats available on public,guest and link-local.  (Newly added)
       default - stats availble on the serving http port, this does need any specific http port.(Newly added)

Except default and disabled, all the rest of 4 need to configure the stats port.
2011-09-14 17:09:21 +05:30
Murali Reddy 17caf6ea25 bug 11023: recalcuate vmware template virtuali size while upgrate above 2.2.10 2011-09-14 15:39:41 +05:30
Sheng Yang 645976bd87 bug 11351: Add monitor process for keepalived
Then when the process dead, we can know it and prevent two MASTER case happened.
2011-09-14 03:06:08 -07:00
Sheng Yang 63b7debafc bug 11351: move redundant router scripts to ramdisk
Then it can exempt from storage failure.
2011-09-14 03:06:05 -07:00
Sheng Yang 8e04426bd8 bug 11351: Add checkrouter.sh.templ
Also modify ipassoc.sh to use checkrouter.sh
2011-09-14 03:06:02 -07:00
Sheng Yang 002cff65ee bug 11351: Add parameters for binary file/log file 2011-09-14 03:05:59 -07:00
Sheng Yang 7713d675a7 Fix restartNetwork wrongly report stop failure 2011-09-14 03:05:57 -07:00
Sheng Yang 3ba15fe813 bug 11307: Add destroyRouter command 2011-09-14 03:05:47 -07:00
Sheng Yang 58ee9f4855 bug 11307: Add cleanup parameter to restartNetwork command
Default set it to true. When cleanup=false, restartNetwork would only
re-implement the network, but don't destroy current existed routers.
2011-09-14 03:05:15 -07:00
Sheng Yang 49031c5563 bug 11307: Mark router as to-be-stopped, rather than force stop it.
Force stop the router would release all the resources it used, but router may
still running. Add a column "stop_pending" in the database, and stop it when the
router come back.

Admin would able to choose to force destroy such router, then recover the
network using restartNetwork command with cleanup=false.
2011-09-14 03:05:09 -07:00
Sheng Yang 11f737a673 bug 11307: Rewrite the redundant router's priority
Now the very first router's priority would be 100, and the second one would be
100 - 2 + 1 = 99.
2011-09-14 03:04:37 -07:00
Sheng Yang fb28c0a63a bug 11307: Add BumpUpPriorityCommand 2011-09-14 03:04:26 -07:00
Sheng Yang 59eb1b0ba1 bug 11307: Add Bumped field for domain_router
Only used for redundant virtual router.
2011-09-14 03:03:47 -07:00
Sheng Yang 9cc1ecbce8 bug 11307: Enable CheckRouterAnswer to tell if redundant router's priority is bumped or not 2011-09-14 03:03:18 -07:00
Sheng Yang 9e0ee10e9f bug 11307: Let CheckRouterAnswer() parse the return result 2011-09-14 03:03:00 -07:00
Sheng Yang 6b9500a7ed bug 11307: Add PRIORITY bump up script for redundant virtual routers 2011-09-14 03:02:23 -07:00
anthony bb44208ae3 bug 11275:
remove heartbeat entry for this Primary Storage, when put this Primary Storage into maintenance mode
create heartbeat entry for this Primary Storage, when cancal maintenance for this Primary Storage

status 11275: resolved fixed
2011-09-13 22:11:37 -07:00
Edison Su cd4e076212 bug 11423: get storage pool stats from "df --total" instead from libvirt
status 11423: resolved fixed
2011-09-13 18:46:43 -07:00
frank 29b5945263 check hypervisorType and StoragePoolType in OCFS2 manager when delete host
don't take lock in processResourceEvent()
2011-09-13 17:35:34 -07:00
Kelven Yang 9e45b74baa bug 11380: taking VM snapshot is moved to do it at the same time when backup it to secondary storage, wait snapshot MOR really appears in vCenter until we continue. 2011-09-13 17:22:06 -07:00
alena 1f45148a29 Don't update resource count for system account 2011-09-13 16:34:09 -07:00
Jessica Wang 0a45c52e62 cloudStack - VM Wizard - fix a bug that comes and goes: "$soTemplate is undefined" 2011-09-13 16:27:20 -07:00
Edison Su e3587d961d bug 11239: add check for hypervisor type when deploy vm, no way to deploy a vm with hypervisor type None 2011-09-13 16:22:59 -07:00
Jessica Wang ca0aa631e4 bug 10216: cloudStack - fix a bug => 12. "Action" button does not seem to refer property file 2011-09-13 15:52:16 -07:00
alena 6641f587a4 bug 11036: if resource_count record is missing for account or domain, insert it during the management server startup (with count=0)
status 11036: resolved fixed
2011-09-13 15:19:14 -07:00
Edison Su 44418a053c fix firwall/nat rule 2011-09-13 15:06:14 -07:00
Jessica Wang f360f5e63c bug 10216: cloudStack - IP Address page - change font size from 11px to 10px (8. Can you contract font size for column has "Publit port" and "Private Port") 2011-09-13 14:13:59 -07:00
anthony 48387ef907 bug 10949: if a cluster doesn't have any hosts, set cluster guid to new one when add host to this cluster.
status 10949: resolved fixed
2011-09-13 13:51:52 -07:00
Jessica Wang 5df69e4a21 bug 10216: cloudStack - fix a bug => 5. Display format for date of event is different whether timezone is configured or not 2011-09-13 13:01:22 -07:00
kishan d25a894089 bug 10626: Modified install sys tmpl script to get templateId from DB using db.properties
status 10626: resolved fixed
2011-09-14 01:09:06 +05:30
alena 4c7a4181c0 bug 11246: return lb rule Id in the async response for createLoadBalancer api
status 11246: resolved fixed
2011-09-13 12:06:46 -07:00
Jessica Wang 4b9b92fa1d bug 10216: cloudStack - fix a bug => 4. "Default theme" button langeage changes to English after choose the default theme in Japanese locale 2011-09-13 11:35:27 -07:00
Edison Su a0b683d4ac add jna dependenc 2011-09-13 11:26:22 -07:00