Nathan,
On 3/5/15 11:17 PM, Nathan Scott wrote:
Hi Martins,
I'm getting reports of failures of qa/926 on exotic hardware -
e.g. s390x and ppc64 - with output like:
ERROR in RRDs::info(./ganglia/gangliatest.64/load_fifteen.rrd) : This RRD was
created on another architecture
Hmm, OK. I'm note sure what the ability to have common files is. I did
a quick search and couldn't find any good docs.
Also, is there a recipe for gathering this ganglia test data? I
could extract data from some of these hosts, and extend the test
coverage here. We could perhaps put this recipe in the comment at
the head of the test too, for anyone else wanting to do this later.
The original data just came from a long gone VM where I installed
ganglia and let it run for a minute or so and collect data in it's
default config. But you can dump this to XML and then re-import on a new
arch, to create a set of files with the same metrics. I used that
process to create the 32 bit data. Basically:
<on a working host>
rrdtool dump .....
<copy the files to the non working host>
rrdtool restore ......
Fix coming shortly.
Martins
|