-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pvc size shouldn't more than scale allowed size #1226
Conversation
Signed-off-by: badri-pathak <[email protected]>
Image: quay.io/badri_pathak/ibm-spectrum-scale-csi-driver:pvc_max_size_v6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @badri-pathak , can we fix following issues in this PR
#1227 and #1228
Signed-off-by: badri-pathak <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@badri-pathak can you please have a look on #1229
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
image with latest changes : |
Signed-off-by: badri-pathak <[email protected]>
Signed-off-by: badri-pathak <[email protected]>
Image: quay.io/badri_pathak/ibm-spectrum-scale-csi-driver:pvc_max_size_v10 |
Signed-off-by: badri-pathak <[email protected]>
quay.io/badri_pathak/ibm-spectrum-scale-csi-driver:pvc_max_size_v11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed and tested , thanks @badri-pathak
do not merge in 2.13 |
Signed-off-by: badri-pathak [email protected]
Pull request checklist
This will address the issue #800
The max size supported by scale is 999999999999999K . The changes won't allow the user to create/resize more this allowed limit.
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
What is the new behavior?
How risky is this change?