You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	fix elastic commands
This commit is contained in:
		
							
								
								
									
										5
									
								
								oam/cloud/IDBInstanceCmds.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										5
									
								
								oam/cloud/IDBInstanceCmds.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							@@ -196,11 +196,11 @@ getZone() {
 | 
				
			|||||||
			zone=`cat $describeInstanceFile | grep -m 1 $instance |  awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $11}'`
 | 
								zone=`cat $describeInstanceFile | grep -m 1 $instance |  awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $11}'`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		else
 | 
							else
 | 
				
			||||||
			zone=`cat $describeInstanceFile | grep -m 1 $instance |  awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $11}'`
 | 
								zone=`cat $describeInstanceFile | grep -m 1 $instance |  awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $10}'`
 | 
				
			||||||
			if [ "$zone" == "" ]; then
 | 
								if [ "$zone" == "" ]; then
 | 
				
			||||||
				describeInstance
 | 
									describeInstance
 | 
				
			||||||
			fi
 | 
								fi
 | 
				
			||||||
			zone=`cat $describeInstanceFile | grep -m 1 $instance |  awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $11}'`
 | 
								zone=`cat $describeInstanceFile | grep -m 1 $instance |  awk '{gsub(/^[ \t]+|[ \t]+$/,"");print $10}'`
 | 
				
			||||||
		fi
 | 
							fi
 | 
				
			||||||
		$prefix/Calpont/bin/setConfig Installation AmazonZone $zone
 | 
							$prefix/Calpont/bin/setConfig Installation AmazonZone $zone
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
@@ -494,7 +494,6 @@ getSubnet() {
 | 
				
			|||||||
        	echo $subnet
 | 
					        	echo $subnet
 | 
				
			||||||
	else
 | 
						else
 | 
				
			||||||
		echo "failed"
 | 
							echo "failed"
 | 
				
			||||||
	fi
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return
 | 
					        return
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user