Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] r1537 - trunk/perfsonar/conf

Subject: perfsonar development work

List archive

Re: [pS-dev] r1537 - trunk/perfsonar/conf


Chronological Thread 
  • From: "Jeff W. Boote" <>
  • To:
  • Subject: Re: [pS-dev] r1537 - trunk/perfsonar/conf
  • Date: Fri, 11 Aug 2006 12:46:23 -0600

Roman,

This change effects the schema format, right?

If so, can you please make the corresponding changes there as well? (Or at least file a bug-report in bugzilla requesting the change - this is a small enough change it is probably easiest for you to just do it.) Otherwise the schema and code will not stay synchronized.

Can we make this SOP for changes that effect the schema? We have had problems keeping these synchronized in the past. I think the easiest way to keep them synchronized is if someone makes a change in the code, they need to be responsible for initiating the change to the schema. (Either by changing it there directly, or at least opening a bug-report to request someone else do it.)

If someone else has a better idea on how to keep these synchronized, that is fine. This just seemed most natural to me.

jeff



wrote:
Author: roman
Date: 2006-08-11 04:27:18 -0400 (Fri, 11 Aug 2006)
New Revision: 1537

Modified:
trunk/perfsonar/conf/rrd-database_TEST.xml
Log:
unit is replaced by valueUnits in metadata configuration file

Modified: trunk/perfsonar/conf/rrd-database_TEST.xml
===================================================================
--- trunk/perfsonar/conf/rrd-database_TEST.xml 2006-08-11 08:25:44 UTC (rev
1536)
+++ trunk/perfsonar/conf/rrd-database_TEST.xml 2006-08-11 08:27:18 UTC (rev
1537)
@@ -29,7 +29,7 @@
<!-- when Ant configuration script is run (ant configure-rrdma)
-->
<nmwg:parameter
name="file">__BASEPATH__/data/rrd/test/test.rrd</nmwg:parameter>
<nmwg:parameter name="dataSource">bytes</nmwg:parameter>
- <nmwg:parameter name="unit">bps</nmwg:parameter>
+ <nmwg:parameter name="valueUnits">Bps</nmwg:parameter>
</nmwg:parameters>
</nmwg:key>
</nmwg:data>
@@ -59,7 +59,7 @@
<!-- when Ant configuration script is run (ant configure-rrdma)
-->
<nmwg:parameter
name="file">__BASEPATH__/data/rrd/test/test.rrd</nmwg:parameter>
<nmwg:parameter name="dataSource">pkts</nmwg:parameter>
- <nmwg:parameter name="unit">bps</nmwg:parameter>
+ <nmwg:parameter name="valueUnits">Bps</nmwg:parameter>
</nmwg:parameters>
</nmwg:key>
</nmwg:data>





Archive powered by MHonArc 2.6.16.

Top of Page