Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
22.08.11, 23.02.8, 23.08.4
-
None
Description
This causes some warnings to not be emitted when they normally would be.
$ maxctrl alter server server1 proxy_protocol=true
|
Warning: Saving runtime modifications to 'server1' in '/home/markusjm/build-develop/data/maxscale.cnf.d/server1.cnf'. The modified values will override the values found in the static configuration files.
|
To hide these warnings, run:
|
|
export MAXCTRL_WARNINGS=0
|
|
OK
|
|
$ maxctrl alter server server1 disk_space_threshold=/:100
|
Warning: Saving runtime modifications to 'server1' in '/home/markusjm/build-develop/data/maxscale.cnf.d/server1.cnf'. The modified values will override the values found in the static configuration files.
|
To hide these warnings, run:
|
|
export MAXCTRL_WARNINGS=0
|
|
OK
|
$ sudo systemctl restart maxscale
|
$ maxctrl alter server server1 proxy_protocol=false
|
OK
|
$ maxctrl alter server server1 disk_space_threshold=/:99
|
OK
|