[MXS-2307] Only one parameter can be altered at a time Created: 2019-01-30 Updated: 2019-05-28 Resolved: 2019-05-28 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxctrl |
| Affects Version/s: | 2.3 |
| Fix Version/s: | 2.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
If two parameters depend on each other, they need to be defined at the same time. One example of this is the replication_user and replication_password parameters of mariadbmon. The MaxCtrl command syntax only allows one parameter to be modified at a time whereas creation of new objects allows multiple parameters. |
| Comments |
| Comment by markus makela [ 2019-02-05 ] |
|
A quick workaround would be to ignore replication_user if replication_password is not defined and vice versa. |