Commit Graph

473 Commits

Author SHA1 Message Date
will 5a939e48c7 bug 7830: fixed issues with 300 limit on listing vm instances. 2011-01-03 11:50:51 -08:00
will d22650e11b bug 7688: Fixed display issues with creating a template from a snapshot in the snapshot list for volumes 2011-01-03 11:31:26 -08:00
anthony 49aa31af6f add lastping back to findDirectAgentToLoad function,
after MS restart or one MS crash, in markHostsAsDisconnected, all hosts managed by this MS are marked at Dieconnected, and lastping is set to curent time minus 10 minutes, to make sure reconnect happen within 1 minute
2010-12-30 14:32:11 -08:00
anthony 3b1481598e bug 7493: finished
status 7493: resolved fixed
2010-12-30 13:18:27 -08:00
anthony 2b632a5c9a bug 7215:
it may be caused by following result
1. there is no hosts up in this cluster, then there is no host we can send remove from pool command.
2. pool-eject failed

in above cases, the host is still removed from cloudstack, and alert is sent out to require run pool-eject manually

status 7215: resolved fixed
2010-12-30 11:41:13 -08:00
kishan 5ad07e899b bug 7768,7770: Corrected VM destroy events, removed duplicate completed event, added startId and started event
status 7768,7770: resolved fixed
2010-12-30 16:15:21 +05:30
Chiradeep Vittal fa84270b3e bug 6854: add croncommand to periodically cleanup network rules 2010-12-29 18:15:22 -08:00
anthony 0e70e41298 fixed debian build 2010-12-29 14:49:48 -08:00
anthony 3f84c55e88 patch from different directory 2010-12-29 14:45:52 -08:00
anthony d18f60379f add getGuestOsType 2010-12-29 14:06:43 -08:00
kishan ae87c21491 bug 7653: Remove created snapshot event after backing up already removed snapshot. Instead add Event when this snapshot is duplicated
status 7653: resolved fixed
2010-12-29 12:14:57 +05:30
alena 4a91643e1d bug 7647: don't hardcode userId for createVolume event when volume is created as a part of vm deployment
status 7647: resolved fixed
2010-12-28 19:07:52 -08:00
anthony 070646a395 XenServer JAVA binding 5.5.0 2010-12-28 13:25:15 -08:00
edison aae78311cb fix rpm build 2010-12-28 09:39:37 -08:00
Frank Zhang 21de60a145 add missing file in spec file 2010-12-27 19:11:58 -08:00
kishan c2405ebadd bug 7560: Removed stack trace from Snapshot delete event
status 7504: resolved fixed
2010-12-24 20:51:47 +05:30
prachi 79bf27ba6d Moved utility methods that convert comma-separated strings into a List and vice-versa, from ConfigurationManager to StringUtils.java 2010-12-23 16:41:23 -08:00
prachi a94e8db110 Bug 7473: host tags
Code changes and schema changes for adding/updating hostTags for hosts and serviceOffering. New local storage allocator 'HostTagBasedLocalStoragePoolAllocator' is added to search for storage pools that have associated hosts having the specified host tag.
2010-12-23 14:50:38 -08:00
prachi dcf335de6c Intial code changes and schema changes for adding/updating hostTags. Also some code for serviceOffering. 2010-12-23 14:22:05 -08:00
anthony d2e7e28d2a add vhd-util which comes from xen-4.0.0/tools/blktaps/vhd, it doesn't check timestamp 2010-12-22 19:57:35 -08:00
anthony e7e10a2efe refactor 2010-12-22 19:57:35 -08:00
nit 0fff4badea bug 5942 : Fixing the 2.1.x build. Putting the entire common logic to UserVmManager. 2010-12-22 12:30:01 +05:30
edison 0561fad1bc fix a security group bug: restart mgt server or reconnect xenserver will destroy existing security group, then you can't ping user vm any more 2010-12-20 16:55:02 -08:00
anthony d83bf43f0d add XenServer 5.6 FP1 support 2010-12-20 16:47:54 -08:00
anthony d4cc53cda2 remove unused files 2010-12-20 16:06:53 -08:00
nit 0de8921d57 bug 5942,7164 : For pool allocation calculation while creating vm’s we consider templates but not on the dashboard - correcting that.
While creating a vm if a pool is not adequate to create the vm's volume then improving the misleading verbiage of the log message.
2010-12-20 15:07:12 +05:30
nit 2c891d5b77 bug 5942 : On Dashboard we account for only running vm's CPU and memory but while actual vm creation we also account for stopped / destroyed vm's within the skip counting hours. Made code change so that both of them call the same functionality to check for CPU and memory capacity. 2010-12-17 17:46:39 +05:30
nit 521a2b13cc Merge branch '2.1.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.1.x 2010-12-16 12:26:02 +05:30
nit af0d6aa568 bug 7391 : Preventing Secondary Storage stats to be deleted on each restart of management server. Not sure why we delete all the stats on each restart of management server. 2010-12-16 12:25:16 +05:30
anthony 6431408198 bug 7510: this issue happened to user VM before, I had fixed this, I forget to fix this for systemVM
status 7510: resolved fixed
2010-12-15 14:38:15 -08:00
nit d96c7953b1 bug 7391 : Minor improvements to StatsCollector. 2010-12-15 21:12:53 +05:30
anthony 41a68b7695 synchronize XenServerPool function on poolUuid 2010-12-14 11:31:49 -08:00
will 9b73836be1 bug 7460: Increased the limit of the dropdowns to 500 rather than the default of 50. 2010-12-10 17:58:14 -08:00
Kevin Kluge 3bd4b05d38 allow service cloud stop to stop the java process 2010-12-10 15:25:55 -08:00
anthony 0ab158909a fixed isNetworkAWithinNetworkB 2010-12-10 15:20:01 -08:00
will aaa641066f Fixed the garbage collector for primary storage to now ignore any volumes that have been removed but doesn't have a storage pool ID. The case when this could happen is when the volume was attempted to be created on a storage pool but failed. 2010-12-09 19:45:00 -08:00
will b5ecb69c6a Fixed yet another problem where if the first volume creation failed on the storage pool, and was successfully created on a second storage pool, the VM would be attempted to be started on a host from the first storage pool. Obviously, this wouldn't work. 2010-12-09 18:07:11 -08:00
Alex Huang a275ad058e More fixes after Praveen testing 2010-12-09 11:37:19 -08:00
Alex Huang e9ba29d807 fixes the one pod per account bug 2010-12-08 10:59:20 -08:00
Kevin Kluge 06a8bdb8e6 apply a fix mike gave to a customer to keep the SSVM running and recovering 2010-12-06 21:20:58 -08:00
Kevin Kluge a6c278b700 add hack to set template physical size to 10 GB if we otherwise do not know the size and it claims to be larger than 10 GB. for local storage only. 2010-12-06 17:28:15 -08:00
abhishek 49251b0c41 backporting 7414 into 2.1.x 2010-12-03 10:12:35 -08:00
anthony 79e68062af bug 7209: check otherconfig before update
status 7209: resolved fixed
2010-11-29 19:10:33 -08:00
anthony a36b073e78 bug 6569: eject CD before migration
need to document it, after migration, CD is gone
2010-11-23 19:31:51 -08:00
Anthony Xu d5b04dd25a bug 7295: seems like one agent attache is removed twice
status 7295: resolved fixed
2010-11-22 20:45:59 -08:00
Anthony Xu 7746257f79 remove some unnessary changes for 2.1.6 2010-11-22 17:35:51 -08:00
Kevin Kluge 11e13ddd37 set version to 2.1.6 2010-11-22 15:51:00 -08:00
Anthony Xu 21e6fd378f bug 7214: there was a race condition between delete and creaet agentattache
status 7214: resolved fixed
2010-11-22 15:13:22 -08:00
will 79faeb0846 bug 7251: block IE6 from accessing /client/console
status 7251: resolved fixed
2010-11-19 19:24:13 -08:00
alena 79ec408658 Modified usage description for cloud-sysvmadm script 2010-11-17 18:54:12 -08:00