Bug 1373187

Summary: [GSS](6.4.z) The datasource statistics-enabled=true does not persist after a server reload or restart
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Prageetika Sharma <pragshar>
Component: jbossasAssignee: Fedor Gavrilov <fgavrilo>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.8CC: bmaxwell, fgavrilo, fnasser, jason.greene, ppalaga
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-25 16:33:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Prageetika Sharma 2016-09-05 12:50:05 UTC
Description of problem:
When enable the datasource statistics using CLI, the statistics-enabled=true does not persist after a server reload or restart.

[standalone@localhost:9999 /] /subsystem=datasources/data-source=ExampleDS/statistics=pool:write-attribute(name=statistics-enabled,value=true)
{"outcome" => "success"}

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Enable the datasource statistics using CLI
2. Reload the server
3. After restarting the server, datasource statistics is disabled .

Actual results:
statistics-enabled=false after reload of server

Expected results:
statistics-enabled=true after reload of server

Additional info:

Comment 4 Peter Palaga 2016-11-25 16:33:05 UTC
Closing as NOTABUG here for 6.4.x, because (citing bstansberry) "the attribute is described as not being persistent in the read-resource-definition output" and making it persistent would be a "management API change" that we cannot commit in a CP. Anyway, the issue was filled for EAP 7.1 https://issues.jboss.org/browse/JBEAP-7520