mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	CLOUDSTACK-3776: Mount SSVM root filesystem with sync and noatime
This commit is contained in:
		
							parent
							
								
									11f134c246
								
							
						
					
					
						commit
						e6bad5c831
					
				@ -202,7 +202,7 @@ fixfstab() {
 | 
			
		||||
  cat > etc/fstab << EOF
 | 
			
		||||
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
 | 
			
		||||
proc            /proc           proc    defaults        0       0
 | 
			
		||||
LABEL=ROOT      /               ext3    errors=remount-ro 0       1
 | 
			
		||||
LABEL=ROOT      /               ext3    errors=remount-ro,sync,noatime 0       1
 | 
			
		||||
EOF
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user