Commit Graph

16989 Commits

Author SHA1 Message Date
anthony c39d211a48 merge from 2.1.x 2010-11-23 18:55:23 -08:00
alena 674d68fc58 bug 7311: Use StoragePoolVO copy constructor in deleteStoragePoolCommand
status 7311: resolved fixed
2010-11-23 18:02:31 -08:00
alena 8dfd7b176e bug 7313: applying Alex's fix.
status 7313: resolved fixed
2010-11-23 18:02:30 -08:00
Jessica Wang f588821cf9 bug 7277: template page - System VM template don't have "Download Template" option. (merge from 2.2.beta1 branch to master branch) 2010-11-23 17:00:13 -08:00
Jessica Wang 6cc2dd9b28 bug 7277: ISO page - implement "Download ISO" action. (merge from 2.2.beta1 branch to master branch) 2010-11-23 16:58:51 -08:00
Jessica Wang b18add1373 bug 7277: template page - implement "Download Template" action. (merge from 2.2.beta1 branch to master branch) 2010-11-23 16:57:26 -08:00
Jessica Wang 8666fb3fc4 new UI - Add Direct IP Range dialog box - add new field "guest gateway". (merge from 2.2.beta1 branch to master branch) 2010-11-23 16:55:36 -08:00
Jessica Wang 952dec199a bug 7262: global settings page - if no value is assigned, display "Not applicable". (merge from 2.2.beta1 branch to master branch) 2010-11-23 16:53:29 -08:00
Jessica Wang eb6169ad1e bug 7276: fix syntax error in html code. (merge from 2.2.beta1 branch to master branch) 2010-11-23 16:49:58 -08:00
Jessica Wang 45c026b6e1 new UI - Add Zone Pod Wizard - basic mode - add pod step - add new field "guest gateway" . (merge from 2.2.beta1 branch to master branch) 2010-11-23 16:47:10 -08:00
Jessica Wang 6f8f97db5c new UI - delete zone - clear up everything in zone page after deleting zone succeeds. (merge from 2.2.beta1 branch to master branch) 2010-11-23 16:45:29 -08:00
abhishek 5543814f39 blocking the static natting of an ip address, if it is already source natted 2010-11-23 16:39:02 -08:00
edison 583d5e9965 bug 7280: make sure secondary storage is mounted on agent host
status 7280: resolved fixed
2010-11-23 16:28:05 -08:00
edison ca17f8dc6a bug 7258: update to latest qemu packages on fedora
status 7258: resolved fixed
2010-11-23 16:28:05 -08:00
edison 32e84feecc bug 7308: fix NPE when downloading primarystorage
status 7308: resolved fixed
2010-11-23 16:28:04 -08:00
Jessica Wang 85cc68a742 bug 7253: show error message when addnig host fails. (merge from 2.2.beta1 branch to master branch) 2010-11-23 16:34:11 -08:00
Anthony Xu 7518488672 bug 7293: return complete installpath for createprivatetemplatefromvolume
status 7293: resolved fixed
2010-11-23 16:22:51 -08:00
abhishek 3d4b8ab4a0 bug 7263: changing the param name. Found a couple of bugs whilst testing this, the validation of vol size whilst cust vol creation was missing. Adding the same.
status 7263: resolved fixed
2010-11-23 16:20:30 -08:00
alena f4908758b3 bug 7234: don't try to delete pod level vlan when it doesn't exist
status 7234: resolved fixed
2010-11-23 15:06:29 -08:00
alena cb74030d01 bug 7298: throw an Exception when invalid job Id is specified in queryAsyncJobResult
status 7298: resolved fixed
2010-11-23 15:06:29 -08:00
abhishek 40c3a0afa2 bug 7249: during volume creation (root and data) for a vm, there was no state being set (we need to set it to ready). Hence, whilst re-attaching a detached vol, we hit a NPE. Fixed the root cause of the state not being set during vm creation, and consequently, fixed this npe
status 7249: resolved fixed
2010-11-23 14:24:29 -08:00
will 69ce2a090e Merge with Master: Defaulted the root disk offering to the first offering. 2010-11-23 11:13:47 -08:00
will 90467ab31d merge 7277: Fixed the file separate so Extract Template works on Windows machine. 2010-11-23 11:13:47 -08:00
edison 97efc6671f bug 7294: disable rp_filter for cpvm&ssvm
status 7294: resolved fixed
2010-11-22 23:27:25 -08:00
Chiradeep Vittal 09472f1b65 bug 7284: bug in copy constructor cause dhcp server in direct tagged vlan to think it is a virtual router
status 7284: resolved fixed
2010-11-22 22:19:21 -08:00
alena 10fb2a0f39 bug 7292: fixed assignig LB to non-source Nat ip address
status 7292: resolved fixed
2010-11-22 20:54:08 -08:00
edison b9fadd923b bug 6931: vncport is un-used when stopvm
status 6931: resolved fixed
2010-11-22 17:49:58 -08:00
will 7205a7507d bug 7277: Fixed the logic to prevent System templates from being downloaded. 2010-11-22 17:13:30 -08:00
alena 3f1abbcbc8 Fixed assignToLoadBalancer command - admin couldn't assing LB rule in behalf of other user 2010-11-22 17:08:51 -08:00
abhishek 8995e5d2f7 changing the event logged to the right type, whilst starting user vms via cancelstoragemaintenance in master (already merged to 2.2.beta1) 2010-11-22 16:20:18 -08:00
edison e6330c6293 bug 7008: fix race condition that muliple storage access, libvirt can't handle it.
status 7008: resolved fixed
2010-11-22 16:03:42 -08:00
alena 1491893bbc bug 7281: throw an exception when fail to get isoPath - happens when Secondary Storage vm is not in UP state in cloud.hosts table.
status 7281: resolved fixed
2010-11-22 15:42:34 -08:00
alena b7eefe1836 Gson deserialization: return JsonNull object when object list is empty. 2010-11-22 14:56:25 -08:00
alena a646745516 bug 7227: applying Alex's fix - different way of desirializing List objects.
status 7227: resolved fixed
2010-11-22 14:08:43 -08:00
will 2f451b6e0e Merge: Corrected UI Dialog 2010-11-22 12:45:42 -08:00
will 373874a5cb Merge: Close button 2010-11-22 12:45:20 -08:00
will cc617a15b0 Merge: Minor tweak for close button 2010-11-22 12:44:37 -08:00
will 8ab1121221 merge 7266: Added description for basic and advanced networking options while adding a new zone. 2010-11-22 12:33:59 -08:00
alena 6765e97976 Made ApiResponseHelper to use Long instead of long for response parameters to eliminate possible NPEs during building an api response. 2010-11-22 11:27:15 -08:00
alena cdea2d210d Better logging for api exceptions. 2010-11-22 11:27:15 -08:00
abhishek 0979b644ef bug 7230: there was an issue trying to start user vms when the pool state is cancelmaintenance; fixing the same in 2.2RC2
status 7230: resolved fixed
2010-11-22 11:00:43 -08:00
Alex Huang d38f7fd56d Moved DAO to server 2010-11-22 07:40:41 -08:00
Alex Huang 1e44925564 api refactoring 2010-11-21 12:00:21 -08:00
NIKITA 3efae818e2 Corrected UI Dialog 2010-11-19 21:25:54 -08:00
Jessica Wang 7df47f053e bug 7252: check whether pods is null before getting its length. 2010-11-19 20:15:31 -08:00
Jessica Wang dd06fc9639 bug 7255: correct variable name. 2010-11-19 20:14:12 -08:00
alena 138e0914b6 bug 7245: don't try to set vm name for detached volume during expunge process.
status 7245: resolved fixed

Fixed couple of other problems:
* cleanup corresponding records in load_balancer_vm_map table when loadBalancerRule is removed.
* don't log "java.lang.IllegalStateException: getAttribute: Session already invalidated" exception when UI session expires
2010-11-19 20:08:18 -08:00
Anthony Xu f6836b2cb9 find the system ISO at creating system VM , not at initialization 2010-11-19 19:22:22 -08:00
alena 6b61caad46 AssignToLoadBalancer - added missing transaction.commit to corresponding NetworkManager method. 2010-11-19 19:14:24 -08:00
alena cec8ebd5cd bug 7236: don't catch AsyncCommandQueued exception in ApiDispatcher
status 7236: resolved fixed
2010-11-19 18:40:32 -08:00