Revision efb8da02 lib/constants.py
b/lib/constants.py | ||
---|---|---|
201 | 201 |
ST_LVM_VG: frozenset([SF_NAME, SF_SIZE]), |
202 | 202 |
} |
203 | 203 |
|
204 |
MODIFIABLE_STORAGE_FIELDS = { |
|
205 |
ST_LVM_PV: frozenset([SF_ALLOCATABLE]), |
|
206 |
} |
|
207 |
|
|
204 | 208 |
# disk template types |
205 | 209 |
DT_DISKLESS = "diskless" |
206 | 210 |
DT_PLAIN = "plain" |
Also available in: Unified diff