-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(disk): non-existing block device results in longhorn-manager to b…
…e in Crashloopbackoff state Non-existing block device results in longhorn-manager pods to be in Crashloopbackoff state. When longhorn-manager pods are in Crashloopbackoff, users are unable to update the default-data-path setting. In the fix, IsPotentialBlockDisk() blindly creates a diskSpec for the default data path. Disk monitor will update the diskStatus. Longhorn 9073 Signed-off-by: Derek Su <derek.su@suse.com>
- Loading branch information
Showing
2 changed files
with
8 additions
and
25 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