mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Update to volume-resize logic
This commit is contained in:
		
							parent
							
								
									8d0817860f
								
							
						
					
					
						commit
						ffa4d73290
					
				| @ -998,7 +998,7 @@ public class VolumeApiServiceImpl extends ManagerBase implements VolumeApiServic | |||||||
|             StoragePoolVO storagePool = _storagePoolDao.findById(vol.getPoolId()); |             StoragePoolVO storagePool = _storagePoolDao.findById(vol.getPoolId()); | ||||||
| 
 | 
 | ||||||
|             if (currentSize != newSize && storagePool.isManaged()) { |             if (currentSize != newSize && storagePool.isManaged()) { | ||||||
|                 if (hosts.length > 0) { |                 if (hosts != null && hosts.length > 0) { | ||||||
|                     volService.resizeVolumeOnHypervisor(volumeId, newSize, hosts[0], instanceName); |                     volService.resizeVolumeOnHypervisor(volumeId, newSize, hosts[0], instanceName); | ||||||
|                 } |                 } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user