fix(climc): host set memory commit bound incorrect params (#23973)

This commit is contained in:
wanyaoqi
2025-12-29 11:01:43 +08:00
committed by GitHub
parent 5eae491d47
commit 6bf92e0ea7
+1 -1
View File
@@ -138,7 +138,7 @@ func (o *HostAutoMigrateOnHostDownOptions) Params() (jsonutils.JSONObject, error
type HostSetCommitBoundOptions struct {
options.BaseIdOptions
CpuCmtbound *float32 `help:"Cpu commit bound"`
MemCmtBound *float32 `help:"Mem commit bound"`
MemCmtbound *float32 `help:"Mem commit bound"`
}
func (o *HostSetCommitBoundOptions) Params() (jsonutils.JSONObject, error) {