6541 Commits

Author SHA1 Message Date
Edison Su
81475c256b fix user/meta data: if data is empty, return a blank file, not 404 2011-07-08 13:50:27 -07:00
Edison Su
f919e0119e for cloudzone, loose the check for ubuntu 10.04, people may want to install it on a newer kernel 2011-07-08 13:50:14 -07:00
Edison Su
7e195ae6ae bug 10440: ipassoca failed, if the public network is untagged
status 10440: resolved fixed
2011-07-08 13:50:02 -07:00
Edison Su
499bdff397 fix cloudkit setup, to use new image 2011-07-08 13:49:53 -07:00
Edison Su
0dacd3913a bug 10423: agent in ssvm needs to add default keystore, as we copying templates through https://**realhostip.**
status 10423: resolved fixed
2011-07-08 13:49:43 -07:00
Edison Su
8da6578d76 change parameter to forcedestroylocalstorage during delete host 2011-07-08 13:49:32 -07:00
Edison Su
a24eef5c81 add new option to force destroy vm when delete host, if the VMs are created on local storage 2011-07-08 13:49:05 -07:00
Edison Su
97d03ce9ee fix build 2011-07-08 13:33:28 -07:00
Edison Su
827c71a9f0 wait for 30s, after stop agent 2011-07-08 13:33:15 -07:00
Edison Su
e72fed3782 fix meta data for cloudzone 2011-07-08 13:33:05 -07:00
Edison Su
492bf2371c bug 10092: fix the Long compare
status 10092: resolved fixed
2011-07-08 13:32:54 -07:00
Edison Su
45ea2b2ad6 cleanup ebtables rules if vm is manually deleted 2011-07-08 13:32:41 -07:00
Edison Su
8becb77674 try 5 times if write heartbeat failed 2011-07-08 13:32:17 -07:00
Edison Su
a180e3f341 if iso is installed, don't include it into ssvm 2011-07-08 13:32:05 -07:00
Edison Su
d3093048f8 bug 10303: don't show system vm template for templatefilter == (self and feature)
status 10303: resolved fixed
2011-07-08 13:31:49 -07:00
Edison Su
8306bf7ee5 fix ebtable cleanup issue: on ubuntu, it's not got deleted if vm is stopped 2011-07-08 13:31:34 -07:00
Edison Su
6b18b5804b add one more dependence 2011-07-08 13:31:15 -07:00
Edison Su
1c67301146 don't include the whole /usr/share/java/ directory in classpath, or you will get stackoverflow, and delete vm data folder after vm stopped 2011-07-08 13:31:00 -07:00
Edison Su
55c39444b1 bug 9985: add more checking during setup cloudzone: host os must be ubuntu 10.04, 64bit, free disk space must be larger than 30G, memory must be larger than 1G
status 9985: resolved fixed
2011-07-08 13:30:27 -07:00
Edison Su
5bee237972 fix NPE when stopvm 2011-07-08 13:19:49 -07:00
Edison Su
902f8172e3 bug 10293: don't destroy volume if it's not created
status 10293: resolved fixed
2011-07-08 13:19:32 -07:00
Edison Su
76d4636823 bug 10190: add log if failed to delete host when host is in UP state 2011-07-08 13:19:16 -07:00
Edison Su
8a887c0b77 start agent after template download is done 2011-07-08 13:18:43 -07:00
Edison Su
ce4071beff add wget dependence 2011-07-08 13:18:30 -07:00
Edison Su
0574b84e35 bug 9793: remove the thirdparty jar files, then size of cloudzone tar ball is reduced to 4M.
status 9793: resolved fixed
2011-07-08 13:18:14 -07:00
Edison Su
e5833731f8 reduce cloudzone package size, hopefully down to < 5M 2011-07-08 13:17:52 -07:00
Edison Su
bc64656e6a reduce agent package size 2011-07-08 13:17:39 -07:00
Edison Su
77add5aa93 bug 10212: Finally, user data works. Don't return newline to them
status 10212: resolved, fixed
2011-07-08 13:17:14 -07:00
Edison Su
04b15b9941 fix ebtable, which should only add a new DNAT rule for dhcp server 2011-07-08 13:02:38 -07:00
Edison Su
4a4b03fa01 fix user data 2011-07-08 13:02:38 -07:00
Edison Su
897952989a bug 10026: running qemu as root
status 10026: resolved fixed
2011-07-08 13:02:38 -07:00
Edison Su
c8d6d51011 fix ubuntu reboot issue, sometimes when you install agent, the init script is not installed into /etc/rc* 2011-07-08 13:02:38 -07:00
Edison Su
d6e0d282d8 bug 9896: RHEL 6 doesn;t support to attach an SCSI disk to a windows VM, then I have to attach a virtio disk.
So for a windows guest, the root disk is an IDE disk(in case there is no virtio driver installed inside guest), but all the data disks will be virtio disks.
That means if you want this feature, people need to install virtio disk driver inside windows guest to get data disk work.
status 9896: resolved fixed
2011-07-08 13:02:38 -07:00
alena
40211d186d Fixed the case when vm failed to start when corresponding domR was in Stopped state 2011-07-08 11:50:00 -07:00
Alex Huang
040cffafca bug 10447: don't set the reservation id to null 2011-07-08 11:36:52 -07:00
Kelven Yang
e00c011dcb bug 10551: pass correct host type to StartupSecondaryStorageCommand 2011-07-08 10:35:56 -07:00
Kelven Yang
49999bf609 bug 10618: another place that could possibly throw NPE 2011-07-08 09:55:32 -07:00
alena
62a570484c fix db upgrade from 2.2.6 to 2.2.8
Conflicts:

	setup/db/db/schema-227to228.sql
2011-07-08 09:51:50 -07:00
alena
27ef3a1d2d bug 10651: added missing keys to 227 to 228 db upgrade
status 10651: resolved fixed

Conflicts:

	setup/db/db/schema-227to228.sql
2011-07-08 09:49:19 -07:00
alena
4c075774a3 Revert "bug 10651: added unique_name to network_offerings for 227->228"
This reverts commit 5537e65129f669da7ca9a22e53cc3daa9e69ac97.

Reverting the fix because only the unique key was missing; the column was inserted as a part of 225 to 226 upgrade
2011-07-08 09:48:24 -07:00
Abhinandan Prateek
786420b439 bug 10651: added unique_name to network_offerings for 227->228 2011-07-08 20:53:00 +05:30
Abhinandan Prateek
c7ae033087 bug 10650: making sure that only unique Nics are added to the set 2011-07-08 20:18:22 +05:30
Alex Huang
44666b6333 fixed the problem that vms in starting state were not being cleaned up when management server restarts 2011-07-08 00:05:55 -07:00
anthony
4c0fce700b bug 10639: if register iso for all zones, zoneId is -1,
fixed

status 10639: resolved fixed
2011-07-07 21:03:09 -07:00
anthony
fc5c657980 bug 10608:
only one primary storage in a cluster can be in PrepareMaintenance mode
2011-07-07 19:43:43 -07:00
frank
fa0373b6e9 use soft shutdown/reboot in IPMI 2011-07-07 17:06:19 -07:00
Kelven Yang
d0de1a5b94 bug 10620: allow ISO attachment failure to propogate up 2011-07-07 17:02:51 -07:00
anthony
01a04935aa bug 10611: MS puts primary storage into cancelmaintenace mode, then try to start VMs which were running on top of it, but failed because primary storage is in cancelmaintenace mode
fixed

status 10611: resolved fixed
2011-07-07 16:21:23 -07:00
alena
80ede648e3 bug 10629: fixed regression bug in listVms - security group name and display text weren't returned
status 10629: resolved fixed
2011-07-07 15:48:02 -07:00
alena
a2abb3ce18 bug 10417: Basic zone - send vm data info only to the dhcp server in the same pod
status 10417: resolved fixed
2011-07-07 15:48:01 -07:00