-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix size probe for invalid devices (#931)
for any invalid (or) detached drives, size probe will fail with the following error ``` strconv.ParseUint: parsing "": invalid syntax ``` which prevents the directpv containers to start bonus: improve probe error messages
- Loading branch information
1 parent
6643fbd
commit a0b8eed
Showing
2 changed files
with
17 additions
and
16 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