Commit Graph

308 Commits

Author SHA1 Message Date
Kelven Yang 00c42f7673 Allow transaction from Error to Expunging 2010-10-11 15:47:14 -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
abhishek 537c42be47 more netapp 2010-10-07 16:04:23 -07:00
anthony e6b1add27f bug 6450: list all snapshot for admin
status 6450: resolved fixed
2010-10-07 15:35:10 -07:00
Chiradeep Vittal e1513645a0 bug 6460: fix dns lookups. Ref bug 6348 2010-10-07 15:19:18 -07:00
anthony e6b53f65f2 bug 6453: this snap is already destroyed
status 6453: resolved fixed
2010-10-07 14:19:14 -07:00
abhishek 5cbfad4576 more tables added for netapp 2010-10-07 14:12:20 -07:00
kishan f7a2b8d699 bug 6428: Send alert when usage job fails
status 6428: resolved fixed
2010-10-08 01:34:57 +05:30
abhishek 7d10fe4b6c bug 6368: incremental checkin 2010-10-07 11:47:16 -07:00
edison ade075cfe4 change the mount path to secondary storage, instead of snapshot path 2010-10-07 11:10:08 -07:00
abhishek 0039c7a662 using a better way to validate if the vm is indeed a router vm 2010-10-07 10:49:24 -07:00
abhishek 46793343e9 bug 6443,6445: fixing exupunge and port forwarding issues around vms, domrs
status 6443,6445: resolved fixed
2010-10-07 10:46:36 -07:00
anthony b593fcd721 change config.getValue 2010-10-06 19:36:13 -07:00
edison f7eb42a4d3 bug 6405 : new tool to migrate snapshots created from 2.1.3 to 2.1.4 later, copy the file /usr/bin/cloud-migrate-snapshot to one of xenserver host, then execute it
status 6405: resolved fixed
2010-10-06 19:07:56 -07:00
anthony c242266716 bug 6446: do not pass private, guest, public network in host_detail to CitrixResourceBase.configure
status 6446: resolved fixed
2010-10-06 18:06:46 -07:00
abhishek 01d526fc8b bug 6368: incremental fix 2010-10-06 17:17:13 -07:00
anthony 7a0902fd74 bug 6440: reconnect host after setupcommand
status 6440: resolved fixed
2010-10-06 16:05:32 -07:00
Chiradeep Vittal e7d3a05134 accidental commit 2010-10-06 15:39:21 -07:00