-
Notifications
You must be signed in to change notification settings - Fork 27
teach propolis-server to understand configurable boot order #756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
f5437f6
wip: teach propolis-server to understand configurable boot order
iximeow 2032c1b
Merge branch 'master' into ixi/propolis-bootorder
iximeow ca97278
log plumbing
iximeow d5e43c4
shelve the first_boot_only attribute for a moment
iximeow 3f921f0
rustfmt and log tweaks
iximeow e0c7c71
include actually-usable tests
iximeow 54bda84
actually include guest OS definitions for 24.04 (shouldn't land)
iximeow cc485b0
move all the EFI variable stuff to a module
iximeow 7ddf735
lose dependency on specific test images
iximeow b112aa6
fill out other half of test "boot_order_source_priority"
iximeow f0a09db
use the implicit boot-disk entry like every other test
iximeow ed4a3e8
use empty FAT filesystems for unbootable disks
iximeow 7484eb4
log formatting consistency
iximeow ed455ea
review feedback: stray eprintln, include new boot_order in api-types
iximeow ee46c91
Merge remote-tracking branch 'github/master' into ixi/propolis-bootorder
iximeow 09583fb
extracted that into another PR
iximeow 7d595a3
cleanup on aisle SpecBuilder
iximeow f53ba2e
fix phd-tests also
iximeow 16138d1
clippy lints
iximeow 92e9859
include new boot order item in propolis-server-falcon.json too
iximeow 2183773
fix formatting in propolis-server.json
iximeow 05495d5
fix bad merge resolution
iximeow 6a386b0
move to more forward-compatible boot settings approach
iximeow bcb6824
check if guest environment supports efivar writes, bail early if not
iximeow 3200708
update falcon openapi document too
iximeow d4d9b07
last eprintln: should be trace tbh
iximeow fda55f8
Merge remote-tracking branch 'github/master' into ixi/propolis-bootorder
iximeow 3ad7383
keep some notes about where backend_name went from
iximeow 2e01169
resolve merge conflict with refactors
iximeow 9af0380
one less todo
iximeow 617dd0c
settle on an actual approach for the test "boot_disk" helper fn
iximeow fcfa0a2
ok, keep all tests passing with framework changes
iximeow 247f1e3
rustfmt
iximeow 52aa0fe
speed limit 80
iximeow c9a522b
dont want to wrap those lines, avoid the problem
iximeow bbeafcf
rustfmt
iximeow a636216
rustfmt
iximeow ab9743e
remove unneeded (and not-generally-correct) ubuntu 24.04 adapter
iximeow 458b740
cargo clippy --workspace...
iximeow 6d0077e
remove unnecessary warning about EFI partition
iximeow cee2adc
fix migration tests for this non-API-breaking change
iximeow 93e33e4
Update phd-tests/framework/src/test_vm/config.rs
iximeow ba45929
make PHD disk name/backend name derivation match propolis-server API
iximeow 22b5a08
review feedback:
iximeow 3a3e753
use newtypes to delineate DeviceName/BackendName in PHD
iximeow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.