Clarify the role for SupportedSizeRange

This commit is contained in:
Ted Yu 2019-10-18 14:58:56 -07:00
parent f9acca889c
commit 0ae181cf0c

View File

@ -166,9 +166,9 @@ type DriverInfo struct {
InTreePluginName string
FeatureTag string // FeatureTag for the driver
// Max file size to be tested for this driver
// Maximum single file size supported by this driver
MaxFileSize int64
// The range of size supported by this driver
// The range of disk size supported by this driver
SupportedSizeRange volume.SizeRange
// Map of string for supported fs type
SupportedFsType sets.String