Question #258030 on Graphite changed: https://answers.launchpad.net/graphite/+question/258030
gamepin126 posted a new comment: I ran into this recently, and took the naive approach of assuming that incoming metrics will create the necessary wsp files. So all I need to do is backfill files that exist. I moved the old data to /tmp/whisper and scp'd a full copy across every machine in the cluster. This is ran on every machine: for i in $(carbon-list -d /tmp/whisper -C old | carbon-path); do echo $i; whisper-fill /tmp/whisper/$i /opt/graphite/storage/whisper/$i; done; -- You received this question notification because you are a member of graphite-dev, which is an answer contact for Graphite. _______________________________________________ Mailing list: https://launchpad.net/~graphite-dev Post to : graphite-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp