-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow device to have multiple reasons for being in maintenance mode
This change allows the device to have multiple reasons for being in maintenance mode. This is useful when multiple conditions are met that require the device to be in maintenance mode. For example, if the TPM is in error and the device disk is full, the device can be in maintenance mode for both reasons. Clearing one of the reasons will not take the device out of maintenance mode if there are other reasons for it to be in maintenance mode. Signed-off-by: Shahriyar Jalayeri <[email protected]>
- Loading branch information
1 parent
85905df
commit f0f6fdb
Showing
7 changed files
with
178 additions
and
137 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
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
Oops, something went wrong.