[
https://issues.jboss.org/browse/WFCORE-4135?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-4135:
------------------------------------------
Writing to history is required when --read-only-server-config=<config> is set if any
management op that would require reload is invoked. The backup is what's read when
'reload' is invoked. If history backups were disabled the server would have to
properly account for this use case; e.g. by failing any such op.
Add a new property to disable backups of configuration XML files.
Also avoid writing to standalone_xml_history when --read-only-server-config=<config>
is set.
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: WFCORE-4135
URL:
https://issues.jboss.org/browse/WFCORE-4135
Project: WildFly Core
Issue Type: Enhancement
Reporter: Rafael Ruiz
We need something like
--disable-configuration-history
to use when running in containers to avoid write to any directory
('standalone_xml_history').
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)