Update Propolis#8527
Merged
Merged
Conversation
Member
|
It would be really nice if we could manage to slip in a bump of the |
Changes here are: * update zerocopy to 0.8.25 (Propolis#910) * Rust 1.87.0 clippy lints (Propolis#911) * Support guest memory sizes >=1028 GiB (Propolis#912) * Fix new lints (Propolis#914) * server: build Tokio runtime using `oxide-tokio-rt` (Propolis#913) * Handle CPUID subleaves more precisely when using Bhyve defaults (Propolis#915) * update tokio-dtrace to 0.1.1 (and tokio to 1.46.1) (#916) Since the Propolis update increases the max viable memory size, I'm bumping that to 1.5 TiB here as well (it's the largest size I've tested on `dublin`) The CPUID changes in #915 are guest-visible and on production racks will have us stop advertising platform QoS features, whose MSRs aren't made available to guests anyway. The tokio-dtrace change is internal to the Propolis artifacts here, so we still need a (separate!) bump of tokio-dtrace to get that update in Omicron proper for sled-agent, Nexus, and other binaries here.
7e6d38c to
6dfa91a
Compare
hawkw
approved these changes
Jul 8, 2025
hawkw
left a comment
Member
There was a problem hiding this comment.
looks good to me once CI is okay
Member
Author
|
immediately struck down by |
iximeow
added a commit
to oxidecomputer/console
that referenced
this pull request
Jul 15, 2025
Since oxidecomputer/omicron#8527 the control plane has been happy to accept such sizes.
This was referenced Jul 15, 2025
iximeow
added a commit
to oxidecomputer/console
that referenced
this pull request
Jul 15, 2025
Since oxidecomputer/omicron#8527 the control plane has been happy to accept such sizes.
david-crespo
pushed a commit
to oxidecomputer/console
that referenced
this pull request
Jul 15, 2025
Since oxidecomputer/omicron#8527 the control plane has been happy to accept such sizes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes here are:
oxide-tokio-rt(Propolis#913)Since the Propolis update increases the max viable memory size, I'm bumping that to 1.5 TiB here as well (it's the largest size I've tested on
dublin)The CPUID changes in #915 are guest-visible and on production racks will have us stop advertising platform QoS features, whose MSRs aren't made available to guests anyway.