Compare commits

..

1 Commits

Author SHA1 Message Date
alu be50bf3428 add pool mapping to Instance type 2026-05-22 18:49:01 +00:00
+1
View File
@@ -31,6 +31,7 @@ type Instance struct {
Nets map[NetID]*Net `json:"nets"`
Devices map[DeviceID]*Device `json:"devices"`
Boot BootOrder `json:"boot"`
Pool string `json:"pool"` // todo: this should be actual pool
}
var VolumeTypes = []string{