diff --git a/pkg/base/store_spec.go b/pkg/base/store_spec.go index d1a28b71cf1e..d6a2d071f8e9 100644 --- a/pkg/base/store_spec.go +++ b/pkg/base/store_spec.go @@ -368,7 +368,7 @@ var fractionRegex = regexp.MustCompile(`^([-]?([0-9]+\.[0-9]*|[0-9]*\.[0-9]+|[0- // - provisioned-rate=disk-name=[:bandwidth=] The // provisioned-rate can be used for admission control for operations on the // store. The bandwidth is optional, and if unspecified, a cluster setting -// (kv.store.admission.provisioned_bandwidth) will be used. +// (kvadmission.store.provisioned_bandwidth) will be used. // // Note that commas are forbidden within any field name or value. func NewStoreSpec(value string) (StoreSpec, error) { diff --git a/pkg/cli/cliflags/flags.go b/pkg/cli/cliflags/flags.go index 0dd5ae31f4ba..f66a8df99d7c 100644 --- a/pkg/cli/cliflags/flags.go +++ b/pkg/cli/cliflags/flags.go @@ -967,7 +967,7 @@ memory that the store may consume, for example: Optionally, to configure admission control enforcement to prevent disk bandwidth saturation, the "provisioned-rate" field can be specified with the "disk-name" and an optional "bandwidth". The bandwidth is used to override -the value of the cluster setting, kv.store.admission.provisioned_bandwidth. +the value of the cluster setting, kvadmission.store.provisioned_bandwidth. For example: