Commit Graph

324 Commits

Author SHA1 Message Date
Kelven Yang 06472033fd clear last_host_id on start-failure in deployVM process 2010-10-12 18:01:05 -07:00
anthony 310556ecf2 bug 6521: for add host, return api response, even if the host is in disconnected state
status 6521: resolved fixed
2010-10-12 17:59:22 -07:00
Chiradeep Vittal 7c51a661df bug 6202 : dnsmasq user doesnt exist?
status 6202: resolved fixed
2010-10-12 17:41:24 -07:00
anthony b69d7d443a bug 6516: didn't consider it last snapshot is deleted but the new snapshot is empty
status 6516: resolved fixed
2010-10-12 16:55:54 -07:00
Alex Huang eb60dc690c domr cannot be recreated in a different pod 2010-10-12 16:17:38 -07:00
edison 63352f55ff rename to cloud-cli for command line tool 2010-10-12 15:24:53 -07:00
Chiradeep Vittal a26072239f bug 6522: ensure destroyed routers are not picked up
status 6522: resolved fixed
2010-10-12 10:04:35 -07:00
abhishek 8cd2289ef3 restoring state (was testing a commit) 2010-10-12 09:59:57 -07:00
abhishek 2d82902ffc test commit 2010-10-12 09:38:26 -07:00
Chiradeep Vittal 89988cb156 bug 6485: fix reboot logic 2010-10-11 18:17:35 -07:00
Chiradeep Vittal f6c9c27b76 bug 6485: if tap device exists, include them in the rules 2010-10-11 18:17:34 -07:00
will 696f3f5fcb VMs in Error, Destroyed, or Creating state are no longer selectable as a VM during the application of a port forwarding rule in the UI. 2010-10-11 18:16:33 -07:00
will 9b191a8b4b Had to redo the css so that the dialog that comes after a host, system vm, and console proxy vm action fits the row. It was changed due to resizing to make it work with the VM page. 2010-10-11 16:47:08 -07:00
will 557dca0370 bug 6511: both user and admin will display the vm name the same way to avoid confusion
- fixed other issues with renaming vm instance
2010-10-11 16:25:04 -07:00
will 73c3d2c0c9 Merge branch '2.1.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.1.x 2010-10-11 16:00:10 -07:00
Kelven Yang 00c42f7673 Allow transaction from Error to Expunging 2010-10-11 15:47:14 -07:00
will fb608378fa bug 6501: VMs in "Error" state will no longer have any action links.
- "Destroyed" VMs will also follow the same behavior with the exception of the restore link.
2010-10-11 15:41:05 -07:00
anthony 3dd7ed7fc6 bug 6499: If there is volume created from this template, this template can't be delete from secondary storage, it can be removed from DB
status 6499: resolved fixed
2010-10-11 12:59:46 -07:00
anthony b0a3f329a0 bug 6500: add back the special handle for secodary storage host, it is in the same path of handling xenserver host, it is easy to break that, so I add some comments there
status 6500: resolved fixed
2010-10-11 11:59:10 -07:00
anthony 059077ce9f bug 6494: didn't call txt.commit before throwing exception, break the transaction
status 6494: resolved fixed
2010-10-11 11:10:09 -07:00
abhishek 136523eb0f bug 6484: fixing the iprangeoverlap check
status 6484: resolved fixed
2010-10-11 10:51:44 -07:00
abhishek f3d9adefdf netapp change 2010-10-11 10:13:10 -07:00
abhishek dd17bbc27f more netapp changes 2010-10-11 09:20:30 -07:00
anthony f0637669eb after shutdown, we get the vm status to make sure it is in halted state, otherwise return stop error 2010-10-10 15:51:47 -07:00
Kelven Yang 8081713020 Let failed VM in deployment phase to fall into error state 2010-10-09 21:38:00 -07:00
anthony fd04147ed4 bug 6462: notifyMonitorsOfConnection of handleDirectConnect may fail, but it still returns the removed attach, and lauch ping task
status 6462: resolved fixed
2010-10-09 17:26:50 -07:00
edison 2100187dcd bug 6368: add cloud-cli rpm for cloudvoladm
Actually, it's a general CLI, can access all the CloudStack APIs
2010-10-09 02:08:13 -07:00
anthony 33d69b1746 bug 6749: remove VM if get nap ip failed
status 6749: resolved fixed
2010-10-08 19:47:01 -07:00
anthony f08afb2bae bug 6471: make sure VM start on host, it is supposed to run on
status 6471: resolved fixed
2010-10-08 18:50:50 -07:00
Kelven Yang 39b9a47b3b Deal with a race condition while async-job is submitted and soon failed 2010-10-08 18:46:59 -07:00
abhishek 0c00139a64 netapp allocators 2010-10-08 18:17:13 -07:00
anthony 65bc9f95a8 should use _hostDao.listByCluster instead of _hostDao.listByPodId in some places 2010-10-08 18:07:53 -07:00
Kelven Yang 8c4c9e9c5d Don't let it go through full state transition if only a DB record is created in vm deployment process at failure case 2010-10-08 17:19:18 -07:00
Kelven Yang 12489fd886 Fix a regression to cleanup after failure of deploying VMs 2010-10-08 16:13:00 -07:00
will 0d87c578b8 bug 6478 : turned off auto-complete for username. 2010-10-08 14:51:38 -07:00
Chiradeep Vittal 669539c7d4 Merge branch 'networkrulesformigration' into 2.1.x 2010-10-08 14:23:08 -07:00
anthony 25f52fd25d build fix 2010-10-08 14:09:22 -07:00
anthony 3d4f12733e fix build 2010-10-08 13:59:01 -07:00
anthony 99ec514652 bug 6473: create local mount dir under /var/run/cloud_mount instead of /var/run/sr_mount, which conflict with normal nfs sr directory, may cause umount fail
status 6473: resolved fixed
2010-10-08 13:00:13 -07:00
Chiradeep Vittal 0574b4ef45 Fix for system vms 2010-10-08 12:04:06 -07:00
Kelven Yang 0d5d301154 Implement the correct semantics of returning a VM instance ID in deploy vm async-call 2010-10-08 11:42:30 -07:00
Chiradeep Vittal f62ba52076 when user vm migrates, update rules on destination host 2010-10-08 10:30:54 -07:00
abhishek b20085af39 snapshot reservation for netapp 2010-10-08 09:19:06 -07:00
anthony e2d49b04a6 change the script 2010-10-07 23:23:00 -07:00
anthony af9be9ca54 reduce some log 2010-10-07 19:23:10 -07:00
abhishek e4d1ba1c80 more schema changes 2010-10-07 17:45:59 -07:00
Kris McQueen 417a101f91 Fixing WAF build with renamed javascript file... 2010-10-07 17:34:32 -07:00
anthony 44b11e364f don't need to execute pif.plug 2010-10-07 17:20:29 -07:00
will 7662b26159 Merge branch '2.1.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.1.x 2010-10-07 16:41:27 -07:00
will 3aaa5b7556 bug 6350: removing version from our UI and any javascript library versions we are using to make it a bit harder for hackers to take advantage of software version exploits. 2010-10-07 16:41:03 -07:00