mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix(climc): host set memory commit bound incorrect params (#23973)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user