]> git.proxmox.com Git - proxmox-backup.git/commit
proxmox-rrd: move unshipped cli tool to examples
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Oct 2021 11:33:15 +0000 (13:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Oct 2021 11:36:02 +0000 (13:36 +0200)
commit82f5ad18f074b0fd1f7b3ffbc39594956150abf8
treecf95d116b0c6d2f0e06fe0044dd740b17dbe6c51
parentbacc99c7f8b759bf38675500e39cd4b3b22cbce1
proxmox-rrd: move unshipped cli tool to examples

it's a rather low-level tool mostly useful for debugging and some of
it is rather "dumb" (by design) anyway, e.g., it does not
transparently applies journal but really only operates on the DB
files as is (which can conflict with daemon operations).

In summary, not (yet) a tool meant for end user consumption.
Move it to examples folder to avoid compilation on packaging (we do
not ship it anyway) which allows us to move the rather expensive
proxmox-router (pulls in hyper) to the dev-dependencies section.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-rrd/Cargo.toml
proxmox-rrd/examples/prrd.rs [new file with mode: 0644]
proxmox-rrd/src/bin/rrd.rs [deleted file]