Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MTV-1775 | Fix not finished task NPE
Issue: If the snapshot creation task did not finish the controller fails with NPE. This happens due to the taks not returning the result and we are trying to typcase that result (nil) to the ManagedObject. Fix: Add check if the task finished or retry. Signed-off-by: Martin Necas <[email protected]>
- Loading branch information