mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-20 08:03:53 +08:00
fix(region): sku cpu mem sync (#23649)
This commit is contained in:
@@ -1260,6 +1260,8 @@ func (self *SServerSku) syncWithCloudSku(ctx context.Context, userCred mcclient.
|
||||
self.GpuAttachable = sku.GpuAttachable
|
||||
self.GpuSpec = sku.GpuSpec
|
||||
self.GpuCount = sku.GpuCount
|
||||
self.CpuCoreCount = sku.CpuCoreCount
|
||||
self.MemorySizeMB = sku.MemorySizeMB
|
||||
self.Md5 = sku.Md5
|
||||
return nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user