add pool mapping to Instance type
This commit is contained in:
@@ -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