mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	CLOUDSTACK-6444: Fixing the issue with iSCSI path Format /targetIQN/LUN.
Signed-off-by: Koushik Das <koushik@apache.org>
This commit is contained in:
		
							parent
							
								
									878b0ac164
								
							
						
					
					
						commit
						d3ffb7a565
					
				@ -255,7 +255,6 @@ public class CloudStackPrimaryDataStoreLifeCycleImpl implements PrimaryDataStore
 | 
			
		||||
                if (clusterId == null) {
 | 
			
		||||
                    throw new IllegalArgumentException("IscsiLUN need to have clusters specified");
 | 
			
		||||
                }
 | 
			
		||||
                hostPath = hostPath.replaceFirst("/", "");
 | 
			
		||||
                parameters.setType(StoragePoolType.IscsiLUN);
 | 
			
		||||
                parameters.setHost(storageHost);
 | 
			
		||||
                parameters.setPort(port);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user