forked from rockstor/rockstor-core
-
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.
make missing / empty serial mechanism more robust rockstor#937
As we have recently enhanced the _update_disk_state mechanism with the ability to accurately maintain removed drive info it is necessary to enhance this flag mechanism that could previously under certain conditions lead to repeat serial number entries in the db for removed devices. This in turn could lead to a distortion of info on removed devices. N.B. the previous UI flag mechanisms are maintained to allow for existing configs that may have existing removed device info upon upgrade. All future flags will use the new mechanism.
- Loading branch information
Showing
2 changed files
with
8 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