forked from bottlerocket-os/bottlerocket-core-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apiserver: use direct paths for ephemeral storage
The path for ephemeral storage devices is created by udev on early boot after ephemeral-storage init is called but if you call ephemeral-storage bind immediately after this, the path may not exist, causing the resulting commands to fail. This commit switches to a path that is known to exist to avoid this issue. Signed-off-by: Matthew Yeazel <yeazelm@amazon.com>
- Loading branch information
Showing
1 changed file
with
25 additions
and
36 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