gluster / gluster-kubernetes

GlusterFS Native Storage Service for Kubernetes
Apache License 2.0
875 stars 390 forks source link

pvc still in Terminating after delete #500

Open cyrilbkr opened 6 years ago

cyrilbkr commented 6 years ago

Hi guys, After doing a kubectl delete of my gluster pvc, the pvc remain forever in Terminating in k8s...

k8s version : 1.11.0

# kubectl get pvc
NAME                STATUS        VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS        AGE
home           Terminating   pvc-52999af9-8614-11e8-9d4e-020074c20012   50Gi       RWX            glusterfs-storage   6d
install        Terminating   pvc-529d575f-8614-11e8-9d4e-020074c20012   10Gi       RWX            glusterfs-storage   6d

# kubectl get pv
pvc-52999af9-8614-11e8-9d4e-020074c20012   50Gi       RWX            Delete           Terminating   default/jira-home           glusterfs-storage             6d
pvc-529d575f-8614-11e8-9d4e-020074c20012   10Gi       RWX            Delete           Terminating   default/jira-install        glusterfs-

# kubectl exec -ti heketi-86f98754c-wdd2m bash
[root@heketi-86f98754c-wdd2m /]# heketi --version
Heketi v7.0.0-39-gb61b961
maurya-m commented 5 years ago

@cyrilbkr , any update on this ?

Setup :

having similar issue where the PVC is getting deleted but the PV is in failed status, checked if the volume is deleted on heketi and the gluster nodes - the volume does not exist, but the PV status remains in Failed, the below message when i edit the pv:

"status": { "phase": "Failed", "message": "Server busy. Retry operation later." }