Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxidecomputer/crucible
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d590fffaa363c9d7c6262f12dde597f02e2dad7a
Choose a base ref
..
head repository: oxidecomputer/crucible
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0f03bf13c7577faab53c743312e234731f4daf77
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 downstairs/src/extent_inner_raw_v2.rs
2 changes: 1 addition & 1 deletion downstairs/src/extent_inner_raw_v2.rs
Original file line number Diff line number Diff line change
@@ -625,7 +625,7 @@ impl RawInnerV2 {
"zfs returned invalid UTF-8 string: {out:?} ({e})"
))
})?;
out.parse::<u64>().map_err(|e| {
out.trim().parse::<u64>().map_err(|e| {
CrucibleError::IoError(format!(
"zfs returned non-integer for recordsize: {out:?} \
({e})"