Skip to content

Commit 52e04b3

Browse files
authored
Bump Propolis (#9726)
relevant propolis change since last bump (plus some commits that are docs/tools-only, and disabling doorbell buffers + reverting the disable): * nvme: CQ db_buf EventIdx should slightly lag CQ tail this fixes what we ended up finding as an associated issue in oxidecomputer/propolis#1008, where guests could end up having submitted disk operations we were told to process and subsequently never did.
1 parent 8238634 commit 52e04b3

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,10 @@ progenitor-client = "0.10.0"
680680
# NOTE: if you change the pinned revision of the `bhyve_api` and propolis
681681
# dependencies, you must also update the references in package-manifest.toml to
682682
# match the new revision.
683-
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e" }
684-
propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev = "2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e" }
685-
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e" }
686-
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e" }
683+
bhyve_api = { git = "https://github.com/oxidecomputer/propolis", rev = "7d4e2a49b9ef7750140bdddd2391d24d4729ec8c" }
684+
propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev = "7d4e2a49b9ef7750140bdddd2391d24d4729ec8c" }
685+
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "7d4e2a49b9ef7750140bdddd2391d24d4729ec8c" }
686+
propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "7d4e2a49b9ef7750140bdddd2391d24d4729ec8c" }
687687
# NOTE: see above!
688688
proptest = "1.7.0"
689689
qorb = "0.4.1"

package-manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,10 @@ service_name = "propolis-server"
650650
only_for_targets.image = "standard"
651651
source.type = "prebuilt"
652652
source.repo = "propolis"
653-
source.commit = "2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e"
653+
source.commit = "7d4e2a49b9ef7750140bdddd2391d24d4729ec8c"
654654
# The SHA256 digest is automatically posted to:
655655
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/propolis/image/<commit>/propolis-server.sha256.txt
656-
source.sha256 = "32bd7ec72221b16c1b4705192e13f665deea9d9b4a1c80b2bd558463d94f5f6e"
656+
source.sha256 = "0d5998ffd44f7103e5012a06ba1280260f6c8ed6f48bb2f58fcc70cbc96cb873"
657657
output.type = "zone"
658658

659659
[package.mg-ddm-gz]

0 commit comments

Comments
 (0)