fix: missing storage type

This commit is contained in:
kieran 2024-11-27 14:42:40 +00:00
parent d28ca286fb
commit ac0e05f72d
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -307,6 +307,7 @@ pub struct VmInfo {
pub enum StorageType {
LVMThin,
Dir,
ZFSPool
}
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq)]