Implement resizing of zpool
This commit is contained in:
parent
f410517ffa
commit
f0725c503f
10 changed files with 234 additions and 17 deletions
13
rust/program/disko-zpool-expand/Cargo.toml
Normal file
13
rust/program/disko-zpool-expand/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "disko-zpool-expand"
|
||||
edition = "2024"
|
||||
version = "1.0.0"
|
||||
metadata.crane.name = "disko-zpool-expand"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
common = { path = "../../lib/common" }
|
||||
log = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
hakari = { version = "0.1", path = "../../lib/hakari" }
|
Loading…
Add table
Add a link
Reference in a new issue