Commit Graph

3137 Commits

Author SHA1 Message Date
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
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
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 304e09c7b1 bug 10765: add japanese keyboard support for linux OSes 2011-08-31 15:26:02 -07:00
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 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
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
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
alena 92ed5a49d2 Set firewall.rule.ui.enabled to false by default 2011-08-25 16:10:18 -07:00
Kelven Yang b4123700dd bug 11162: support memory overprovisioning in VMware 2011-08-25 15:10:57 -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
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
Kelven Yang 4f1270d3d7 bug 11219: use local storage flag from service offering when it is ROOT disk 2011-08-24 13:34:24 -07:00
alena b4e022a9b4 bug 11237: 1) Remove capacity records when corresponding pod/zone is removed 2) On api layer check if zone exists before listing capacity record
status 11237: resolved fixed
2011-08-24 13:18:04 -07:00
Edison Su 993b5f5ba5 bug 11217: add secondary storage id into snapshot, if it's an empty snapshot
status 11217: resolved fixed
2011-08-24 11:07:52 -07:00
Edison Su af0d150ac1 bug 11217: add secondary storage id into snapshot, if it's an empty snapshot
status 11217: resolved fixed
2011-08-24 11:07:48 -07:00
alena 97b148b03d bug 11060: use lockTable instead of rowLock when createDomR/createDhcp
status 11060: resolved fixed
2011-08-24 10:56:24 -07:00
Naredula Janardhana Reddy 2ffa0e9c0a Revert "bug 11191: Added global config to disable/enable rp_filter for domR(public interfaces)"
This reverts commit d966906374d4a0cb8fa57326a1f7625c871f64fd.
2011-08-24 13:40:42 +05:30
Naredula Janardhana Reddy 1190e70f22 Revert "bug 11191:"
This reverts commit 6e59b94d6be8a9638df3e4f3de3b0993961da631.
2011-08-24 13:40:04 +05:30
Naredula Janardhana Reddy b7cf081281 bug 11191:
Added global config to enable/disable rp_filter for domR.
   previous commit: d966906374d4a0cb8fa57326a1f7625c871f64fd

   Test Case-1 :
      1) Set network.disable.rpfilter  global config to true
      2) Restart the domR
      3) check the settings reflected in proc filesystem
           - for public interface like eth2,eth3 : /proc/sys/net/ipv4/conf/eth2/rp_filter should have 0 , and rest other interfaces should have value of 1
   Test Case-2 :
      1) set network.disable.rpfilter global config to false
      2) Restart the domR
      3) check the settings reflected in proc filesystem
           - for public interface like eth2,eth3 : /proc/sys/net/ipv4/conf/eth2/rp_filter should have 1 , and rest other interfaces should also have value of 1
2011-08-24 13:12:52 +05:30
Sheng Yang 59fe551ebb bug 11214: Don't try to start the running router again
It's very like caused by StartRouterCmd sent to the running router. I can
reproduce it by issue a StartRouterCmd to a running redundant router. And this
patch should the following exception:

Exception: com.cloud.exception.ResourceUnavailableException: Resource
[VirtualNetworkApplianceManagerImpl$$EnhancerByCGLIB$$565b4d45:0] is
unreachable: There are already two redundant routers with IP 10.91.32.126, they
are r-5-VM(5) and r-4-VM(4)

status 11214: resolved fixed
2011-08-23 18:13:14 -07:00
Sheng Yang 4901c18d7a Add more debug info 2011-08-23 17:59:20 -07:00
prachi 2a9ee90fdd Bug 11213 - UserConcentratedPod returning wrong list of pods
Changes:
- Needed to add parentheses to the query to get correct results.
2011-08-23 12:06:40 -07:00
alena d62398bf21 bug 11204: when search for domR/dhcp, include Role to the corresponding search to eliminate getting "LB" network element in the response
status 11204: resolved fixed
2011-08-23 11:53:04 -07:00
Naredula Janardhana Reddy 56d4a10be3 bug 11191: Added global config to disable/enable rp_filter for domR(public interfaces) 2011-08-23 20:01:35 +05:30
alena 1c7bbb1399 Fixed listNetwork by id 2011-08-23 01:08:36 -07:00
Kelven Yang 7d5bd0199b bug 11208: use cleanup instead of scheduling to stop based on server state 2011-08-22 17:35:28 -07:00
Kelven Yang 381f3df553 bug 11208: When agent reported state is out of sync with CloudStack, stop VM when its state in CloudStack is not in Running or Migrating 2011-08-22 16:33:47 -07:00
prachi f45b1b2d4d Merge Bug 11186 from 2.2.8mango
Bug 11186- Cannot restart existing VM if the cluster is disabled after the VM has been created

Changes:
- We should not check for the cluster 'allocation_state' while starting an existing VM provided it has storage already allocated. But if volumes
are deleted and new storage needs to be allocated, then we will not allow the VM start.
- However we should still prohibit adding new VMs in that cluster.
2011-08-22 15:41:08 -07:00
alena 001a5777c7 bug 11202: added "networkRate" param to service offering api responses 2011-08-22 13:36:00 -07:00
alena 65afbc529e Added networkRate parameter to createServiceOffering api command 2011-08-22 11:58:08 -07:00
alena 67e3936ae1 Fixed security issue in listNetworks 2011-08-22 10:49:27 -07:00
anthony 2317c426db reversed funtion parameter 2011-08-19 18:05:39 -07:00