Skip to content

Commit 1778085

Browse files
committed
Addressing comments
1 parent 3ab1e95 commit 1778085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/image/import/import.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@ func init() {
338338
Cmd.Flags().BoolVarP(&pkg.ImageCMDOptions.Watch, "watch", "w", false, "After image import watch for image to be published and ready to use")
339339
Cmd.Flags().DurationVar(&pkg.ImageCMDOptions.WatchTimeout, "watch-timeout", 1*time.Hour, "watch timeout")
340340

341-
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))
341+
Cmd.Flags().StringVar(&pkg.ImageCMDOptions.StorageType, "pvs-storagetype", "tier3", fmt.Sprintf("PowerVS Storage type, accepted values are [tier0, tier1, tier3, 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))
342342
// The help section against --pvs-storagetype generates the following output:
343343
/*
344-
--pvs-storagetype string PowerVS Storage type, accepted values are [tier1, tier3, tier0, tier5k].
344+
--pvs-storagetype string PowerVS Storage type, accepted values are [tier0, tier1, tier3, tier5k].
345345
Tier 0 | 25 IOPS/GB
346346
Tier 1 | 10 IOPS/GB
347347
Tier 3 | 3 IOPS/GB

0 commit comments

Comments
 (0)