Skip to content
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

Make DiskTest easier to use across multiple sleds #5939

Merged
merged 37 commits into from
Jul 2, 2024
Merged
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
cee78bc
Start requiring zone filesystem argument
smklein Jun 20, 2024
3be4b6e
Deprecate the old service format
smklein Jun 20, 2024
8756076
Merge branch 'main' into nexus-zone-filesystems-2
smklein Jun 20, 2024
0aac450
Merge branch 'deprecate-services-migration' into nexus-zone-filesyste…
smklein Jun 20, 2024
3833549
Plumbing through filesystem_pool, still need to make it optional
smklein Jun 21, 2024
aea4bdb
Merge branch 'main' into deprecate-services-migration
smklein Jun 21, 2024
b58352f
review feedback
smklein Jun 21, 2024
a04e9c7
no bail just warn
smklein Jun 21, 2024
4615f1b
Merge branch 'deprecate-services-migration' into nexus-zone-filesyste…
smklein Jun 21, 2024
9f09c32
Merge branch 'main' into deprecate-services-migration
smklein Jun 21, 2024
9db3042
Merge branch 'deprecate-services-migration' into nexus-zone-filesyste…
smklein Jun 21, 2024
a96fc81
optional value
smklein Jun 21, 2024
9858dbf
are we optional yet
smklein Jun 21, 2024
f1e6f7a
lie about filesystem_pools for simulated sled agent
smklein Jun 21, 2024
8a9ade7
Patch test_builder_zones
smklein Jun 24, 2024
d7c462c
Fix test_silos_external_dns_end_to_end
smklein Jun 24, 2024
3c59610
patch v3 schema
smklein Jun 24, 2024
1270098
Patch blueprint edit
smklein Jun 24, 2024
f48fba3
Add schema change
smklein Jun 24, 2024
684932d
fmt
smklein Jun 24, 2024
87b8df9
Merge branch 'main' into nexus-zone-filesystems-2
smklein Jun 24, 2024
52406a6
helios tests
smklein Jun 24, 2024
713037e
Make DiskTest easier to use across multiple sleds
smklein Jun 24, 2024
acaf91f
Merge branch 'main' into nexus-zone-filesystems-2
smklein Jun 24, 2024
b1339d4
Cleanup
smklein Jun 24, 2024
fcea2f1
Merge branch 'main' into nexus-zone-filesystems-2
smklein Jun 25, 2024
6e8651d
Merge branch 'nexus-zone-filesystems-2' into disk-test-cleanup
smklein Jun 25, 2024
cc57c1d
review feedback
smklein Jun 25, 2024
53027a3
only pick in-service zpools from reconfigurator - regression test wanted
smklein Jun 25, 2024
ae41399
Merge zpool selection fns
smklein Jun 25, 2024
5b38070
Add colocation test
smklein Jun 25, 2024
80ca668
Merge branch 'nexus-zone-filesystems-2' into disk-test-cleanup
smklein Jun 25, 2024
f0ab1c2
Merge branch 'main' into nexus-zone-filesystems-2
smklein Jun 26, 2024
d83a553
Merge branch 'main' into nexus-zone-filesystems-2
smklein Jul 1, 2024
5499f18
Merge branch 'nexus-zone-filesystems-2' into disk-test-cleanup
smklein Jul 1, 2024
98278d4
Merge branch 'main' into nexus-zone-filesystems-2
smklein Jul 1, 2024
c97b442
Merge branch 'nexus-zone-filesystems-2' into disk-test-cleanup
smklein Jul 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dev-tools/reconfigurator-cli/tests/test_basic.rs
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@ use omicron_test_utils::dev::test_cmds::path_to_executable;
use omicron_test_utils::dev::test_cmds::redact_variable;
use omicron_test_utils::dev::test_cmds::run_command;
use omicron_test_utils::dev::test_cmds::EXIT_SUCCESS;
use omicron_uuid_kinds::GenericUuid;
use omicron_uuid_kinds::SledUuid;
use slog::debug;
use std::io::BufReader;
1 change: 0 additions & 1 deletion nexus/reconfigurator/execution/src/dns.rs
Original file line number Diff line number Diff line change
@@ -503,7 +503,6 @@ mod test {
use omicron_common::zpool_name::ZpoolName;
use omicron_test_utils::dev::test_setup_log;
use omicron_uuid_kinds::ExternalIpUuid;
use omicron_uuid_kinds::GenericUuid;
use omicron_uuid_kinds::OmicronZoneUuid;
use omicron_uuid_kinds::ZpoolUuid;
use sled_agent_client::ZoneKind;