-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(controller): Optimize logic for detach VG from VM for cases with …
…large number of VGs (#477) * fix(controller): Fail waitForV4Task on context timeout and terminal states The polling will now fail after 1 minute or if task returned has a terminal state of FAILED or CANCELLED. * parallelize waiting * switch polling logic out of goroutines and check them all in a loop * Stop waiting on detachVG altogether * Add a log for the requeue
- Loading branch information
1 parent
5d63d09
commit 0883e55
Showing
3 changed files
with
42 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters