Skip to content

Commit

Permalink
Merge pull request #1358 from stgraber/main
Browse files Browse the repository at this point in the history
  • Loading branch information
tych0 authored Nov 7, 2024
2 parents 5157bfe + 676ba92 commit 21545ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/instance/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ var InstanceConfigKeysAny = map[string]func(value string) error{
// type: string
// liveupdate: yes
// shortdesc: Which NUMA nodes to place the instance CPUs on
"limits.cpu.nodes": validate.Optional(validate.Or(validate.IsValidCPUSet, validate.IsOneOf("balanced"))),
"limits.cpu.nodes": validate.Optional(validate.Or(validate.IsValidCPUSet, validate.IsOneOf("0", "balanced"))),

// gendoc:generate(entity=instance, group=resource-limits, key=limits.disk.priority)
// Controls how much priority to give to the instance's I/O requests when under load.
Expand Down

0 comments on commit 21545ee

Please sign in to comment.