Commit Graph

117 Commits

Author SHA1 Message Date
anthony 2bb77798bb bug 7916 : fixed 2011-01-07 22:58:04 -08:00
anthony 5e237c9660 correct definition 2011-01-07 11:57:40 -08:00
anthony 7ee7c0a79b merge from master a72646307b
findDirectAgentToLoad ordered by clusterId
2011-01-04 14:16:38 -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
Chiradeep Vittal fa84270b3e bug 6854: add croncommand to periodically cleanup network rules 2010-12-29 18:15:22 -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
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
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 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
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
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
anthony 41a68b7695 synchronize XenServerPool function on poolUuid 2010-12-14 11:31:49 -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 7746257f79 remove some unnessary changes for 2.1.6 2010-11-22 17:35:51 -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
Kelven Yang 42ee65fce3 fix bug 7180 2010-11-15 11:43:30 -08:00
anthony 0a4dbd91e1 fix xapi connection issue, in ensurePoolIntegrity, if can't connect a xenserver , then move on, not retry 2010-11-12 16:52:33 -08:00
anthony fae1c0c054 fix build 2010-11-12 16:43:48 -08:00
Kelven Yang 9abbd60e7b Improve console access security based on Godaddy's feedback 2010-11-12 15:45:51 -08:00
anthony 5958a4469a bug 7149: merge from master 2010-11-12 15:00:27 -08:00
anthony 7a42f9c96e reduce xapi request 2010-11-10 19:59:57 -08:00
anthony 782b81218b don't unplug PIF 2010-11-10 13:43:31 -08:00
anthony bc85b087a2 don't destroy stopped VMs when initiate host 2010-11-10 13:36:00 -08:00
anthony 59e283ac0c remove random vlan, use one to one vlan,
checked in by Alex
2010-11-10 13:33:11 -08:00
anthony 86d02eaa15 bug 6882: relink the child to parent after delete snapshot
change dd block size from 512 to 1M, make taking snapstho faster for iscsi primary storage

status 6882: resolved fixed
2010-11-03 15:59:16 -07:00
Chiradeep Vittal a907c1d09f bug 6807: split associateIp into single ip and ip list cases since it is impossible to assure correct operation with previous approach
status 6807: resolved fixed
2010-11-01 23:47:22 -07:00
Chiradeep Vittal 2b05811508 bug 6807: firstip determination is more complicated than at first sight
status 6807: resolved fixed
2010-11-01 13:10:05 -07:00
anthony f802808613 Merge branch '2.1.x' of ssh://anthony@git.cloud.com/var/lib/git/cloudstack-oss into 2.1.x 2010-10-29 20:00:52 -07:00
anthony 80a32ad031 remove heartbeat.log
don't create bond
2010-10-29 20:00:31 -07:00
Chiradeep Vittal c16ebe9452 bug 6807: first ip is different from sourcenat
status 6807: resolved fixed
2010-10-29 16:35:21 -07:00
Chiradeep Vittal 71f22acb95 bug 6807: add the source nat ip with net mask
status 6807: resolved fixed
2010-10-29 00:04:24 -07:00
anthony a01006f930 bug 6797: if you stop VM in the process of installation, next start will start from root disk
status 6797: resolved fixed
2010-10-28 12:14:54 -07:00
edison e876d74507 Add back creating template from volume for KVM 2010-10-25 16:03:45 -07:00
edison 3bc87d899f Fix NPE when creating VM in external DHCP mode 2010-10-25 14:03:45 -07:00
anthony 74b798240c 1. remove plugin check Sr, heartbeat does that
2. if pbd.plug fails, moves on, and report warnning
2010-10-22 12:03:53 -07:00
anthony 551ce004c8 bug 6607: return true for nfs
status 6607: resolved fixed
2010-10-15 19:59:09 -07:00
anthony 0141be3d80 bug 6589: there is some problem in checkMount script, I don't understand, and since we have heartbeat, we don't need to checkSr every time, remove checkSR for nfs SR
status 6589: resolved fixed
2010-10-15 17:09:43 -07:00
anthony 1b477750e0 DeleteStoragePool command fix
1. not delete SR in xenserver side, only delete it in database.
2. remove a storagepool,  adding it back fails
2010-10-15 13:57:59 -07:00
abhishek bc4e750996 refactored code 2010-10-14 14:16:12 -07:00
anthony 83e737a237 bug 6567: seems like agentcache for other host is down, add more log
status 6567: resolved fixed
2010-10-14 12:33:18 -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
Kelven Yang 00c42f7673 Allow transaction from Error to Expunging 2010-10-11 15:47:14 -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