mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Summary: master - Fix typo in createvolume.sh
Detail: createvolume.sh had '$qemu-img' in one spot instead of '$qemu_img' as it uses everywhere else Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1354754792 -0700
This commit is contained in:
		
							parent
							
								
									9e90ff58e9
								
							
						
					
					
						commit
						a91df8f32d
					
				| @ -99,7 +99,7 @@ create_from_file() { | |||||||
|   local volimg="$2" |   local volimg="$2" | ||||||
|   local volname=$3 |   local volname=$3 | ||||||
|   if [ -b $volimg ]; then |   if [ -b $volimg ]; then | ||||||
|       $qemu-img convert -f raw -O qcow2 "$volimg" /$volfs/$volname |       $qemu_img convert -f raw -O qcow2 "$volimg" /$volfs/$volname | ||||||
|   else |   else | ||||||
|       $qemu_img convert -f qcow2 -O qcow2 "$volimg" /$volfs/$volname >& /dev/null |       $qemu_img convert -f qcow2 -O qcow2 "$volimg" /$volfs/$volname >& /dev/null | ||||||
|   fi |   fi | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user