diff --git a/pkg/apis/compute/hoststorage.go b/pkg/apis/compute/hoststorage.go index be283eb53e..9e7ea155c2 100644 --- a/pkg/apis/compute/hoststorage.go +++ b/pkg/apis/compute/hoststorage.go @@ -48,7 +48,7 @@ type HoststorageDetails struct { // 镜像缓存路径 ImagecachePath string `json:"imagecache_path"` // 存储缓存Id - StoragecacheId string `json:"storagecached_id"` + StoragecacheId string `json:"storagecache_id"` GuestDiskCount int `json:"guest_disk_count,allowempty"` }