aboutsummaryrefslogtreecommitdiff
path: root/zenstore/compactcas.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-04 15:27:45 +0200
committerStefan Boberg <[email protected]>2021-10-04 15:27:45 +0200
commit2356411f391ae65544ef1cd3810945f3ebf8e8dc (patch)
treecc838ddc32d7e6198af7b2f6532c7d686040e216 /zenstore/compactcas.cpp
parentmonitoring: added stubs for /stats and /status endpoints (diff)
downloadzen-2356411f391ae65544ef1cd3810945f3ebf8e8dc.tar.xz
zen-2356411f391ae65544ef1cd3810945f3ebf8e8dc.zip
zenserver: Changed initialization flow
- HTTP server is now started earlier, so it can be queried while scrubbing/recovery runs - Stats/status services are initialized before anything else, so they can be used to monitor progress while scrubbing happens - Structured cache initialization is now in a separate function - Scrubbing now emits some summary stats at the point of completion
Diffstat (limited to 'zenstore/compactcas.cpp')
-rw-r--r--zenstore/compactcas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp
index 5fc3ac356..612f87c7c 100644
--- a/zenstore/compactcas.cpp
+++ b/zenstore/compactcas.cpp
@@ -254,7 +254,7 @@ CasContainerStrategy::Scrub(ScrubContext& Ctx)
// be used to invalidate higher level data structures more efficiently
// than a full validation pass might be able to do
- Ctx.ReportBadChunks(BadChunkHashes);
+ Ctx.ReportBadCasChunks(BadChunkHashes);
}
void