-
Notifications
You must be signed in to change notification settings - Fork 547
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
rbd: enable expand operation for intree volumes #2741
Conversation
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.
if not available Please add e2e changes for this one.
46d69a1
to
9fc8758
Compare
@Madhu-1 you mean in the tracker ? |
as expand is getting adding in this PR it good to add E2E to make sure its working |
c7cacc4
to
962513c
Compare
@Madhu-1 our current e2e for static volumes in general is not upto the mark. so adding an extension again on that at this stage is not really worth I believe. Once the sidecars are in place and when we revamp we can add or try to simulate the setups. |
b1f7e7a
to
e24f79c
Compare
e24f79c
to
2230f57
Compare
94462cf
to
a7c370e
Compare
cfc4734
to
1432707
Compare
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.
small nit and suggested a nicer version for genVolFromVolIDWithMigration .
Pull request has been modified.
1432707
to
7b0ea29
Compare
updated the nicer version too, the current github action failure is spurious one. |
7b0ea29
to
e395b7f
Compare
#2743 should fix CI |
9d94c32
to
7dfa1ac
Compare
d415e0b
to
4eb3877
Compare
Pull request has been modified.
This commit enable the resize operation[1] for in-tree volumes. new helper has been introduced here to aid the enablement or to make it clean with existing code base. [1] https://github.com/ceph/ceph-csi/blob/devel/docs/design/proposals/intree-migrate.md?plain=1#L66 Signed-off-by: Humble Chirammal <[email protected]>
4eb3877
to
77cc2cb
Compare
This commit enable the resize operation [1] for in-tree volumes.
new helper has been introduced here to aid the enablement or to
make it clean with existing code base.
[1] https://github.com/ceph/ceph-csi/blob/devel/docs/design/proposals/intree-migrate.md?plain=1#L66
Updates #2509
Signed-off-by: Humble Chirammal [email protected]
Additional Info:
Here is the log: