diff --git a/src/oca/go/src/goca/schemas/image/image.go b/src/oca/go/src/goca/schemas/image/image.go index 8453aadc9f..b4a23b843b 100644 --- a/src/oca/go/src/goca/schemas/image/image.go +++ b/src/oca/go/src/goca/schemas/image/image.go @@ -46,7 +46,9 @@ type Image struct { RegTime int `xml:"REGTIME,omitempty"` Source string `xml:"SOURCE,omitempty"` Path string `xml:"PATH,omitempty"` - FsType string `xml:"FSTYPE,omitempty"` + Fs string `xml:"FS,omitempty"` + Driver string `xml:"DRIVER,omitempty"` + Format string `xml:"FORMAT,omitempty"` Size int `xml:"SIZE,omitempty"` StateRaw int `xml:"STATE,omitempty"` RunningVMs int `xml:"RUNNING_VMS,omitempty"`