[MXS-1279] Runtime changes to monitor credentials expect wrong parameter names Created: 2017-06-03 Updated: 2017-06-06 Resolved: 2017-06-06 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.1.3 |
| Fix Version/s: | 2.1.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The monitoruser and monitorpw configuration parameters for servers are not recognized as valid arguments to alter server. Instead of these correct parameters, the runtime configuration expects the monuser and monpw parameters. In addition to this, the help output of MaxAdmin lists the wrong parameter names. |
| Comments |
| Comment by markus makela [ 2017-06-03 ] |
|
Fixed the help output of MaxAdmin and the expected parameter names. The monuser and monpw parameters are still accepted to be backwards compatible with earlier 2.1 releases. |