Bug#1002977: rrdtool: "rrdtool fetch" outputs values even for CFs that are not stored

2022-01-01 Thread Vincent Lefevre
On 2022-01-02 04:17:35 +0100, Vincent Lefevre wrote: > But > > rrdtool fetch cpuload.rrd MIN -s -108 > > also outputs values. Selected step is 300, and most values > (for the oldest timestamps) are NaN. Instead, it should fail. In case you're wondering why I try to read values associated

Bug#1002977: rrdtool: "rrdtool fetch" outputs values even for CFs that are not stored

2022-01-01 Thread Vincent Lefevre
Package: rrdtool Version: 1.7.2-3+b7 Severity: normal I have created cpuload.rrd with rrdtool create cpuload.rrd \ DS:cpuload:GAUGE:600:0:U \ RRA:AVERAGE:0.5:1:600 \ RRA:AVERAGE:0.5:6:600 \ RRA:AVERAGE:0.5:24:600 \ RRA:AVERAGE:0.5:288:600 \ RRA:MAX:0.5:1:600 \ RRA:MAX:0.5:6:600 \