Skip to content

Commit

Permalink
comment updated
Browse files Browse the repository at this point in the history
  • Loading branch information
GunaKKIBM committed Sep 26, 2024
1 parent a89cd90 commit 3ab1e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/image/import/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func init() {
Cmd.Flags().DurationVar(&pkg.ImageCMDOptions.WatchTimeout, "watch-timeout", 1*time.Hour, "watch timeout")

Cmd.Flags().StringVar(&pkg.ImageCMDOptions.StorageType, "pvs-storagetype", "tier3", fmt.Sprintf("PowerVS Storage type, accepted values are [tier1, tier3, tier0, tier5k].\n%s\n%s\n%s\n%s\nNote: The use of fixed IOPS is limited to volumes with a size of 200 GB or less, which is the break even size with Tier 0 (200 GB @ 25 IOPS/GB = 5000 IOPS).", tier0, tier1, tier3, fixedIOPS))
// The function call in the line above generates the following output:
// The help section against --pvs-storagetype generates the following output:
/*
--pvs-storagetype string PowerVS Storage type, accepted values are [tier1, tier3, tier0, tier5k].
Tier 0 | 25 IOPS/GB
Expand Down

0 comments on commit 3ab1e95

Please sign in to comment.