-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PWX-30276: Do not delete pods running on storage down nodes. (#1385)
* PWX-30276: Do not delete pods running on storage down nodes. - Introduce a new state in Stork for storage down nodes. - Remap portworx StorageDown state to Stork's StorageDown state - For degraded node state: - filter out the nodes from extender requests. - monitor should delete the pods running on them - For storage down state: - do not filter out such nodes. - give a low score to nodes which are storage down. - monitor should not delete pods running on them Signed-off-by: Aditya Dani <aditya@portworx.com> * PWX-30726: Handle review comments - Added integration tests for extender and health-monitor. - Simulating a StorageDown state by using Portworx driver's Pool Maintenance operation. --------- Signed-off-by: Aditya Dani <aditya@portworx.com>
- Loading branch information
1 parent
2bebe98
commit 07ea4ff
Showing
9 changed files
with
229 additions
and
68 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
Oops, something went wrong.