X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdresize.pod;h=4165a18f36013a3965ae122c2689419e9b8cbf15;hb=361a0fd38d7adf95847508f54c0bde9b3f98662e;hp=05344ef88c73360fa2d831a5cace4bb58641de2b;hpb=5837606887a6d81e8b1f7588525cb1c8783fb62b;p=rrdtool.git diff --git a/doc/rrdresize.pod b/doc/rrdresize.pod index 05344ef..4165a18 100644 --- a/doc/rrdresize.pod +++ b/doc/rrdresize.pod @@ -1,8 +1,6 @@ =head1 NAME -rrdtool resize - alters the size of an RRA. - -=for html
PDF version.
+rrdresize - alters the size of an RRA and creates a new .rrd file =head1 SYNOPSIS @@ -41,8 +39,12 @@ the number of rows you want to add or remove. =head1 NOTES +The new .rrd file, with the modified RRAs, is written to the file +B in the current directory. B. + It is possible to abuse this tool and get strange results -by first removing some rows and then reinsert the same amount (effectively +by first removing some rows and then reinserting the same amount (effectively clearing them to be Unknown). You may thus end up with unknown data in one RRA while at the same timestamp this data is available in another RRA.