Implement resizing of zpool
Some checks failed
/ dev-shell (push) Successful in 2m7s
/ rust-packages (push) Successful in 2m22s
/ terraform-providers (push) Successful in 53s
/ check (push) Failing after 3m31s
/ systems (push) Successful in 26m15s

This commit is contained in:
Kaare Hoff Skovgaard 2025-08-04 02:20:26 +02:00
parent f410517ffa
commit f0725c503f
Signed by: khs
GPG key ID: C7D890804F01E9F0
10 changed files with 234 additions and 17 deletions

12
rust/Cargo.lock generated
View file

@ -270,6 +270,18 @@ dependencies = [
"syn",
]
[[package]]
name = "disko-zpool-expand"
version = "1.0.0"
dependencies = [
"anyhow",
"clap",
"common",
"hakari",
"log",
"serde",
]
[[package]]
name = "displaydoc"
version = "0.2.5"