Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							46e644e134 
							
						 
					 
					
						
						
							
							Separate agentmanager from server code.  Moved out ssvm.  Remove methods that shouldn't be used  
						
						
						
						
					 
					
						2013-07-29 19:13:31 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							42da3efbc3 
							
						 
					 
					
						
						
							
							CLOUDSTACK-3862: Remove S3/Swift-backed Secondary Storage Code.  
						
						
						
						
					 
					
						2013-07-29 14:31:33 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							1834e81476 
							
						 
					 
					
						
						
							
							Added the missing directories  
						
						
						
						
					 
					
						2013-07-26 16:34:09 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							3f7c558de5 
							
						 
					 
					
						
						
							
							Removed all the extra mockito, inject, and junit dependencies.  Changed any test/resource to test/resources and rely on the master pom to tell us where the resources are instead of each individual project  
						
						
						
						
					 
					
						2013-07-26 16:34:08 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							f5e5b39c9b 
							
						 
					 
					
						
						
							
							Moved the DB layer code into framework-db and change only the necessary projects to refer to it.  Cut down on the dependencies introduced with all the code in utils.  
						
						
						
						
					 
					
						2013-07-26 15:02:10 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							5af61a85ae 
							
						 
					 
					
						
						
							
							Fixed build.  Not sure why it didn't come up on my compile before the commit  
						
						
						
						
					 
					
						2013-07-18 22:53:30 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							8f4575e877 
							
						 
					 
					
						
						
							
							CLOUDSTACK-3400: add swift support  
						
						
						
						
					 
					
						2013-07-13 02:07:15 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							0c1ae20e77 
							
						 
					 
					
						
						
							
							add inital swift support  
						
						... 
						
						
						
						Conflicts:
	server/src/com/cloud/resource/ResourceManagerImpl.java
	server/test/com/cloud/resource/MockResourceManagerImpl.java 
						
						
					 
					
						2013-07-13 02:07:03 -07:00 
						 
				 
			
				
					
						
							
							
								Prasanna Santhanam 
							
						 
					 
					
						
						
						
						
							
						
						
							f1134da8df 
							
						 
					 
					
						
						
							
							Group storage subsystem components for spring  
						
						... 
						
						
						
						Breaking down storage components among oss, nonoss and simulator
contexts. The default components are loaded by
OSS - applicationContext + componentContext
NonOSS - applicationContext + nonossComponentContext
Simulator - applicationContext + simulatorComponentContext
provider beans are are selectively overridden for simpler configuration.
Where possible beans are loaded by local reference.
<list merge=true> does not unfortunately work perfectly for bean merging
the providers causing a bit of bloat. Explore for later.
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 
						
						
					 
					
						2013-06-29 13:53:41 +05:30 
						 
				 
			
				
					
						
							
							
								Mike Tutkowski 
							
						 
					 
					
						
						
						
						
							
						
						
							99227f7b3e 
							
						 
					 
					
						
						
							
							SolidFire plug-in and related changes  
						
						... 
						
						
						
						SolidFire plug-in
SolidFire plug-in related 
						
						
					 
					
						2013-06-28 16:59:21 -06:00 
						 
				 
			
				
					
						
							
							
								Donal Lafferty 
							
						 
					 
					
						
						
						
						
							
						
						
							4361418e41 
							
						 
					 
					
						
						
							
							Removed Dead Code from Management Server Hyper-V 2012 Support  
						
						... 
						
						
						
						Update ImageFormat enum to include VHDX format introduced with Hyper-V
Server 2012.
Remove existing Hyper-V plugin, because it does not work and is dead
code.
Remove references to existing Hyper-V plugin from config files.
Remove Hypervisor.HypervisorType.Hyperv special cases from manager code
that are unused or unsupported.
Specifically, there is no CIFS secondary storage class
"CifsSecondaryStorageResource".  Also, the Hyper-V plugin's
ServerResource is contacted by the management server and not the other
way around.
Add Hyperv-V support to ListHypervisorsCmd API call
Signed-off-by: Edison Su <sudison@gmail.com> 
						
						
					 
					
						2013-06-27 11:46:02 -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 
							
						 
					 
					
						
						
						
						
							
						
						
							cc0de88088 
							
						 
					 
					
						
						
							
							Remove old DeleteTemplateCommand, DeleteVolumeCommand,  
						
						... 
						
						
						
						DeleteSnapshotBackupCommand, replaced by DeleteCommand. 
						
						
					 
					
						2013-06-10 17:55:30 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							04b5f53392 
							
						 
					 
					
						
						
							
							Removed unused code handling for DeleteSnapshotBackupCommand since we  
						
						... 
						
						
						
						don't send that command anymore. 
						
						
					 
					
						2013-06-07 17:55:05 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							0a5228922b 
							
						 
					 
					
						
						
							
							clean up storage related coded  
						
						
						
						
					 
					
						2013-05-29 18:04:37 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							bc91e7692d 
							
						 
					 
					
						
						
							
							Fix build.  
						
						
						
						
					 
					
						2013-05-29 15:22:04 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							0ed441c690 
							
						 
					 
					
						
						
							
							CLOUDSTACK-2637: fix upload volume  
						
						
						
						
					 
					
						2013-05-24 19:00:52 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							8d08f9b74b 
							
						 
					 
					
						
						
							
							CLOUDSTACK-2655: use ssvm public IP to construct extract url.  
						
						
						
						
					 
					
						2013-05-23 12:05:58 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							5af888c67a 
							
						 
					 
					
						
						
							
							add image format in volumevo  
						
						
						
						
					 
					
						2013-05-22 13:38:11 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							ed065418b6 
							
						 
					 
					
						
						
							
							add license header  
						
						
						
						
					 
					
						2013-05-14 21:58:07 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							879a954b98 
							
						 
					 
					
						
						
							
							delete snapshot at the backend  
						
						
						
						
					 
					
						2013-05-14 21:58:07 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							68ffe1c706 
							
						 
					 
					
						
						
							
							fix bug in create volume from snapshot  
						
						
						
						
					 
					
						2013-05-14 16:38:02 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							492127c035 
							
						 
					 
					
						
						
							
							fix kvm  
						
						
						
						
					 
					
						2013-05-12 18:27:37 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							e8259e38c2 
							
						 
					 
					
						
						
							
							integration test is passed again  
						
						
						
						
					 
					
						2013-05-12 14:41:06 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							993187622e 
							
						 
					 
					
						
						
							
							fix compile, after rebase to master  
						
						
						
						
					 
					
						2013-05-10 20:39:02 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							90de46c4fe 
							
						 
					 
					
						
						
							
							get vmware works  
						
						
						
						
					 
					
						2013-05-10 19:26:44 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							342624e0eb 
							
						 
					 
					
						
						
							
							Merged with head  
						
						
						
						
					 
					
						2013-05-10 16:33:57 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							3047929367 
							
						 
					 
					
						
						
							
							Merged  
						
						
						
						
					 
					
						2013-05-10 16:21:43 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							15fc4e137d 
							
						 
					 
					
						
						
							
							add license header  
						
						
						
						
					 
					
						2013-05-10 11:40:11 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							fa11575212 
							
						 
					 
					
						
						
							
							Add store_role to template_store_ref, and add search function to find  
						
						... 
						
						
						
						template_store_ref entry based on DataStoreRole and ZoneId. 
						
						
					 
					
						2013-05-08 22:06:07 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							dc5d2f45e9 
							
						 
					 
					
						
						
							
							Make copyFromS3ToNFS flow work.  
						
						
						
						
					 
					
						2013-05-08 17:39:46 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							3b45bc9c30 
							
						 
					 
					
						
						
							
							Make S3 register template work.  
						
						
						
						
					 
					
						2013-05-08 11:12:26 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							5aeca646ae 
							
						 
					 
					
						
						
							
							make create template from volume/snapshot work  
						
						
						
						
					 
					
						2013-05-07 20:18:19 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							3315b23595 
							
						 
					 
					
						
						
							
							Relax url port validation and some MockLocalNfsSecondaryStorageResource  
						
						... 
						
						
						
						fix. 
						
						
					 
					
						2013-05-07 13:34:27 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							41272c976e 
							
						 
					 
					
						
						
							
							Add DeleteTemplate unit test.  
						
						
						
						
					 
					
						2013-05-06 23:02:28 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							e7f6333209 
							
						 
					 
					
						
						
							
							Merge branch 'object_store' of  https://git-wip-us.apache.org/repos/asf/cloudstack  into object_store  
						
						
						
						
					 
					
						2013-05-06 21:21:40 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							9f7bad2cef 
							
						 
					 
					
						
						
							
							fix creating snapshot  
						
						
						
						
					 
					
						2013-05-06 18:27:15 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							2d544e7127 
							
						 
					 
					
						
						
							
							volume related operation works  
						
						
						
						
					 
					
						2013-05-06 18:27:15 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							f5d5526d41 
							
						 
					 
					
						
						
							
							Fix unit test to test NFS template download flow.  
						
						
						
						
					 
					
						2013-05-06 18:02:52 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Huang 
							
						 
					 
					
						
						
						
						
							
						
						
							3722d66aae 
							
						 
					 
					
						
						
							
							Fixed up unit testing to use only an in class TestConfiguration  
						
						
						
						
					 
					
						2013-05-06 16:34:27 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							acafccfbc6 
							
						 
					 
					
						
						
							
							fix volume state change  
						
						
						
						
					 
					
						2013-05-03 15:01:09 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							23db72d8b4 
							
						 
					 
					
						
						
							
							S3 template download test is working except state transition part.  
						
						
						
						
					 
					
						2013-05-03 14:59:13 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							fc74d76696 
							
						 
					 
					
						
						
							
							add volume test case  
						
						
						
						
					 
					
						2013-05-03 09:53:06 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							0c6e87c701 
							
						 
					 
					
						
						
							
							download template to primary storage works now  
						
						
						
						
					 
					
						2013-05-03 09:45:31 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							87fafb7287 
							
						 
					 
					
						
						
							
							Add S3 register template integration test.  
						
						
						
						
					 
					
						2013-05-02 15:20:46 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							2384276536 
							
						 
					 
					
						
						
							
							make template download testable  
						
						
						
						
					 
					
						2013-05-02 00:38:11 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							164bedd5ae 
							
						 
					 
					
						
						
							
							revive java integration test  
						
						
						
						
					 
					
						2013-05-01 18:24:47 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							4d992fd18f 
							
						 
					 
					
						
						
							
							fix template download to primary storage  
						
						
						
						
					 
					
						2013-05-01 17:51:24 -07:00 
						 
				 
			
				
					
						
							
							
								Min Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							5b76e4914c 
							
						 
					 
					
						
						
							
							Remove sendToSecStorage methods from agentManager to use EndPoint  
						
						... 
						
						
						
						instead. 
						
						
					 
					
						2013-04-24 16:21:41 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							b8c5c67fbc 
							
						 
					 
					
						
						
							
							add copycommand at resouce side  
						
						
						
						
					 
					
						2013-04-22 19:12:50 -07:00