Alex Huang
b04e14425d
bug 11212: disable vlan network when vm fails to start. It is still possible for it leak. For example, if the VM object wasn't constructed and we already failed but those cases are less likely and it's not absolutely necessary to disable vlan.
2011-08-23 11:27:39 -07:00
Jessica Wang
c50a01fa1f
cloudStack - sync instance.js from 2.2.10 branch to 2.2.y branch.
2011-08-23 10:39:39 -07:00
alena
eb2351fd5d
Fixed listNetwork by id
2011-08-23 01:06:06 -07:00
Kelven Yang
c312ad4b99
bug 11208: use cleanup instead of scheduling to stop based on server state
2011-08-22 17:36:11 -07:00
Kelven Yang
773065de9e
bug 11208: When agent reported state is out of sync with CloudStack, stop VM when its state in CloudStack is not in Running or Migrating
2011-08-22 16:38:36 -07:00
alena
b93c7bc613
Merge branch '2.2.10' into 2.2.y
...
Conflicts:
api/src/com/cloud/api/commands/CreateIpForwardingRuleCmd.java
2011-08-22 14:14:12 -07:00
Jessica Wang
7184d073b9
bug 11202: cloudStack - Service Offering page - fix a bug that Network Rate didn't get refreshed when another service offering is selected.
2011-08-22 13:56:03 -07:00
Jessica Wang
fc6086067c
bug 11202: cloudStack - Service Offering page - add Network Rate in grid.
2011-08-22 13:56:01 -07:00
Jessica Wang
47776f5814
bug 11202: cloudStack - Create Service Offering dialog - add Network Rate field.
2011-08-22 13:56:00 -07:00
Jessica Wang
4e0a12f94e
cloudStack - add new localization labels.
2011-08-22 13:55:59 -07:00
Jessica Wang
101b7e38d8
bug 11202: cloudStack - Service Offering page - fix a bug that Network Rate didn't get refreshed when another service offering is selected.
2011-08-22 13:48:06 -07:00
Jessica Wang
409964eff5
bug 11202: cloudStack - Service Offering page - add Network Rate in grid.
2011-08-22 13:37:55 -07:00
alena
001a5777c7
bug 11202: added "networkRate" param to service offering api responses
2011-08-22 13:36:00 -07:00
alena
c2732850f4
bug 11202: added "networkRate" param to service offering api responses
2011-08-22 13:35:43 -07:00
Jessica Wang
dde63dce90
bug 11202: cloudStack - Create Service Offering dialog - add Network Rate field.
2011-08-22 13:30:07 -07:00
Jessica Wang
b0cf6080fe
cloudStack - add new localization labels.
2011-08-22 13:29:43 -07:00
alena
033765f93f
Added networkRate parameter to createServiceOffering api command
2011-08-22 12:02:08 -07:00
alena
65afbc529e
Added networkRate parameter to createServiceOffering api command
2011-08-22 11:58:08 -07:00
alena
20a518f3ac
Fixed security issue in listNetworks
2011-08-22 10:50:30 -07:00
alena
67e3936ae1
Fixed security issue in listNetworks
2011-08-22 10:49:27 -07:00
Alex Huang
29a0f8b1f8
fix for the problem of locking connection being gone
2011-08-22 10:07:30 -07:00
Alex Huang
40dac77872
fix for the problem of locking connection being gone
2011-08-22 10:05:37 -07:00
prachi
3d4767c94c
Merge Bug 11186 from 2.2.8mango
...
Bug 11186- Cannot restart existing VM if the cluster is disabled after the
VM has been created
Changes:
- We should not check for the cluster 'allocation_state' while starting an
existing VM provided it has storage already allocated. But if volumes are
deleted and new storage needs to be allocated, then we will not allow the VM
start.
- However we should still prohibit adding new VMs in that cluster.
2011-08-20 21:02:09 -07:00
anthony
2e2e550cc4
reversed funtion parameter
2011-08-19 18:41:59 -07:00
anthony
2317c426db
reversed funtion parameter
2011-08-19 18:05:39 -07:00
Edison Su
49f283f364
add sample code to config advanced zone
2011-08-19 18:05:37 -07:00
frank
b607e4aa1c
Merge branch '2.2.y' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.2.y
2011-08-19 17:29:57 -07:00
frank
32ee2dbe2c
Remove baremetal specific parameters from AddHostCmd
2011-08-19 17:12:23 -07:00
frank
cbbf80cee3
Use class.getSimpleName in ResourceListener
2011-08-19 17:06:58 -07:00
frank
016700737c
Bug 8966 - Oracle VM (OVM) support
...
OCFS2 support -- reconfigure OCFS2 nodes when delete host
2011-08-19 17:06:48 -07:00
frank
7350d12fff
Bug 8966 - Oracle VM (OVM) support
...
OCFS2 support -- use cluster name as OCFS2 cluster name
2011-08-19 17:06:35 -07:00
frank
7091a8f00a
Introduce new resource life cycle listener
...
add files
2011-08-19 17:06:23 -07:00
frank
0f109dd037
Introduce new resource life cycle listener
2011-08-19 17:06:12 -07:00
Edison Su
3466d3f637
add new testcase class, make testcase pydev friendly
2011-08-19 16:21:16 -07:00
Edison Su
eb72d340e2
fix typo
2011-08-19 16:15:17 -07:00
Sheng Yang
d9b0188d7e
Fix potential redundant router FAULT state by dnsmasq
...
This message may show during redundant router start up:
FAULT (Restarting DNS forwarder and DHCP server: dnsmasq failed!)
This caused by edithost.sh is racy with keepalived process. They both want to
restart dnsmasq.
Even in normal condition, it's very hard to reproduce this bug. Add file lock
for edithost.sh should solve it.
2011-08-19 16:11:33 -07:00
Sheng Yang
977543a007
Fix potential redundant router FAULT state by dnsmasq
...
This message may show during redundant router start up:
FAULT (Restarting DNS forwarder and DHCP server: dnsmasq failed!)
This caused by edithost.sh is racy with keepalived process. They both want to
restart dnsmasq.
Even in normal condition, it's very hard to reproduce this bug. Add file lock
for edithost.sh should solve it.
2011-08-19 16:09:45 -07:00
frank
18f87c2108
Merge branch 'cvm' into 2.2.y
...
Conflicts:
api/src/com/cloud/api/BaseCmd.java
cloud.spec
core/src/com/cloud/storage/template/DownloadManagerImpl.java
server/src/com/cloud/agent/manager/AgentManagerImpl.java
server/src/com/cloud/configuration/DefaultComponentLibrary.java
server/src/com/cloud/deploy/FirstFitPlanner.java
server/src/com/cloud/host/dao/HostDao.java
server/src/com/cloud/network/security/SecurityGroupListener.java
server/src/com/cloud/storage/StorageManagerImpl.java
server/src/com/cloud/storage/listener/StoragePoolMonitor.java
server/src/com/cloud/vm/UserVmManagerImpl.java
server/src/com/cloud/vm/VirtualMachineManagerImpl.java
utils/src/com/cloud/utils/SerialVersionUID.java
2011-08-19 16:08:35 -07:00
Edison Su
de25a63ba8
release the check
2011-08-19 16:06:13 -07:00
Jessica Wang
0cce5c44c2
bug 10790: cloudStack - Volume page - hide Storage from domain-admin as well.
2011-08-19 15:05:45 -07:00
Jessica Wang
a796b2b1b7
bug 10790: cloudStack - Volume page - hide Storage from domain-admin as well.
2011-08-19 15:04:39 -07:00
Edison Su
5696543359
disable attach volume to a vm if volume state is not in allocated or ready state
2011-08-19 14:27:13 -07:00
Jessica Wang
301a5f7bcc
bug 11175: cloudStack - convert firewallRuleUiEnabled from boolean to string before saving to cookie.
2011-08-19 13:49:47 -07:00
Edison Su
eada883b5e
bug 11183: put volume state into "Creating" state if it's created from snapshot.
...
status 11183: resolved fixed
2011-08-19 13:46:51 -07:00
Jessica Wang
b1f0d8d6c0
bug 11175: cloudStack - convert firewallRuleUiEnabled from boolean to string before saving to cookie.
2011-08-19 13:36:00 -07:00
Jessica Wang
3822192879
bug 11176: cloudStack - IP Address page - Firewall tab - add firewall rule - (1) Hide ICMP Type, ICMP Code when protocol TCP or UDP is selected. (2) Hide Start Port, End Port when protocol ICMP is selected.
2011-08-19 13:13:21 -07:00
Jessica Wang
b60ee0df37
bug 11176: cloudStack - IP Address page - Firewall tab - add firewall rule - (1) Hide ICMP Type, ICMP Code when protocol TCP or UDP is selected. (2) Hide Start Port, End Port when protocol ICMP is selected.
2011-08-19 13:12:12 -07:00
Jessica Wang
3a7d79a91e
bug 11175: cloudStack - IP address page - fix the logic of showing/hiding Firewall tab for Static NAT IP.
2011-08-19 11:31:28 -07:00
Jessica Wang
abce057d7e
bug 11175: cloudStack - IP address page - fix the logic of showing/hiding Firewall tab for Static NAT IP.
2011-08-19 11:30:07 -07:00
Edison Su
b5d1ca34c1
add apikey/securitykey in cloud-cli
2011-08-19 11:22:42 -07:00