-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat(resize): adding resize support for lvm volumes #4
Conversation
@pawanpraka1 , Does resize means we can only extend the volume? Can we reduce the size of the volume? |
@akhilerm Shrinking of persistent volumes is not supported by k8s. So, yeah, CSI resize means volume extension only. |
a13962f
to
e7e7cab
Compare
Codecov Report
@@ Coverage Diff @@
## master #4 +/- ##
=========================================
- Coverage 1.56% 1.42% -0.14%
=========================================
Files 11 11
Lines 640 702 +62
=========================================
Hits 10 10
- Misses 630 692 +62
Continue to review full report at Codecov.
|
Signed-off-by: Pawan <[email protected]>
@praveengt could you take a look at this PR. |
Signed-off-by: Pawan <[email protected]>
Signed-off-by: Pawan <[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.
Changes looks good.
Signed-off-by: Pawan [email protected]
fixes: #3
What this PR does?:
adding resize support for lvm volumes
Checklist:
<type>(<scope>): <subject>