Skip to content

Request for volume capacity in GB#102

Open
GunaKKIBM wants to merge 2 commits intomasterfrom
Capacity-Gib-to-GB
Open

Request for volume capacity in GB#102
GunaKKIBM wants to merge 2 commits intomasterfrom
Capacity-Gib-to-GB

Conversation

@GunaKKIBM
Copy link
Member

No description provided.

MinimumVolumeSizeInBytes int64 = 10 * GB
// MaximumVolumeSizeInBytes the max allowed capacity
MaximumVolumeSizeInBytes int64 = 2 * 1024 * GiB //2000GB = 2TB
MaximumVolumeSizeInBytes int64 = 2 * TB //2000GB = 2TB
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove max limit

MinimumVolumeDiskSizeInGb = 10
// MaximumVolumeDiskSizeInGb ...
MaximumVolumeDiskSizeInGb = 2048
MaximumVolumeDiskSizeInGb = 2000
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the usage of these constants in the code and it's necessity.

Copy link
Member

@sameshai sameshai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GunaKKIBM same code is used for file also please raise PR for file Driver also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants