Prasanna Santhanam
3603e2bbe2
setup and tests for kumquat
...
(cherry picked from commit ef4225ed66f31c51a49a1280a7879718f6a34852)
2011-09-07 18:33:24 +05:30
kishan
066537a565
bug 4282: Removed caching of signatures. Added detailed error message expires parameter parsing
2011-09-07 17:51:09 +05:30
alena
47d9cbd2ee
bug 11331: allow extending vnet range as a part of updateZone call
...
status 11331: resolved fixed
2011-09-06 17:40:28 -07:00
Abhinandan Prateek
3c6a0efa29
bug 11181: adding a param so that mysql can cache the listVM prepared statement sql effectively
2011-09-07 05:50:33 +05:30
Abhinandan Prateek
5a19056aa2
bug 10824: clearing up older entries in resolv.conf and dnsmasq-resolv.conf before adding so that duplicate entries do not end up in these files.
...
status 10842: resolved fixed
2011-09-07 05:11:33 +05:30
alena
6dfd2f280b
1) More logging to cloud-sysvmadm script - to give the user better details on which domR is being restarted at the moment
...
2) When domR is executed in parallel thread, make sure that the thread "exit 0" after the restart is done
2011-09-06 16:11:17 -07:00
Kelven Yang
254fa22cc7
fix the broken system VM build after renaming of some third-party libraries
2011-09-06 16:10:28 -07:00
alena
fb01f58bcb
bug 11329: changed default number of parallel threads to be 10 in cloud-sysvmadm
...
status 11329: resolved fixed
2011-09-06 11:31:50 -07:00
Prasanna Santhanam
e6e21b2f2d
some stress tests for guava 1. testDeploy in multiple accounts 2. testDestroy in multiple accounts 3. combine stress in 1. and 2.
...
(cherry picked from commit 6784d04e05e1ccde1eb3534c8fb245fb138703c2)
2011-09-06 18:38:15 +05:30
Prasanna Santhanam
f8556ccb3b
Adding primary storage in the cluster and ipranges to the zone
...
(cherry picked from commit ef9b6ff6f999ea0323983647a98a9da9b7545488)
2011-09-06 18:38:03 +05:30
Prasanna Santhanam
1c899ba9b1
advanced network, single pod, guava environment
...
(cherry picked from commit 49db10343833593519b8bb39f31280276910d84d)
2011-09-06 11:34:20 +05:30
Prasanna Santhanam
7134be84e1
renaming to fruit
2011-09-06 09:46:53 +05:30
kishan
f9d5a46871
Compare current and previous network stats before updating. Ignore stats if the current stats are not same as the prev stats. Set NetworkUsageAnswer log level to debug
2011-09-05 18:41:42 +05:30
Naredula Janardhana Reddy
b35e85c571
bug 10712: Display name instead of id
2011-09-05 15:55:07 +05:30
Naredula Janardhana Reddy
3c1f6fd24b
bug 10467: Incorrect display of domain router linklocalmac address and linklocal netmask fixed
2011-09-05 13:42:12 +05:30
alena
8fb76e747e
bug 11321: update vms in obsolete "Creating" state to "Error" state.
...
status 11321: resolved fixed
2011-09-02 17:30:50 -07:00
alena
65194a0c20
bug 10550: check if the network is configured properly on the backend before vm creation
...
status 10550: resolved fixed
2011-09-02 17:02:37 -07:00
alena
3c0396bb20
bug 10751: don't remove already removed templates during the account cleanup
...
status 10751: resolved fixed
2011-09-02 16:06:55 -07:00
alena
b93318cb73
bug 11002: userVmDao - create searchBuilder as a part of dao init process (otherwise it's not threadsafe)
...
status 11002: resolved fixed
2011-09-02 15:51:52 -07:00
Kelven Yang
4ef35767f5
bug 11324: merge fix from branch 2.2.10
2011-09-02 15:37:32 -07:00
Kelven Yang
4d3d47f01c
bug 11304: restore host status after initialization failure
2011-09-02 15:19:36 -07:00
anthony
c683fda236
set timeout for CheckOnHostCommand to 50 s
2011-09-02 15:01:32 -07:00
anthony
c7fb330914
put getConnection into try
2011-09-02 15:01:28 -07:00
alena
eb9b5c1f65
bug 11259: ROOT admin can extract template/iso even when it's not mark as extractable
...
status 11259: resolved fixed
2011-09-02 12:37:15 -07:00
alena
ecd99ad379
bug 11332: don't try to log vm's information when the vm is already Expunged
...
status 11332: resolved fixed
Conflicts:
server/src/com/cloud/vm/dao/VMInstanceDaoImpl.java
2011-09-02 12:08:39 -07:00
frank
3b8851ad68
Bug 9479 - provide option for built in https
...
use our certificate as java trust store
2011-09-02 11:00:04 -07:00
Naredula Janardhana Reddy
10d2ca8d0a
bug 10617: blocking between security groups for egress rules fixed.
2011-09-02 16:17:08 +05:30
Edison Su
d18a1ddc28
fix the long time issue that sometimes libvirt reports volume missing
2011-09-02 01:01:27 -07:00
frank
57dbe64f9e
Bug 9479 - provide option for built in https
...
Listen on 6443 instead of 8443 because tomcat6 will change 8443 to a random one when CATALINA_HOME is not /usr/share/tomcat6
change iptable rule
2011-09-01 17:45:18 -07:00
frank
c5bbdb12a1
Bug 9479 - provide option for built in https
...
Listen on 6443 instead of 8443 because tomcat6 will change 8443 to a random one when CATALINA_HOME is not /usr/share/tomcat6
2011-09-01 17:41:52 -07:00
frank
c7b3c81485
Bug 9479 - provide option for built in https
...
small fix on cloud-setup-managment
2011-09-01 17:09:06 -07:00
frank
4dab93761b
fix build in inline with alex's new dependent jar files
2011-09-01 16:15:14 -07:00
frank
1ce0ad67c8
Bug 9479 - provide option for built in https
...
status 9479: resolved fixed
2011-09-01 16:01:28 -07:00
Kelven Yang
cddd117e99
bug 11296 : merge fix from 2.2.10
2011-09-01 11:57:35 -07:00
anthony
5e1886ee35
try pingXenServer first before getConnect in getCurrentStatus
2011-09-01 11:51:42 -07:00
Sheng Yang
4e5ce5690a
bug 11305: Stop disconnected redundant virtual router if we can process with the connected one
...
When we apply rules or start new VM, we may encounter some running routers that
we can't program. That can due to network issue or host is down or vCenter is
disconnected, etc. To keep the synchronization, we would stop them, but only
when there is the other router we've successfully updated. If both routers are
unable to communicate with, we simply give up and report it user.
Conflicts:
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
2011-08-31 19:29:32 -07:00
Sheng Yang
01eb08a384
bug 11305: Remove router stop logic from disconnect host.
...
Now the logic is: if we can only connect to one of the two redundant routers, we
would stop the one that can't be connected. If we fail to program both routers,
just let it go.
2011-08-31 19:27:57 -07:00
Kelven Yang
4ea0256959
turn-off temporary debugging stuff
2011-08-31 18:19:10 -07:00
alena
8b5f2c758e
Do account permission checks for snapshots the way it's done for all other ControlledEntities
2011-08-31 18:15:08 -07:00
frank
f7924505d3
partly bring usage back to spec file to work around rpm build
2011-08-31 17:25:17 -07:00
frank
806c70c87f
Bug 8966 - Oracle VM (OVM) support
...
fix a ovs agent bug, wrong return value check
2011-08-31 17:25:11 -07:00
frank
0c0fe8c1b3
Bug 8966 - Oracle VM (OVM) support
...
configure hostname of host for OCFS2
small fixes
2011-08-31 17:25:04 -07:00
Edison Su
c9b3266582
add other linux guest support
2011-08-31 16:19:01 -07:00
Kelven Yang
0421eafba0
bug 10765: add japanese keyboard support for linux OSes
2011-08-31 15:53:01 -07:00
anthony
e231ea1ab2
eclipse classpath fix
2011-08-31 15:51:19 -07:00
Alex Huang
c2ada929aa
remove 4.1.2 of httpclient
2011-08-31 15:23:09 -07:00
Alex Huang
bf1fcdf661
Added back 3.1 version of http client
2011-08-31 15:14:54 -07:00
anthony
f47bf2e4cf
fixed eclipse classpath
2011-08-31 13:35:37 -07:00
David Nalley
81c376dd5b
updating copyright licenses, including build-usage.xml
2011-08-31 16:22:51 -04:00
Edison Su
7621dea575
Fix the regression on security group cleanup:
...
In pre-2.2.10, the cleanup doens't work at all.
In 2.2.10, it works but make a mistake to delete all the rules for vmname ending with "-untagged"
2011-08-31 10:45:52 -07:00