-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: image cache volume provisioning
There is a logic failure in the `ImageCacheConfig` controller that `allReady` was always `false` (now should be fixed). The real issue was that `IMAGECACHE` being in the `SystemDisk` wave, and not being provisioned until `EPHEMERAL` is not provisioned, which blocks booting with Image Cache on and without an ISO, by just providing an empty `IMAGECACHE` disk volume. There isn't much use in this scenario, but still good to make it fixed. Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information
Showing
3 changed files
with
14 additions
and
4 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