Skip to content

Commit

Permalink
specify the olap volume size
Browse files Browse the repository at this point in the history
  • Loading branch information
ganganxiaojiu committed Jan 7, 2024
1 parent 85ae902 commit 02ef082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func newClusterCreateCmd(out io.Writer, errOut io.Writer) *cobra.Command {
}
cmd = DisableHelp(cmd)
f := cmd.Flags()
f.IntVarP(&c.clusterOpts.DataVolume, "data-volume", "v", 32, "total raw data volumes of the ninecluster,Uint Gi, e.g. 16")
f.IntVarP(&c.clusterOpts.DataVolume, "data-volume", "v", 32, "total raw data volumes of the ninecluster,the unit is Gi, e.g. 16")
f.StringVarP(&c.clusterOpts.Olap, "olap", "a", "", fmt.Sprintf("add olap to the ninecluster,support [%s]", olapsSupported))
f.IntVar(&c.clusterOpts.OlapVolume, "olap-volume", 100, "olap storage volume size")
f.BoolVar(&DEBUG, "debug", false, "print debug information")
Expand Down

0 comments on commit 02ef082

Please sign in to comment.