mimir: added various tools
Added some tools which are necessary for regular cluster operation, maintenance, and disaster recovery. These tools can be found [here](https://github.com/grafana/mimir/tree/main/tools)
This commit is contained in:
@@ -15,7 +15,16 @@ buildGoModule rec {
|
||||
subPackages = [
|
||||
"cmd/mimir"
|
||||
"cmd/mimirtool"
|
||||
];
|
||||
] ++ (map (pathName: "tools/${pathName}") [
|
||||
"compaction-planner"
|
||||
"copyblocks"
|
||||
"copyprefix"
|
||||
"delete-objects"
|
||||
"list-deduplicated-blocks"
|
||||
"listblocks"
|
||||
"markblocks"
|
||||
"undelete-blocks"
|
||||
]);
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script {
|
||||
|
||||
Reference in New Issue
Block a user