Skip to content

Commit a9c5fda

Browse files
leftwoAlan Hanson
andauthored
Update Crucible to latest (#765)
Crucible changes: Make crutest use BlockIO trait instead of a Guest (#1452) Use new syncfs syscall (#1427) Increment write backpressure before deferred encryption (#1444) Use RAII handles for backpressure (#1443) Fine-tuning backpressure clamping, and API cleanups (#1442) Fix outdated comment (#1447) Update Rust crate rusqlite to 0.32 (#1418) Fix write reordering bug (#1448) Remove `history_file` (#1446) Remove optionality for `BlockRes` in `DeferredWrite` (#1441) Co-authored-by: Alan Hanson <[email protected]>
1 parent 004df03 commit a9c5fda

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ oximeter = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
8181
sled-agent-client = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
8282

8383
# Crucible
84-
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "9d82a99058e7f4d76ccc2141dcd78e7d4730cc78" }
85-
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "9d82a99058e7f4d76ccc2141dcd78e7d4730cc78" }
84+
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa" }
85+
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa" }
8686

8787
# External dependencies
8888
anyhow = "1.0"

0 commit comments

Comments
 (0)