democratic-csi icon indicating copy to clipboard operation
democratic-csi copied to clipboard

[zfs-local-dataset]: Provisioner seems to get stuck, and will not provision anything anymore even after a rollout of the pod

Open samip5 opened this issue 3 months ago • 0 comments

I seem to be facing some difficulties with the zfs-local-dataset, as the external provisioner sees the pvc's but it will just not provision them without any information as to why not?

The helm values for the thing is here: https://github.com/samipsolutions/infra/blob/e08bba6fb4d713f88ccf229f6140dc5b369e8f9a/kubernetes/apps/storage/democratic-csi/app/helmrelease.yaml

external-provisioner:

I0509 11:33:00.481664       1 controller.go:1422] should provision: checking node for PVC default/volsync-odoo-bootstrap-dest with resource version 130891027
I0509 11:33:00.481680       1 controller.go:1424] should provision: done checking node for PVC default/volsync-odoo-bootstrap-dest with resource version 130891027: provision false, err <nil>
I0509 11:33:00.483170       1 controller.go:1422] should provision: checking node for PVC default/volsync-odoo-bootstrap-cache with resource version 130891028
I0509 11:33:00.483336       1 controller.go:1424] should provision: done checking node for PVC default/volsync-odoo-bootstrap-cache with resource version 130891028: provision false, err <nil>
I0509 11:47:55.107116       1 controller.go:1422] should provision: checking node for PVC default/volsync-odoo-bootstrap-dest with resource version 130891027
I0509 11:47:55.108613       1 controller.go:1424] should provision: done checking node for PVC default/volsync-odoo-bootstrap-dest with resource version 130891027: provision false, err <nil>
I0509 11:47:55.107485       1 controller.go:1422] should provision: checking node for PVC default/volsync-odoo-bootstrap-cache with resource version 130891028
I0509 11:47:55.109259       1 controller.go:1424] should provision: done checking node for PVC default/volsync-odoo-bootstrap-cache with resource version 130891028: provision false, err <nil>

samip5 avatar May 09 '24 11:05 samip5