-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report succeeded phase for block blank import more accurately
The import controller prematurely reports that a blank block import is succeeded, Even before the target PVC is Bound. This makes it possible for the import populator to enter an endless loop of trying to rebind: ``` 2023-10-04T11:18:47Z ERROR Reconciler error {"controller": "import-populator", "object": {"name":"create-blank-image-to-block-pvc","namespace":"cdi-e2e-tests-importer-fmdj5"}, "namespace": "cdi-e2e-tests-importer-fmdj5", "name": "create-blank-image-to-block-pvc", "reconcileID": "015fcf2b-afbd-48ba-b35f-00cc37ef548a", "error": "PersistentVolume \"\" not found"} ``` Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
- Loading branch information
Showing
2 changed files
with
21 additions
and
8 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