1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #4989: update image attributes at GOCA (#800)

This commit is contained in:
Christian González 2021-02-12 12:43:26 +01:00 committed by GitHub
parent b12f57f4bc
commit be8bd682c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"`