mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Add executeInVR() with timeout interface to VirtualRouterDeployer AggregationControlCommand with Action.Finish may take longer than normal command since it would execute all the commands in one execution, and it may result in SSH timeout for SshHelper or other mechanism communicate with VR. Introduce an new executeInVR() interface with added timeout period for waiting FinishAggregationCommand to complete execution.