kubernetes-sigs/sig-storage-lib-external-provisioner

Provisioner logs "success" for unrelated PVCs

jsafrane opened this issue · 1 comments

For every PVC in the cluster all provisioners in the cluster logged:

    I0806 11:06:12.926999       1 controller.go:979] Final error received, removing PVC 33dc3c59-b83a-11e9-ab9f-0269002b1a92 from claims in progress
    I0806 11:06:12.927129       1 controller.go:902] Provisioning succeeded, removing PVC 33dc3c59-b83a-11e9-ab9f-0269002b1a92 from claims in progress

This is confusing, as it was logged also for PVCs that should be ignored by the provisioner (e.g. they're already provisioned or have unrelated provisioner:).

Fixed by #53