Commit Graph

524 Commits

Author SHA1 Message Date
abhishek d66740c6a6 bug 8698: adding device id to the list volumes return set
status 8698: resolved fixed
2011-02-24 13:21:43 -08:00
will 2c3c2b11d5 bug 7453: Removed extra space between the password and the "." 2011-02-23 12:12:06 -08:00
will 53c0667486 bug 8487: remove the url encoding of password before the MD5 hash. 2011-02-23 10:28:56 -08:00
will 484c2cd2a3 bug 8220: Fixed issue where the advanced search box was hidden beneath the vm details under the Instance Tab. 2011-02-23 10:18:19 -08:00
kishan e51f4eae25 bug 8613: Added accountId to listUsageRecords API, use active account incase of multiple account with same name
status 8613: resolved fixed
2011-02-23 18:05:44 +05:30
Chiradeep Vittal c8842c33e7 bug 8380: use instance name
status  8380: resolved fixed
2011-02-22 13:48:46 -08:00
alena 154794d94c bug 7434: When direct.attach.untagged.vlan.enabled is set to "true", return only service offerings with Direct network support.
status 7434: resolved fixed
2011-02-22 11:22:11 -08:00
alena 92423042e1 bug 5701: listNetworkGroups api - apply page size parameter to the NetworkGroup instead of IngressRule
status 5701: resolved fixed
2011-02-22 10:58:00 -08:00
anthony 7eafd961fe bug 8644: this is specific to 5.6 FP 1, SS use vhd-util from XenServer. in XenServer 5.6 , libvhd is compiled into vhd-util, that is not true in XenServer 5.6 FP 1.
use vhd-util from opensource version

status 8644: resolved fixed
2011-02-17 17:09:49 -08:00
will 1768f3da6e bug 7434: Fixed Create VM from template and iso dialogs to no longer display service offering with direct network if the account isn't able to view any direct networks. 2011-02-17 14:40:25 -08:00
will 1eaa85557b bug 7434: Fixed VM Wizard to only show service offering w/ direct tagged network support for accounts that can see direct networks. 2011-02-17 14:15:57 -08:00
anthony 2f64522f90 bug 6780: fixed in 2.1.x
status 6780: resolved fixed
2011-02-16 18:57:57 -08:00
will 6a6c9a7e44 bug 7361: Domain Admins now have the same UI as user to manage their IP Addresses. 2011-02-16 18:50:07 -08:00
will e92182ed08 bug 7250: Fixed some label issues with the VM Wizard. 2011-02-16 17:43:14 -08:00
Alex Huang ba77d3b431 bug 8529: Fixed the issue that if fencing didn't work, ha still thinks it has been fenced 2011-02-16 15:12:14 -08:00
Alex Huang a8bd90cafc Correct way to clean halted vms 2011-02-16 15:12:14 -08:00
abhishek fa70c8af52 bug 7105: improvements to editZone. Now you can add more vlan ranges to the existing set, as long as the range addition is additive in nature. eg. 400-410 can be changed to 398-410/400-412/200-800 as all these are additive in nature
status 7105: resolved fixed
2011-02-15 11:43:44 -08:00
abhishek 3e1fa215c3 bug 8074: making xen-tools.iso available to a normal user
status 8074: resolved fixed
2011-02-14 11:22:26 -08:00
alena 1ff3aefd1a bug 7505: updateDomain with a new name - update the path for child domains
status 7505: resolved fixed
2011-02-10 17:42:13 -08:00
alena 81afd13f24 bug 7907: introduced "exactMatch" flag for listAccounts command (not required, default to "false" if not specified). If it's set to "true", we do exact search by accountName
status 7907: resolved fixed
2011-02-10 15:14:07 -08:00
alena 642efb0274 bug 7527: Don't allow mixing Direct Tagged and Untagged vlans in the same zone.
status 7527: resolved fixed
2011-02-10 14:30:38 -08:00
alena c8949abb7a bug 7434: list direct service offerings for account only when 1) account has Account specific Direct vlan range 2) there are Zone wide Direct vlan ranges
status 7434: resolved fixed
2011-02-10 13:57:11 -08:00
Frank 9fa599f224 add --package-version support in RPM build 2011-02-04 13:55:26 -08:00
Chiradeep Vittal de19cade39 bug 8380: default chains weren't getting deleted
status 8380: resolved fixed
2011-02-04 12:00:36 -08:00
anthony 9e858992de attachISO can be done when SSVM is down 2011-02-03 19:06:54 -08:00
Chiradeep Vittal 2ef2cc9cf9 bug 8347: skip ebtables if kernel doesn't support it
status 8347: resolved fixed
2011-02-03 11:46:25 -08:00
anthony 3085220770 merge from master, fix concurrent exception 2011-02-02 17:54:15 -08:00
Chiradeep Vittal 70bcc8b98f bug 8302: dont hardcode ebtables path
status 8302: resolved fixed
2011-02-01 17:47:35 -08:00
anthony df1c5d4727 handle XmlRpcClientException 2011-02-01 16:31:50 -08:00
anthony 50e5507b9a change some log to trace level 2011-02-01 16:16:50 -08:00
Alex Huang 2ac8f682e8 bug 8279: In the recreatable case, we considered the vm fenced off and restarted it elsewhere. That causes the vm sync to think the vm is in stopped state for which there is no StopCommand sent. We now cleanup the halted vms in this situation. 2011-01-31 14:02:39 -08:00
anthony c7f0fd2973 minus hypervisor size 2011-01-14 14:15:24 -08:00
anthony 197dda89cc bug 7932: we need to pass guestOsType in Start consoleproxy/secondarystorage/route Command, which mapps to diferent OS types for XenServer5.6 and XenServer5.6fp1
status 7932: resolved fixed
2011-01-10 15:19:25 -08:00
anthony 3b2501ca7b remove unused code 2011-01-07 23:10:22 -08:00
anthony fa23bcd746 bug 7916 : fixed 2011-01-07 22:54:05 -08:00
anthony c875a857fd bug 5873: if usedcapacity is larger than totalcapacity, return totalcapacity, because we preserved resources for stopped VM, at some point, usedcapacity may be larger than totalcapacity
status 5873: resolved fixed
2011-01-07 11:53:46 -08:00
anthony d47268815d Revert "bug 5873: after this fix, in dashboard, "used" means it is really used now, no preservation."
This reverts commit 638867201d.
2011-01-07 11:30:04 -08:00
anthony 255f1a7316 check the Answer correctly 2011-01-07 11:10:46 -08:00
anthony deb87aa5e7 correct definition 2011-01-06 19:36:19 -08:00
anthony 638867201d bug 5873: after this fix, in dashboard, "used" means it is really used now, no preservation.
We should add notes in guide,
even though there are enough resouces in dashboard, you may not start new VM due to not enough resouce, because some of the resources are reserved for stopped/destroyed VMs

status 5873: resolved fixed
2011-01-06 18:20:39 -08:00
Kevin Kluge f9efc771cf 2.1.7 version update 2011-01-06 17:46:05 -08:00
Chiradeep Vittal 05c72e4fe3 bug 5576: remove network groups for account when account is deleted. Also ensure that ingress rules that reference these network groups are deleted 2011-01-06 16:55:30 -08:00
anthony 7cb189962c bug 7885: vmchain_default is used before define when stopping console proxy VM or Secondary storage VM
status 7885: resolved fixed
2011-01-06 16:34:57 -08:00
Chiradeep Vittal f370bde35b bug 5574: cleanup as part of account cleanup
status 5574: resolved fixed
2011-01-06 16:22:13 -08:00
Chiradeep Vittal a3b0c5945c bug 7380: add SNAT rules for additional interfaces 2011-01-06 15:59:33 -08:00
abhishek b03f711cd4 bug 7105: fixing issues around zone edit
status 7105: resolved fixed
2011-01-06 13:37:18 -08:00
anthony c2d0420c97 bug 7882: if destroyVolume is called from listener, there is no UserContext, then cause NPE, add more check here
status 7882: resolved fixed
2011-01-05 18:29:35 -08:00
anthony a5913439ae reuse the session in plugin 2011-01-05 17:02:20 -08:00
will a2ee9ff619 bug 7874: Fixed css/js issue with displaying more than 10 templates. it will no longer overflow beyond the wizard. 2011-01-05 14:56:42 -08:00
anthony 7ee7c0a79b merge from master a72646307b
findDirectAgentToLoad ordered by clusterId
2011-01-04 14:16:38 -08:00