Skip to content
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

CSI migration from in-tree driver to CSI driver go beta #115

Closed
andyzhangx opened this issue Sep 7, 2019 · 23 comments
Closed

CSI migration from in-tree driver to CSI driver go beta #115

andyzhangx opened this issue Sep 7, 2019 · 23 comments
Assignees
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@andyzhangx
Copy link
Member

andyzhangx commented Sep 7, 2019

Is your feature request related to a problem? Please describe.

Describe the solution you'd like in detail

design doc: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/csi-migration.md

depends on cs-attacher v3.0.0: #430

depends on csi-provisioner fix: kubernetes/kubernetes#94853

Describe alternatives you've considered

Additional context

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 6, 2019
levimm pushed a commit to levimm/azurefile-csi-driver that referenced this issue Dec 25, 2019
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jan 5, 2020
@fejta-bot
Copy link

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

@k8s-ci-robot
Copy link
Contributor

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@fejta-bot
Copy link

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

@k8s-ci-robot
Copy link
Contributor

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@andyzhangx andyzhangx reopened this Mar 6, 2020
@ZeroMagic ZeroMagic removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Mar 6, 2020
@andyzhangx
Copy link
Member Author

andyzhangx commented Apr 16, 2020

now depends on this PR: kubernetes/kubernetes#90162, this PR would cherry-pick to 1.17, 1.18, and azure file and disk migration would go beta in 1.19

@andyzhangx andyzhangx self-assigned this Apr 16, 2020
@rfranzke
Copy link

Sounds great. Happy to help with opening the cherry-pick PRs after kubernetes/kubernetes#90162 is merged.

@andyzhangx
Copy link
Member Author

andyzhangx commented May 8, 2020

Azure disk & azure file migration would go beta in 1.19, here is the PR: kubernetes/kubernetes#90896
related KEP:
kubernetes/enhancements#1490

also there is a migration issue should be fixed in https://github.com/kubernetes-csi/external-provisioner (by vendoring fix kubernetes/kubernetes#90162 in k8s.io/csi-translation-lib v0.19.0)
working image: andyzhangx/csi-provisioner:v1.3.0-fix

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 6, 2020
@andyzhangx andyzhangx removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 6, 2020
@andyzhangx
Copy link
Member Author

@andyzhangx andyzhangx changed the title Test CSI migration functionality from in-tree driver to CSI driver CSI migration from in-tree driver to CSI driver go beta Aug 25, 2020
@andyzhangx
Copy link
Member Author

related work: #419

@andyzhangx
Copy link
Member Author

andyzhangx commented Sep 27, 2020

waiting for

@andyzhangx
Copy link
Member Author

andyzhangx commented Oct 31, 2020

csi-provisioner has been upgraded to v2.0.4, now try to enable csi migration test: kubernetes/test-infra#19790

@andyzhangx
Copy link
Member Author

andyzhangx commented Nov 2, 2020

update:
https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_azurefile-csi-driver/466/pull-azurefile-csi-driver-e2e-migration/1323155056895201280/build-log.txt

Summarizing 5 Failures:

[Fail] Dynamic Provisioning [It] should create a volume on demand with mount options [kubernetes.io/azure-file] [file.csi.azure.com] [Windows] 
/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/testsuites/testsuites.go:514

[Fail] Dynamic Provisioning [It] should create multiple PV objects, bind to PVCs and attach all to different pods on the same node [kubernetes.io/azure-file] [file.csi.azure.com] [Windows] 
/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/testsuites/testsuites.go:519

[Fail] Dynamic Provisioning [It] should create a volume on demand and mount it as readOnly in a pod [kubernetes.io/azure-file] [file.csi.azure.com] [Windows] 
/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/testsuites/testsuites.go:548

[Fail] Dynamic Provisioning [It] should create a deployment object, write and read to it, delete the pod and write and read to it again [kubernetes.io/azure-file] [file.csi.azure.com] [Windows] 
/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/testsuites/testsuites.go:408

[Fail] Dynamic Provisioning [It] should create a volume on demand and resize it [kubernetes.io/azure-file] [file.csi.azure.com] [Windows] 
/home/prow/go/src/sigs.k8s.io/azurefile-csi-driver/test/e2e/testsuites/testsuites.go:514

Ran 6 of 25 Specs in 4414.212 seconds
FAIL! -- 1 Passed | 5 Failed | 0 Pending | 19 Skipped
--- FAIL: TestE2E (4414.22s)

@andyzhangx
Copy link
Member Author

andyzhangx commented Nov 5, 2020

waiting for kubernetes/kubernetes#96099 merged into k8s v1.17.14, v1.18.11

@andyzhangx
Copy link
Member Author

would be addressed by PR: #430
mcr.microsoft.com/oss/kubernetes-csi/csi-attacher:v3.0.2 has the fix already: kubernetes/kubernetes#94904

@andyzhangx
Copy link
Member Author

found blocking issue: kubernetes/kubernetes#96508

@andyzhangx
Copy link
Member Author

kubernetes/kubernetes#96508 would be fixed by kubernetes/kubernetes#97877, I think that's the last fix, migration test pass with PR: kubernetes/kubernetes#97877

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 9, 2021
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels May 9, 2021
@fejta-bot
Copy link

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-contributor-experience at kubernetes/community.
/close

@k8s-ci-robot
Copy link
Contributor

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-contributor-experience at kubernetes/community.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@andyzhangx andyzhangx reopened this Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

5 participants