Compare commits
1 Commits
cc53d7bdea
...
be50bf3428
| Author | SHA1 | Date | |
|---|---|---|---|
| be50bf3428 |
@@ -31,6 +31,7 @@ type Instance struct {
|
|||||||
Nets map[NetID]*Net `json:"nets"`
|
Nets map[NetID]*Net `json:"nets"`
|
||||||
Devices map[DeviceID]*Device `json:"devices"`
|
Devices map[DeviceID]*Device `json:"devices"`
|
||||||
Boot BootOrder `json:"boot"`
|
Boot BootOrder `json:"boot"`
|
||||||
|
Pool string `json:"pool"` // todo: this should be actual pool
|
||||||
}
|
}
|
||||||
|
|
||||||
var VolumeTypes = []string{
|
var VolumeTypes = []string{
|
||||||
|
|||||||
Reference in New Issue
Block a user