Skip to content

Commit 52063ef

Browse files
authored
Merge pull request kubernetes#84094 from yutedz/stor-max-size
Clarify the role for SupportedSizeRange
2 parents 6c97bae + 0ae181c commit 52063ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/storage/testsuites/testdriver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ type DriverInfo struct {
166166
InTreePluginName string
167167
FeatureTag string // FeatureTag for the driver
168168

169-
// Max file size to be tested for this driver
169+
// Maximum single file size supported by this driver
170170
MaxFileSize int64
171-
// The range of size supported by this driver
171+
// The range of disk size supported by this driver
172172
SupportedSizeRange volume.SizeRange
173173
// Map of string for supported fs type
174174
SupportedFsType sets.String

0 commit comments

Comments
 (0)