Alex Huang
241d54696e
Migrate bugs fixed
2013-06-25 16:49:56 -07:00
Alex Huang
5bd65daa03
How did these things actually pass in master
2013-06-25 13:32:37 -07:00
Alex Huang
4f709abd6a
Merge fixes. Now started
2013-06-24 18:04:48 -07:00
Alex Huang
7b7db0560c
merge is complete
2013-06-24 16:50:31 -07:00
Alex Huang
a49109ae0b
migration working
2013-06-24 13:31:11 -07:00
Alex Huang
95fe42cc7c
Migration work
2013-06-24 10:16:37 -07:00
Alex Huang
c0febea950
finished up the conversion to using outcome
2013-06-24 10:16:35 -07:00
Kishan Kavala
da0006618f
CLOUDSTACK-3124: Deletion of ACL associated with a tier/ pvt gateway should not be allowed. Check for associated tiers/gateways before deletion
2013-06-24 17:58:29 +05:30
Jayapal
6a7ae637dd
CLOUDSTACK-1578 Egress default policy configurable using network offering in xenserver with VR as firewall provider
2013-06-24 13:37:00 +05:30
Kelven Yang
340e1da4c4
Fix test cases in OSS build caused by CallContext changes
2013-06-20 18:03:08 -07:00
Alena Prokharchyk
ae6e8b448f
CLOUDSTACK-3085: network implement - deploy internal lb vm for the ip only when:
...
* the load balancer contains lb rule in state "Active"
* when lb rule has at least one vm assigned to it
2013-06-20 13:01:32 -07:00
Edison Su
205722aabf
fix nonoss build
2013-06-20 10:47:19 -07:00
Edison Su
733ed3622d
fix compile
2013-06-20 00:57:06 -07:00
Edison Su
97f8c524b8
merge object_store
2013-06-20 00:18:00 -07:00
Harikrishna Patnala
7b6b8d7a07
CLOUDSTACK-2987 Ensure XStools to be there in template inorder to enable dynamic scaling of vm
...
CLOUDSTACK-3042 - handle Scaling up of vm memory/CPU based on the presence of XS tools in the template
This also takes care of updation of VM after XS tools are installed in the vm and set memory values accordingly to support dynamic scaling after stop start of VM
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2013-06-20 11:08:38 +05:30
Edison Su
9aec9c605c
merge to master
2013-06-19 18:16:47 -07:00
Kelven Yang
0bfc817bc6
Handle transitional states across management server restart
2013-06-19 17:47:14 -07:00
Alena Prokharchyk
d66e9c7b51
CLOUDSTACK-2843: Provideded an ability to turn off the synchronization being done on the CS agent side,
...
for number of commands participating in Vm deployment process, as parallel deployment is supported on the hypervisor side.
The behavior is controlled by global config varirables:
"execute.in.sequence.hypervisor.commands" (false by default) sets/resets the synchronization for commands:
=========================
StartCommand
StopCommand
CreateCommand
CopyVolumeCommand
"execute.in.sequence.network.element.commands" (false by default) sets/resets the synchronization for commands:
==========================
DhcpEntryCommand
SavePasswordCommand
UserDataCommand
VmDataCommand
As a part of the fix, increased the global lock timeout to 30 mins in several VR scripts:
===========================
edithosts.sh
savepassword.sh
userdata.sh
to support situations when multiple concurrent calls to the script are being made.
2013-06-19 10:12:13 -07:00
Wei Zhou
10e80afdeb
remove duplicated VPC router in return value of functions in DomainRouterDaoImpl
2013-06-18 15:29:46 +02:00
Wei Zhou
882220e802
CLOUDSTACK-1301: VM Disk I/O Throttling
2013-06-18 10:02:55 +02:00
Alex Huang
e2edae1711
Merge from master
2013-06-17 19:00:44 -07:00
Alex Huang
309f8da6de
Finally starting vm again
2013-06-17 17:25:04 -07:00
Alex Huang
fa525a7d38
Added outcome
2013-06-17 17:25:01 -07:00
Alex Huang
3a074f31ae
Removed a bunch of useless classes. Move configuration into utils package
2013-06-17 17:04:04 -07:00
Alex Huang
aad2bc78c1
Completely Isolated job manager from user
2013-06-17 17:04:03 -07:00
Alex Huang
ea6ca5ff5c
Removed AsyncJobConstant
2013-06-17 17:04:01 -07:00
Alex Huang
2b96665bf4
jobs changes
2013-06-17 17:04:00 -07:00
Alena Prokharchyk
5d0a1cee13
CLOUDSTACK-2883: create default network offering with internal lb support (if doesn't exist already)
2013-06-17 16:13:19 -07:00
Kelven Yang
eaf30b8355
Fix assertion issue found in DedicatedResourceDaoImpl.java
2013-06-17 16:11:55 -07:00
Jessica Wang
880029844b
CLOUDSTACK-3016: remove zonetype parameter from listTemplates, listIsos API.
2013-06-17 16:08:38 -07:00
Min Chen
cf43344541
Fix build error
2013-06-17 13:48:02 -07:00
Dave Brosius
3a02942123
set rpcProvider field correctly
...
Signed-off-by: Dave Brosius <dbrosius@mebigfatguy.com>
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 19:12:02 +05:30
Likitha Shetty
770cf02ccf
Global config to disable an account from acquiring public ips and guest vlans from the system if the account
...
has dedicated resources and the dedicated resources have all been consumed - use.system.public.ips and use.system.guest.vlans
Both configs are configurable at the account level too.
2013-06-17 17:54:36 +05:30
Kelven Yang
40dbc54998
Hook up VM transitional state handling into VirtualMachineManager host ping and periodically maintanance tasksg
2013-06-16 19:39:32 -07:00
Edison Su
f41c800d88
merge to master
2013-06-14 19:06:33 -07:00
Edison Su
c2da4eac89
fix NPE for cache ref cnt
2013-06-14 17:24:31 -07:00
Edison Su
a715eb8121
clean up storage related code, and add lru replacement algorithm for cache storage
2013-06-14 15:55:59 -07:00
Min Chen
bb85a564da
Remove state from vm_template table, we should use template_store_ref
...
state column to represent the state of a template in each zone.
2013-06-14 15:14:09 -07:00
Kelven Yang
39337adcf4
VM transitional state handling
2013-06-14 11:01:43 -07:00
Min Chen
c5083a385f
Migrate NFS secondary storage data from 4.1 to 4.2.
2013-06-14 10:54:41 -07:00
Alex Huang
aff0220d45
Moved files into cloud-engine
2013-06-13 16:34:41 -07:00
Alex Huang
3ef77bc85a
Complete the move of the virtualmachinemanager to cloud-engine
2013-06-13 13:50:59 -07:00
Alex Huang
fbe76f0b0f
removed some unused files
2013-06-13 13:48:41 -07:00
Min Chen
7a3e7d1891
Send CopyCommand to Host instead of randomly picking host and ssvm in
...
backup snapshot. For VMware, it will delegate to ssvm in VMwareGuru.
2013-06-13 11:21:25 -07:00
Kelven Yang
0f26d5a050
Add skeleton to support out-of-band sync and recovery from left-over transitional VM states
2013-06-12 17:14:54 -07:00
Min Chen
80ed9254b6
Fix db creation issue caused from merge conflict.
2013-06-12 15:37:21 -07:00
Kelven Yang
35ea8e149d
Fix errors in bringing up user VM under new VMsync framework
2013-06-12 12:05:26 -07:00
Min Chen
18aeef3ef1
Merge branch 'master' (up to commit
...
c30d9be3ce ) into object_store.
2013-06-12 11:20:32 -07:00
Kelven Yang
f2717207aa
Fix several assert revealed bugs
2013-06-12 09:45:06 -07:00
Nitin Mehta
2aafc39f3d
CLOUDSTACK-2957
...
deployVm API size attribute should be capped by the storage.max.volume.size as it is in createVolume.
2013-06-12 17:01:41 +05:30