]
Stuart Douglas updated WFCORE-377:
----------------------------------
Fix Version/s: 1.0.0.CR1
(was: 1.0.0.Beta1)
The management API should provide a command to restart only all
servers that are in state 'reload-required'
-----------------------------------------------------------------------------------------------------------
Key: WFCORE-377
URL:
https://issues.jboss.org/browse/WFCORE-377
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management
Reporter: Wolf-Dieter Fink
Labels: cli, domain, management
Fix For: 1.0.0.CR1
After configuration changes via CLI batch it might be that different processes needs to
be restarted.
It is possible to iterate over all servers and check it.
But I think it would be easier to have a command that restart all controllers and servers
conditional to the 'relod required' state
- at domain level
- at host level
- at server level
command example :
:restart(ifRequired=true)
:reload(ifRequired=true)