-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correctly extract multipath, name, and workers We were not correctly setting up defaults and extracting provided values for REQUEST_MULTIPATH, WORKERS, and PLUGIN_NAME. Now we follow the right order: - We have defaults defined for these parameters in EMBER_CFG - Then we use them to set X_CSI_EMBER_CONFIG defaults for missing keys - Extract Ember specific keys that should not go to cinderlib * Close #76: Allow enabling/disabling probe Seems like there are a number of sidecars that don't properly support probing, and expect probes to take less than 1 second, which isn't usually the case. We are now disabling the probe by default unless explicitly enabled on the X_CSI_EMBER_CONFIG variable using the enable_probe key.
- Loading branch information
Showing
4 changed files
with
31 additions
and
21 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