From a451c4fad9eb6a32d62fb6c5d4c5e960859ec92e Mon Sep 17 00:00:00 2001 From: James MacMahon Date: Thu, 21 Apr 2022 11:25:29 -0400 Subject: [PATCH] update crucible revs pull in latest crucible image to grab the volume ownership fix from https://github.com/oxidecomputer/crucible/pull/287 plus reconciliation work, among other things. --- client/Cargo.toml | 2 +- propolis/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index cf2952719..0420cc0be 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -16,4 +16,4 @@ slog = { version = "2.5", features = [ "max_level_trace", "release_max_level_deb structopt = "0.3" thiserror = "1.0" uuid = { version = "0.8", features = [ "serde", "v4" ] } -crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "4090a023b77dcab7a5000057cf2c96cdbb0469b6" } +crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "a70d458984acaf6144d36fa79670f97af148e98b" } diff --git a/propolis/Cargo.toml b/propolis/Cargo.toml index 54a477c74..a0f0fdd7c 100644 --- a/propolis/Cargo.toml +++ b/propolis/Cargo.toml @@ -21,7 +21,7 @@ viona_api = { path = "../viona-api" } usdt = { version = "0.2.1", default-features = false } tokio = { version = "1", features = ["full"] } futures = "0.3" -crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "4090a023b77dcab7a5000057cf2c96cdbb0469b6", optional = true } +crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "a70d458984acaf6144d36fa79670f97af148e98b", optional = true } anyhow = "1" slog = "2.7" serde = { version = "1" }