You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							|  | #!/bin/bash
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | pvcreate /dev/sdb
 | 
						
						
						
							|  | pvcreate /dev/sdd
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | vgcreate vg-raid0 /dev/sdd /dev/sdb
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | lvcreate -L 100G -i2 -I 64 -n lv-engine vg-raid0
 | 
						
						
						
							|  | lvcreate -L 830G -i2 -I 64 -n lv-data vg-raid0
 |