verify: directly pass manifest to filter function
In order to avoid loading the manifest twice during verify.
This commit is contained in:
@ -533,6 +533,7 @@ impl BackupEnvironment {
|
||||
corrupt_chunks,
|
||||
worker.clone(),
|
||||
worker.upid().clone(),
|
||||
None,
|
||||
snap_lock,
|
||||
)? {
|
||||
bail!("verification failed - please check the log for details");
|
||||
|
Reference in New Issue
Block a user