From be8bd682c0edbe689743185e158fc59d237d0852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Fri, 12 Feb 2021 12:43:26 +0100 Subject: [PATCH] B #4989: update image attributes at GOCA (#800) --- src/oca/go/src/goca/schemas/image/image.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"`