-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wait_for_dv_success: adapt to Populators, add stop_status optional arg (
#1247) Changes in wait_for_dv_success: 1. Moving wait for PVC Bound to the end of the function because CSI storage is now using Populators for DataVolumes. With Populators, PVC gets Bound only after DV succeeded. 2. Adding new DV phase 'PendingPopulation' for DVs provisioned on CSI WFFC storage. 3. Adding 'stop_status' optional arg (function) to exit if stop_status is True.
- Loading branch information
Showing
2 changed files
with
66 additions
and
14 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