-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add support for the openebs plugin
the openebs plugin supercedes the mayastor plugin. However it is not a dropin replacement. It is functional for all openebs IO engines, and stem commands needs to further qualify which IO engine the command is for. At present invocations of the plugin in the code base only exist for mayastor. Refactor by adding functions - GetMayastorPluginCmd returns and exec cmds with the correct argument list - GetMayastorPluginCmdString - needed for invocation of support shell scripts using the plugin For the argument list is determined by name. The assumption is that if the plugin name is not kubectl-mayastor then it is the new plugin. Refactor to replace most uses of GetPluginPath, the execptions being - upgrade - plugin version check commands Also add support to create a config map for mayastor diskpools. Compatibilty with kubectl-mayastor is maintained Signed-off-by: Blaise Dias <[email protected]>
- Loading branch information
1 parent
ea271bc
commit b37dfe0
Showing
11 changed files
with
188 additions
and
73 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
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.