Nicolas Vazquez 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3e92a63155 
							
						 
					 
					
						
						
							
							[XenServer/XCP-ng] Pass the image store NFS version on storage commands ( #5886 )  
						
						... 
						
						
						
						* Add NFS version to mount command
* Remove extra line
* Extend NFS version to mount secondary storage
* Unused import
* Refactor NFS version to be granular
* Make use of the ConfigKey on the NFS version setting value 
						
						
					 
					
						2022-01-31 12:21:13 +05:30 
						 
				 
			
				
					
						
							
							
								Brenn Oosterbaan 
							
						 
					 
					
						
						
						
						
							
						
						
							7c92bac4a3 
							
						 
					 
					
						
						
							
							CLOUDSTACK-7345 changed dd blocksize to 128k when using NFS.  
						
						... 
						
						
						
						Signed-off-by: Daan Hoogland <daan@onecht.net>
(cherry picked from commit 8b7130fa65a3ce010a54015b3350b94b56414462) 
						
						
					 
					
						2014-08-14 10:10:13 +02:00 
						 
				 
			
				
					
						
							
							
								Joris van Lieshout 
							
						 
					 
					
						
						
						
						
							
						
						
							37baddd721 
							
						 
					 
					
						
						
							
							dd with direct io is less impacting on Dom0 kernel resources  
						
						... 
						
						
						
						Signed-off-by: Daan Hoogland <daan@onecht.net>
(cherry picked from commit c4b78c3aaa8df20c8e892b9d5108d8f34f96ed0c) 
						
						
					 
					
						2014-08-12 13:17:02 +02:00 
						 
				 
			
				
					
						
							
							
								Anthony Xu 
							
						 
					 
					
						
						
						
						
							
						
						
							733102c742 
							
						 
					 
					
						
						
							
							change XS log file name from vmops.log to cloud.log  
						
						
						
						
					 
					
						2014-07-15 11:07:15 -07:00 
						 
				 
			
				
					
						
							
							
								Sanjay Tripathi 
							
						 
					 
					
						
						
						
						
							
						
						
							3ad0e8fb47 
							
						 
					 
					
						
						
							
							CLOUDSTACK-5701: physical size is not getting updated in snapshot_store_ref table.  
						
						
						
						
					 
					
						2014-01-06 11:36:43 +05:30 
						 
				 
			
				
					
						
							
							
								Anthony Xu 
							
						 
					 
					
						
						
						
						
							
						
						
							1ddc0b99fe 
							
						 
					 
					
						
						
							
							put CS/XS plugin log into seperate directory  
						
						
						
						
					 
					
						2013-12-10 01:23:46 -08:00 
						 
				 
			
				
					
						
							
							
								Anthony Xu 
							
						 
					 
					
						
						
						
						
							
						
						
							5a062e155c 
							
						 
					 
					
						
						
							
							put shell scripts to a seperate directory in XS  
						
						... 
						
						
						
						use same scripts for both XS and XCP 
						
						
					 
					
						2013-12-03 02:05:34 -08:00 
						 
				 
			
				
					
						
							
							
								Kishan Kavala 
							
						 
					 
					
						
						
						
						
							
						
						
							36d900472b 
							
						 
					 
					
						
						
							
							CLOUDSTACK-3769: Fixed variable name localMountPointPath in vmopsSnapshot plugin  
						
						
						
						
					 
					
						2013-07-25 16:27:32 +05:30 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							d22bea6031 
							
						 
					 
					
						
						
							
							CLOUDSTACK-2630: fix delta snashpt  
						
						
						
						
					 
					
						2013-07-24 09:48:59 -07:00 
						 
				 
			
				
					
						
							
							
								Edison Su 
							
						 
					 
					
						
						
						
						
							
						
						
							be3883b678 
							
						 
					 
					
						
						
							
							fix create template from snapshot if it's swift  
						
						
						
						
					 
					
						2013-07-24 09:48:07 -07:00 
						 
				 
			
				
					
						
							
							
								Deepti Dohare 
							
						 
					 
					
						
						
						
						
							
						
						
							d5cb32f159 
							
						 
					 
					
						
						
							
							Multiple Secondary Storage Issue  
						
						
						
						
					 
					
						2013-03-14 21:08:27 -04:00 
						 
				 
			
				
					
						
							
							
								Mice Xia 
							
						 
					 
					
						
						
						
						
							
						
						
							9a12756ae4 
							
						 
					 
					
						
						
							
							CLOUDSTACK-684 support vm snapshot  
						
						
						
						
					 
					
						2013-02-14 01:26:30 +08:00 
						 
				 
			
				
					
						
							
							
								Devdeep Singh 
							
						 
					 
					
						
						
						
						
							
						
						
							e162876605 
							
						 
					 
					
						
						
							
							CS-16544: Create Snapshot (2nd time - reccuring) is failing on XenServer 6.1. The issue is that while backing up a snapshot when cloudstack tries to update the parent (of the backed up vhd), vhd-util isn't present at the desired location and setParent function in vmopsSnapshot fails. This issue is observed only on Xenserver 6.1. The reason for this is, when CloudStack connects to a Xenserver and executes the SetupCommand, it copies vhd-util tool to /opt/xensource/bin directory on the host. However, in vmopsSnapshot python file 'VHD_UTIL' is initialized to /usr/sbin/. The issue is not observed on 6.0.2 (and I guess previous versions) because vhd-util is present in /usr/sbin/ directory by default (after a clean install). Whereas, in Xenserver 6.1, vhd-util is present in '/usr/bin'. Fixed the issue by updating VHD_UTIL to point to /opt/xensource/bin/vhd-util in vmopsSnapshot file.  
						
						
						
						
					 
					
						2013-02-01 15:25:26 +05:30 
						 
				 
			
				
					
						
							
							
								David Nalley 
							
						 
					 
					
						
						
						
						
							
						
						
							d630fa8697 
							
						 
					 
					
						
						
							
							license header changes for scripts folder from Chip Childers  
						
						
						
						
					 
					
						2012-06-23 00:58:00 -04:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							12b7fa60f0 
							
						 
					 
					
						
						
							
							fixed typo  
						
						
						
						
					 
					
						2012-01-11 10:30:31 -08:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							fb8364ad0c 
							
						 
					 
					
						
						
							
							bug 10363 : cleanup vhd in secondary storage if backsnapshot fails  
						
						... 
						
						
						
						Conflicts:
	core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java 
						
						
					 
					
						2012-01-10 15:51:13 -08:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							c00d663df2 
							
						 
					 
					
						
						
							
							use soft mount for secondary storage  
						
						
						
						
					 
					
						2011-12-21 20:31:40 -08:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							ef2802aaed 
							
						 
					 
					
						
						
							
							For some NFS Servers, mount option tcp is required  
						
						
						
						
					 
					
						2011-08-08 15:31:18 -07:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							afbadbf223 
							
						 
					 
					
						
						
							
							use the safe way to delete secondary storage directory  
						
						
						
						
					 
					
						2011-07-22 19:29:58 -07:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							44678b60bc 
							
						 
					 
					
						
						
							
							add VERSION into to scripts  
						
						
						
						
					 
					
						2011-03-23 14:54:31 -07:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							0c2a639a2d 
							
						 
					 
					
						
						
							
							bug 6772: use vhd-util to coalesce snapshots into primary storage  
						
						... 
						
						
						
						status 6772: resolved fixed 
						
						
					 
					
						2011-03-07 19:47:29 -08:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							5cc7745d9f 
							
						 
					 
					
						
						
							
							never set lvm volume unavailable, there may be a conflict with XenServer GC  
						
						
						
						
					 
					
						2011-03-02 19:23:21 -08:00 
						 
				 
			
				
					
						
							
							
								Anthony Xu 
							
						 
					 
					
						
						
						
						
							
						
						
							7518488672 
							
						 
					 
					
						
						
							
							bug 7293: return complete installpath for createprivatetemplatefromvolume  
						
						... 
						
						
						
						status 7293: resolved fixed 
						
						
					 
					
						2010-11-23 16:22:51 -08:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							224da7e775 
							
						 
					 
					
						
						
							
							several snapshot fixes  
						
						
						
						
					 
					
						2010-11-05 20:55:19 -07:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							003b0e4a23 
							
						 
					 
					
						
						
							
							merge from 2.1.x 86d02eaa155cfdbb0a8cf31c8eae47711fbf5c2b  
						
						... 
						
						
						
						delete all snapshut which has been backed up to secondary storage
change dd block size from 512 to 1M, make taking snapstho faster for iscsi primary storage 
						
						
					 
					
						2010-11-03 19:05:23 -07:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							319d4f1aa0 
							
						 
					 
					
						
						
							
							snapshot redesign  
						
						... 
						
						
						
						1. use full snapshot and delta snapshot, there are maxsnashot/2 of delta snapshot between two full snapshot
2. only support one policy for one volume
3. remove all coleases in secondary storage. 
						
						
					 
					
						2010-09-28 18:37:46 -07:00 
						 
				 
			
				
					
						
							
							
								anthony 
							
						 
					 
					
						
						
						
						
							
						
						
							a517338ac7 
							
						 
					 
					
						
						
							
							fix a bug about backupsnapshot to nfs primary storage  
						
						
						
						
					 
					
						2010-08-28 19:17:40 -07:00 
						 
				 
			
				
					
						
							
							
								Manuel Amador (Rudd-O) 
							
						 
					 
					
						
						
						
						
							
						
						
							05c020e1f6 
							
						 
					 
					
						
						
							
							Source code committed  
						
						
						
						
					 
					
						2010-08-11 09:13:29 -07:00