Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
mulkieran committed Aug 12, 2024
1 parent fb7d35a commit a81ee2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/utils/predict_usage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ impl V2usage {
r.checked_sub(*self.raid_metadata_alloc)
})
.and_then(|r| {
let integrity_deduction = integrity_meta_space(s);
let integrity_deduction =
integrity_meta_space(s - self.stratis_metadata_alloc);
eprintln!("Deduction for integrity space: {:}", integrity_deduction);
r.checked_sub(*integrity_deduction)
})
Expand Down

0 comments on commit a81ee2a

Please sign in to comment.