Skip to content

Commit

Permalink
correct help message
Browse files Browse the repository at this point in the history
Features: control pool
Allow-unstable-test: true
Required-githooks: true

Signed-off-by: Tom Nabarro <[email protected]>
  • Loading branch information
tanabarr committed Aug 27, 2024
1 parent 76dced3 commit 62c48c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/cmd/dmg/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var (
// Default to 6% SCM:94% NVMe
defaultTierRatios = []float64{0.06, 0.94}
errPoolCreateIncompatOpts = errors.New("unsupported option combination, use (--scm-size and " +
"--nvme-size) or (--scm-size and --nvme-size) or (--size)")
"--nvme-size) or (--meta-size and --data-size) or (--size)")
)

type tierRatioFlag struct {
Expand Down

0 comments on commit 62c48c7

Please sign in to comment.