[jboss-jira] [JBoss JIRA] (WFLY-9617) Add persistend store to infinispan via CLI fail
Radoslav Husar (JIRA)
issues at jboss.org
Fri Dec 15 11:46:00 EST 2017
[ https://issues.jboss.org/browse/WFLY-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506327#comment-13506327 ]
Radoslav Husar commented on WFLY-9617:
--------------------------------------
The whole add operation for the cache needs to be run in a batch:
{noformat}
batch
/subsystem=infinispan/cache-container=reservation:add
/subsystem=infinispan/cache-container=reservation/local-cache=authtoken:add(statistics-enabled=true)
/subsystem=infinispan/cache-container=reservation/local-cache=authtoken/store=file:add(path=authtoken.dat,relative-to=jboss.home.dir,passivation=false,preload=true,purge=true)
run-batch
{noformat}
> Add persistend store to infinispan via CLI fail
> -----------------------------------------------
>
> Key: WFLY-9617
> URL: https://issues.jboss.org/browse/WFLY-9617
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, Domain Management
> Affects Versions: 11.0.0.Final
> Reporter: Domenico Briganti
> Assignee: Paul Ferraro
>
> Configure a persistent file for a local-cache via CLI fail if not into a batch block.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list