Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.1.0
-
None
-
MXS-SPRINT-138
Description
The create command take parameters as key-value pairs of the form key=value:
maxctrl create service My-Router readwritesplit key=value
|
The alter commands take them as key-value parameters separated by spaces:
maxctrl alter service My-Router key value
|
This behavior is inconsistent and a unified approach should be created.