45 Commits

Author SHA1 Message Date
David Nalley
b673f60b60 fixing line endings in ovm 2012-04-07 19:40:37 -04:00
frank
2f634c0913 Switch to Apache license 2012-04-03 04:50:05 -07:00
frank
911431630a Bug 14509 - Can't attach ISO to OVM guest instance
status 14509: resolved fixed
reviewed-by: Edison
2012-03-30 12:58:09 -07:00
frank
f37ae5b00c Bug 14509 - Can't attach ISO to OVM guest instance
status 14509: resolved fixed
reviewed-by: edison
2012-03-28 15:22:20 -07:00
frank
6af1e6665b Bug 14149 - OVM Typo and wrong mountpoint
status 14149: resolved fixed
2012-03-19 17:38:35 -07:00
frank
0276217c5e fix Ovm network for bond device 2012-02-27 16:07:01 -08:00
frank
c71f22cdfc Bug 13895 - OVM zone z1 hosts went to Alert state, VMs in stopped state and stopping state
mark VM as stopped when can not get its details
reviewed-by: edison
2012-02-21 16:09:33 -08:00
frank
f2826af1ae Bug 13895 - OVM zone z1 hosts went to Alert state, VMs in stopped state and stopping state
return VM in Error if it is no longer on primary storage
reviewed-by: edison
2012-02-21 16:09:28 -08:00
frank
142d3efe0b Bug 13893 - OVM volume migration of detached VM data disk or detached data disk fail (edit
status 13893: resolved fixed
reviewed-by: edison
2012-02-21 16:09:01 -08:00
frank
1590fb8f64 Bug 13895 - OVM zone z1 hosts went to Alert state, VMs in stopped state and stopping state
status 13895: resolved fixed
reviewed-by: edison
2012-02-21 14:16:27 -08:00
frank
ede4c502f2 Bug 13662 - OVM host remain in Alert state, Unable to create deployment for OVM instance
Bug 13641 - OVM add host to OVM cluster results in host remaining in state: Alert
Bug 13652 - OVM add primary storage to OVM cluster FAIL

making Ovm work on Acton

status 13662: resolved fixed
status 13641: resolved fixed
status 13652: resolved fixed

reviewed-by: edison
2012-02-14 15:12:46 -08:00
David Nalley
66b33b4f57 fixing some whitespace issues - checkstyle 2012-02-10 19:22:03 -05:00
frank
52610ffcb3 add copyright header to shell scripts 2012-01-11 18:41:53 -08:00
frank
494517cd6a Bug 12404 - Failure in Removing host
status 12404: resolved fixed
2011-12-07 14:04:50 -08:00
Naredula Janardhana Reddy
09905b641b bug 10617: merge code from branch bug10617. 2011-12-01 14:17:52 +05:30
frank
e9b1c5f9c3 Bug 12047 - OVM Host Agent Username and Password are being logged in the management Server Log
status 12047: resolved fixed
2011-11-30 11:25:03 -08:00
frank
cead826519 Bug 12007 - OVM - Addition of OVM host fails - NPE (edit)
fix a typo

reviewed-by: edison
2011-11-14 16:59:29 -08:00
frank
a9a780f185 Bug 12007 - OVM - Addition of OVM host fails - NPE (edit)
skip scanning stopped VMs on primary storage if it is not existing, because first time fullsync() called the
primary storage has not been mounted

status 12007: resolved fixed

reviewed-by: edison
2011-11-14 10:25:47 -08:00
Naredula Janardhana Reddy
f1b99f4f07 Revert "bug 10617: merging code from branch bug10617"
This reverts commit 8bc33448b9220534ba0ddc6c642ffb1e69d5844e.

Conflicts:

	server/src/com/cloud/api/ApiResponseHelper.java
2011-11-11 20:23:26 +05:30
frank
66645ec478 Bug 11933 - Unable to add Primary Storage (OCFS2) to a OVM Cluster
Don't allow character beyond [A-Z0-9] in OCFS2 cluster name
it is not allowed by OCFS2 configure script

reviewed-by: edison
2011-11-10 17:07:06 -08:00
frank
991ac4835a Bug 11933 - Unable to add Primary Storage (OCFS2) to a OVM Cluster
Bug 11948 - Cannot add a new OVM host to an existing OVM cluster
Bug 11699 - OVM - add host previously used in other OVM cluster > host went to alert state> host cleanup procedure needed

status 11933: resolve fixed
status 11948: resolve fixed
status 11699: resolve fixed

replace ovs-agent ocfs2 functions with our implementation.
ovs-agent's implementation doesn't check error condition, it can only run if everything is correct.
we also add check for used host without clean up, clean up procedure will print out as error message

reviewed-by: edison
2011-11-10 14:53:07 -08:00
Naredula Janardhana Reddy
02adbd4bd3 bug 10617: merging code from branch bug10617 2011-11-10 15:23:48 +05:30
frank
e0d5493270 Bug 11886 - OVM - after windows ISO installation, ovm server place VM in stopped state. But MS is unaware of VM in stopped state still show VM in running state
fix typo
2011-11-03 16:25:18 -07:00
frank
9fc321093a Bug 11886 - OVM - after windows ISO installation, ovm server place VM in stopped state. But MS is unaware of VM in stopped state still show VM in running state
status 11886: resolved fixed
2011-11-03 16:19:36 -07:00
frank
086e7cf7b8 Bug 11646 - OVM - volume > download volume failed for both ROOT and DATA volumes
return volume name instead of full path to ingratiate mgmt server's bad name convention
2011-11-01 18:14:38 -07:00
frank
0b647c7e5b Ovm, fix log 2011-11-01 15:31:06 -07:00
anthony
46dac852fa Merge branch 'swift'
Conflicts:
	server/src/com/cloud/agent/AgentManager.java
	server/src/com/cloud/agent/manager/AgentManagerImpl.java
	server/src/com/cloud/host/dao/HostDao.java
	server/src/com/cloud/host/dao/HostDaoImpl.java
	server/src/com/cloud/resource/ResourceManagerImpl.java
	server/src/com/cloud/server/ManagementServerImpl.java
	server/src/com/cloud/storage/download/DownloadMonitorImpl.java
	server/src/com/cloud/storage/snapshot/SnapshotManagerImpl.java
2011-10-31 15:04:48 -07:00
frank
3e5f63f08b Bug 11863 - OVM - attempt to add host which is already added to same or different cluster does not generate UI error
status 11863: resolved fixed
2011-10-28 17:41:15 -07:00
frank
21de281276 Fix broken compilation by new anget manager merge 2011-10-27 11:24:10 -07:00
frank
cef30956e9 Merge branch 'newagentmgr'
Conflicts:
	agent-simulator/src/com/cloud/api/commands/ConfigureSimulator.java
	ovm/src/com/cloud/ovm/hypervisor/OvmDiscoverer.java
	server/src/com/cloud/agent/manager/AgentManagerImpl.java
	server/src/com/cloud/capacity/CapacityManagerImpl.java
	server/src/com/cloud/network/F5BigIpManagerImpl.java
	server/src/com/cloud/network/JuniperSrxManagerImpl.java
	server/src/com/cloud/resource/ResourceManagerImpl.java
	server/src/com/cloud/server/ManagementServerImpl.java
	server/src/com/cloud/storage/snapshot/SnapshotManagerImpl.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
	server/src/com/cloud/vm/VirtualMachineManagerImpl.java
	utils/src/com/cloud/utils/db/GenericDao.java
2011-10-27 11:09:56 -07:00
frank
cb3c2699b7 Add Solaris support for Ovm
Conflicts:

	setup/db/templates.sql
2011-10-25 18:12:18 -07:00
frank
628a88a3e9 Bug 11740 - OVM - after Primary storage OCFS2 with ISCSI path has been removed, attempt to add back same ISCSI path to Primary storage OCFS2 failed
status 11740: resolved fixed
2011-10-17 13:56:13 -07:00
frank
8decef98fd Bug 11741 - there is no ovm.public.network.device, ovm.private.network.device, ovm.guest.network.device in global configure page
status 11741: resovled fixed
2011-10-14 11:42:54 -07:00
frank
cd6b872f8d Bug 11670 - OVM - HA failed when host is disconnected from network
status 11670: resolved fixed
2011-10-13 14:46:36 -07:00
frank
791cde1948 Bug 11646 - OVM - volume > download volume failed for both ROOT and DATA volumes
status 11646: resolved fixed
2011-10-12 16:46:46 -07:00
frank
63814ff9cf Bug 11648 - OVM - volume > create template FAIL
handle specific vm.cfg file
2011-10-12 12:00:49 -07:00
frank
1710c2f684 Bug 11648 - OVM - volume > create template FAIL
status 11648: resolved fixed
2011-10-11 17:42:37 -07:00
frank
a0c9fde7cc Bug 11649 - OVM - unable to add OVM host to second zone
status 11649: resolved fixed
2011-10-10 10:31:58 -07:00
frank
e5fca855c1 Bug 11522 - New agent manager
register/unregister resource state adapter in configure/stop of implementations
2011-09-27 11:51:03 -07:00
frank
e0e5491c42 Bug 11522 - New agent manager
implements ResourceStateAdapter in a couple of components
2011-09-23 11:28:02 -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
anthony
f47bf2e4cf fixed eclipse classpath 2011-08-31 13:35:37 -07:00
frank
32cb4da2f3 add classpath and project file for ovm 2011-08-30 15:59:39 -07:00
frank
b3478c377e Full opensource 2011-08-23 19:52:19 -07:00