mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	fill volume attached field (#5865)
Co-authored-by: DK101010 <dirk.klahre@itelligence.de>
This commit is contained in:
		
							parent
							
								
									4996b800b5
								
							
						
					
					
						commit
						f639f56834
					
				| @ -164,6 +164,7 @@ import com.cloud.vm.dao.UserVmCloneSettingDao; | |||||||
| import com.cloud.vm.dao.UserVmDao; | import com.cloud.vm.dao.UserVmDao; | ||||||
| 
 | 
 | ||||||
| import static com.cloud.storage.resource.StorageProcessor.REQUEST_TEMPLATE_RELOAD; | import static com.cloud.storage.resource.StorageProcessor.REQUEST_TEMPLATE_RELOAD; | ||||||
|  | import java.util.Date; | ||||||
| 
 | 
 | ||||||
| public class VolumeOrchestrator extends ManagerBase implements VolumeOrchestrationService, Configurable { | public class VolumeOrchestrator extends ManagerBase implements VolumeOrchestrationService, Configurable { | ||||||
| 
 | 
 | ||||||
| @ -1975,6 +1976,7 @@ public class VolumeOrchestrator extends ManagerBase implements VolumeOrchestrati | |||||||
|         vol.setPath(path); |         vol.setPath(path); | ||||||
|         vol.setChainInfo(chainInfo); |         vol.setChainInfo(chainInfo); | ||||||
|         vol.setState(Volume.State.Ready); |         vol.setState(Volume.State.Ready); | ||||||
|  |         vol.setAttached(new Date()); | ||||||
|         vol = _volsDao.persist(vol); |         vol = _volsDao.persist(vol); | ||||||
|         return toDiskProfile(vol, offering); |         return toDiskProfile(vol, offering); | ||||||
|     } |     } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user