Commit Graph

6526 Commits

Author SHA1 Message Date
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
frank 0fa9f5ef31 Bug 9887 - baremetal: support for image operation (create template from guest disk)
Add files
2011-07-07 15:34:57 -07:00
frank 3c1a375978 Bug 9887 - baremetal: support for image operation (create template from guest disk)
Resolved fixed
2011-07-07 15:34:42 -07:00
anthony b885915f1e bug 10628: if private network and storage network use the same nic, MS will start HA very quickly within 20 seconds, it breaks heartbeat check, which require 60 seconds interval. add 60s sleep before trying to HA on VMs
status 10628: resolved fixed
2011-07-07 12:39:46 -07:00
anthony 9b640085ab bug 10618: fixed NPE
status 10618: resolved fixed
2011-07-07 10:24:22 -07:00
Nitin 9f13b46d61 bug 10602: Fix NPE in StatsCollector - ssvm might not be up so check for that.
status 10602: resolved fixed
2011-07-07 13:45:40 +05:30
Abhinandan Prateek 6b7279598e bug 10329: changing - to : in port range
status 10329: resolved fixed
2011-07-07 11:46:17 +05:30
anthony 47296e64ac bug 10587: correctly use transaction
status 10587: resolved fixed

Conflicts:

	server/src/com/cloud/storage/StorageManagerImpl.java
2011-07-06 18:57:36 -07:00
alena a2531b60f9 bug 10605: updateNetworks api command - restart the network if networkDomain is updated.
updateNetwork command is async now
2011-07-06 18:00:15 -07:00
Kelven Yang efa431ed1b Add data integrity check for Console Proxy/SSVM/Domain Router 2011-07-06 17:31:39 -07:00
alena 9be9a970c9 bug 10409: added domainSuffix parameters to account/domain objects 2011-07-06 16:57:19 -07:00
Alex Huang ee2670edc7 Some operations on the lock table allowed through jmx 2011-07-06 16:10:18 -07:00
anthony f1bee86263 fixed a NPE 2011-07-06 16:07:53 -07:00
anthony 90cb2dea6a add more logs 2011-07-06 16:07:46 -07:00
Jessica Wang a756a9e171 bug 10600: Pod page - Network Device tab - remove "Delete Network Device" action. 2011-07-06 15:54:28 -07:00
alena 2fca9d0a49 bug 10603: fixed NPE in listTemplates
status 10603: resolved fixed
2011-07-06 14:22:40 -07:00