Fix some issues with zpool-setup
This commit is contained in:
parent
4fa553db56
commit
71b4792fdd
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ publish = false
|
|||
|
||||
### BEGIN HAKARI SECTION
|
||||
[dependencies]
|
||||
anstream = { version = "0.6.19" }
|
||||
anstream = { version = "0.6.20" }
|
||||
base64 = { version = "0.22.1" }
|
||||
libc = { version = "0.2.174", features = ["extra_traits"] }
|
||||
log = { version = "0.4.27", default-features = false, features = ["std"] }
|
||||
|
|
|
@ -37,7 +37,7 @@ pub struct SetupZpool {
|
|||
encryption_key_name: Option<String>,
|
||||
|
||||
/// 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>,
|
||||
|
||||
/// Vdevs of the pool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue