fix: missing storage type
This commit is contained in:
parent
d28ca286fb
commit
ac0e05f72d
@ -307,6 +307,7 @@ pub struct VmInfo {
|
||||
pub enum StorageType {
|
||||
LVMThin,
|
||||
Dir,
|
||||
ZFSPool
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user