Skip to content

Commit

Permalink
Merge pull request #1145 from ioito/automated-cherry-pick-of-#1144-up…
Browse files Browse the repository at this point in the history
…stream-release-3.11

Automated cherry pick of #1144: fix(qcloud): rds cpu option
  • Loading branch information
ioito authored Dec 25, 2024
2 parents 811253f + 0c50da1 commit ef00b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/multicloud/qcloud/rds_mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ func (self *SRegion) CreateMySQLDBInstance(opts *cloudprovider.SManagedDBInstanc
"GoodsNum": "1",
"Memory": fmt.Sprintf("%d", opts.VmemSizeMb),
"Volume": fmt.Sprintf("%d", opts.DiskSizeGB),
"Cpu": fmt.Sprintf("%d", opts.VcpuCount),
"EngineVersion": opts.EngineVersion,
}
if len(opts.VpcId) > 0 {
Expand Down

0 comments on commit ef00b1b

Please sign in to comment.