Git Product home page Git Product logo

Comments (23)

fejta-bot avatar fejta-bot commented on June 1, 2024

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

from azurefile-csi-driver.

fejta-bot avatar fejta-bot commented on June 1, 2024

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

from azurefile-csi-driver.

fejta-bot avatar fejta-bot commented on June 1, 2024

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

from azurefile-csi-driver.

k8s-ci-robot avatar k8s-ci-robot commented on June 1, 2024

@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.

from azurefile-csi-driver.

fejta-bot avatar fejta-bot commented on June 1, 2024

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

from azurefile-csi-driver.

k8s-ci-robot avatar k8s-ci-robot commented on June 1, 2024

@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.

from azurefile-csi-driver.

andyzhangx avatar andyzhangx commented on June 1, 2024

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

from azurefile-csi-driver.

rfranzke avatar rfranzke commented on June 1, 2024

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

from azurefile-csi-driver.

andyzhangx avatar andyzhangx commented on June 1, 2024

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

from azurefile-csi-driver.

fejta-bot avatar fejta-bot commented on June 1, 2024

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

from azurefile-csi-driver.

andyzhangx avatar andyzhangx commented on June 1, 2024

waiting for https://github.com/kubernetes-csi/external-provisioner v2.0.0 release

from azurefile-csi-driver.

andyzhangx avatar andyzhangx commented on June 1, 2024

related work: #419

from azurefile-csi-driver.

andyzhangx avatar andyzhangx commented on June 1, 2024

waiting for

from azurefile-csi-driver.

andyzhangx avatar andyzhangx commented on June 1, 2024

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

from azurefile-csi-driver.

andyzhangx avatar andyzhangx commented on June 1, 2024

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)

from azurefile-csi-driver.

andyzhangx avatar andyzhangx commented on June 1, 2024

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

from azurefile-csi-driver.

andyzhangx avatar andyzhangx commented on June 1, 2024

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

from azurefile-csi-driver.

andyzhangx avatar andyzhangx commented on June 1, 2024

found blocking issue: kubernetes/kubernetes#96508

from azurefile-csi-driver.

andyzhangx avatar andyzhangx commented on June 1, 2024

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

from azurefile-csi-driver.

fejta-bot avatar fejta-bot commented on June 1, 2024

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

from azurefile-csi-driver.

fejta-bot avatar fejta-bot commented on June 1, 2024

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

from azurefile-csi-driver.

fejta-bot avatar fejta-bot commented on June 1, 2024

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

from azurefile-csi-driver.

k8s-ci-robot avatar k8s-ci-robot commented on June 1, 2024

@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.

from azurefile-csi-driver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.