mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
add normal type
This commit is contained in:
parent
37d1720758
commit
1a0d42a998
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class LVAttr:
|
|||
VDO_POOL = "d"
|
||||
VDO_POOL_DATA = "D"
|
||||
METADATA = "e"
|
||||
NORMAL = "-"
|
||||
|
||||
class Permissions(StrEnum):
|
||||
WRITABLE = "w"
|
||||
|
|
@ -77,6 +78,7 @@ class LVAttr:
|
|||
THIN = "t"
|
||||
UNKNOWN = "u"
|
||||
VIRTUAL = "v"
|
||||
NORMAL = "-"
|
||||
|
||||
class Health(StrEnum):
|
||||
# for all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue