Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4b50beb
[sled-agent] Ensure that datasets get mounted
smklein Mar 27, 2025
8627221
docs
smklein Mar 27, 2025
5fb7507
Update tests to less-confusing values
smklein Mar 27, 2025
a3d8313
We dont have legacy mountpoints, but deal with them too
smklein Mar 27, 2025
f4652a9
[sled-agent] Make new mountpoints immutable
smklein Mar 28, 2025
830e97b
move old dir, add tests, patch support bundle tests
smklein Mar 28, 2025
3b55f40
Better support for filesystems that cannot be immutable
smklein Mar 28, 2025
64beaba
loop once
smklein Mar 31, 2025
a951a2b
Merge branch 'main' into do-more-mounting
smklein Mar 31, 2025
a3a7215
Disk::new failing can be an error
smklein Mar 31, 2025
2d59800
Merge branch 'do-more-mounting' into immutable-mountpoints
smklein Mar 31, 2025
a577066
Update comment, add test
smklein Mar 31, 2025
b03ab6a
fmt
smklein Mar 31, 2025
b3a7bb4
Merge branch 'main' into do-more-mounting
smklein Apr 1, 2025
e6a55db
Merge branch 'do-more-mounting' into immutable-mountpoints
smklein Apr 1, 2025
c3df550
fmt
smklein Apr 1, 2025
c3d55db
Merge branch 'main' into do-more-mounting
smklein Apr 3, 2025
452398e
Merge branch 'do-more-mounting' into immutable-mountpoints
smklein Apr 3, 2025
636b58f
Comments, spelling
smklein Apr 3, 2025
1550c9a
Merge branch 'main' into do-more-mounting
smklein Apr 3, 2025
06f26ec
Merge branch 'do-more-mounting' into immutable-mountpoints
smklein Apr 3, 2025
3a4e3ae
dashes of dashes and dashes of inlineerrorchains
smklein Apr 3, 2025
f700573
clippy
smklein Apr 3, 2025
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
17 changes: 17 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ wicket = { path = "wicket" }
wicket-common = { path = "wicket-common" }
wicketd-api = { path = "wicketd-api" }
wicketd-client = { path = "clients/wicketd-client" }
xshell = "0.2.7"
zeroize = { version = "1.8.1", features = ["zeroize_derive", "std"] }
# NOTE: Avoid upgrading zip until https://github.com/zip-rs/zip2/issues/231 is resolved
zip = { version = "=2.1.3", default-features = false, features = ["deflate","bzip2"] }
Expand Down
Loading
Loading