Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.3.3, 2.3.4
-
None
-
Centos 7, Percona Mysql backend, PHP frontend
Description
The configs generated when adding filters with maxctrl do not include module setting which always causes startup to fail if maxscale needs to be restarted for any reason. See blow for related log entries and attached files generated by maxscale.
Mar 7 03:10:29 maxscale-2 maxscale[30680]: Runtime configuration changes have been done to MaxScale. Loading persisted configuration files and applying them on top of the main configuration file. These changes can override the values of the main configuration file: To revert them, remove all the files in '/var/lib/maxscale/maxscale.cnf.d'.
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: Loading /var/lib/maxscale/maxscale.cnf.d/Read-Write-Service.cnf.
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: Loading /var/lib/maxscale/maxscale.cnf.d/CCRFilter.cnf.
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: Loading /var/lib/maxscale/maxscale.cnf.d/engine-injector-recipients-filter.cnf.
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: Loading /var/lib/maxscale/maxscale.cnf.d/TopSmp01.cnf.
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: Loading /var/lib/maxscale/maxscale.cnf.d/Top.cnf.
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: Loading /var/lib/maxscale/maxscale.cnf.d/QLASMP01.cnf.
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: Loading /var/lib/maxscale/maxscale.cnf.d/dnr-filter.cnf.
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: Loading /var/lib/maxscale/maxscale.cnf.d/QLAProd.cnf.
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: Loading /var/lib/maxscale/maxscale.cnf.d/dbm-lock-filter.cnf.
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: Loading /var/lib/maxscale/maxscale.cnf.d/Hint.cnf.
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: 'Hint' is missing the required parameter 'module'
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: 'dbm-lock-filter' is missing the required parameter 'module'
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: 'QLAProd' is missing the required parameter 'module'
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: 'dnr-filter' is missing the required parameter 'module'
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: 'QLASMP01' is missing the required parameter 'module'
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: 'Top' is missing the required parameter 'module'
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: 'TopSmp01' is missing the required parameter 'module'
|
Mar 7 03:10:29 maxscale-2 systemd: maxscale.service: control process exited, code=exited status=1
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: 'engine-injector-recipients-filter' is missing the required parameter 'module'
|
Mar 7 03:10:29 maxscale-2 maxscale[30680]: 'CCRFilter' is missing the required parameter 'module'
|