[MXS-4837] Provide more convenient ALTER SERVICE as an alternative to LINK/UNLINK Created: 2023-10-27 Updated: 2024-01-10 Resolved: 2024-01-10 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxctrl |
| Affects Version/s: | None |
| Fix Version/s: | 24.02.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | MXS-SPRINT-196, MXS-SPRINT-197, MXS-SPRINT-198, MXS-SPRINT-199 | ||||||||
| Description |
|
The current maxctrl link and maxctrl unlink commands are useful for adding a single server to an existing service or monitor. If the whole set of servers needs to be defined, a more convenient way to do it would be to pass it as maxctrl alter service MyService targets=server1,server2,server3. This can be implemented completely on the client side and no changes need to be done in MaxScale. |