Fix some issues with zpool-setup
Some checks failed
/ dev-shell (push) Successful in 3m28s
/ check (push) Failing after 9m2s
/ rust-packages (push) Successful in 10m3s
/ terraform-providers (push) Successful in 7m22s
/ systems (push) Successful in 54m13s

This commit is contained in:
Kaare Hoff Skovgaard 2025-08-06 23:28:48 +02:00
parent 4fa553db56
commit 71b4792fdd
Signed by: khs
GPG key ID: C7D890804F01E9F0
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ publish = false
### BEGIN HAKARI SECTION ### BEGIN HAKARI SECTION
[dependencies] [dependencies]
anstream = { version = "0.6.19" } anstream = { version = "0.6.20" }
base64 = { version = "0.22.1" } base64 = { version = "0.22.1" }
libc = { version = "0.2.174", features = ["extra_traits"] } libc = { version = "0.2.174", features = ["extra_traits"] }
log = { version = "0.4.27", default-features = false, features = ["std"] } log = { version = "0.4.27", default-features = false, features = ["std"] }

View file

@ -37,7 +37,7 @@ pub struct SetupZpool {
encryption_key_name: Option<String>, encryption_key_name: Option<String>,
/// Openbao name of the encryption field for the pool. Can only omit during test. /// Openbao name of the encryption field for the pool. Can only omit during test.
#[arg(long = "encryption-key-name")] #[arg(long = "encryption-key-field")]
encryption_key_field: Option<String>, encryption_key_field: Option<String>,
/// Vdevs of the pool /// Vdevs of the pool