-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove DownloaderStatus Pending flags
I do not see any practical value of these Pending flags, other than blocking error update propagation from DownloaderStatus to BlobStatus. But this can be confusing for the user. Consider this example: 1. User enters wrong datastore config 2. User adds app config with image from this misconfigured datastore 3. Downloader fails, error is published for the blob/volume/app 4. User fixes datastore config 5. App image download starts and progresses successfully 6. The obsolete error continues being reported until download completes, which for large VM images may take quite some time 7. User could get confused and think that he didn't actually fix the datastore config, then try further changes, etc. Signed-off-by: Milan Lenco <[email protected]>
- Loading branch information
1 parent
86272d7
commit ed98e7d
Showing
3 changed files
with
0 additions
and
34 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