Skip to content

PVC attachment timeout when a node is terminated / removed from the cluster #762

@paalkr

Description

@paalkr

Describe the bug
It looks like this bug #691 or a similar bug is introduced in Trident after the 22.01.1 release. Both the 22.04.0 and the 22.07.0 releases suffer from the same behavior.

Environment
Vanilla Kubernetes 1.21.12 deployed to AWS using kOps 1.23.1

Trident version: [e.g. 19.10]
22.04.0 and 22.07.1
Trident installation flags used: [e.g. -d -n trident --use-custom-yaml]
helm install -n kube-netapp trident .\trident-operator-chart-21.07\ -f .\values.yaml
Container runtime: [e.g. Docker 19.03.1-CE]
Docker 20.10.11
Kubernetes version: [e.g. 1.15.1]
1.21.12
Kubernetes orchestrator: [e.g. OpenShift v3.11, Rancher v2.3.3]
kOps 1.23.1
Kubernetes enabled feature gates: [e.g. CSINodeInfo]
None
OS: [e.g. RHEL 7.6, Ubuntu 16.04]
Ubuntu 20.04.4 LTS
NetApp backend types: [e.g. CVS for AWS, ONTAP AFF 9.5, HCI 1.7]
AWS FSx for NetApp ONTAP, ontap-san-economy driver

Other:
Expected behavior
PVCs to attach after the initial 6 minutes delay.

Trident Backend config

apiVersion: trident.netapp.io/v1
kind: TridentBackendConfig
metadata:
  name: fsx01-k8s11-san-eco
spec:
  version: 1
  storageDriverName: ontap-san-economy
  managementLIF: svm-xxxx.fs-xxxx.fsx.eu-north-1.amazonaws.com
  debug: true
  svm: k8s11
  storagePrefix: k8s11
  useCHAP: true
  credentials: 
    name: fsx-netapp
  defaults:
    tieringPolicy: auto

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions