Trying to import volume that was previously imported and then removed.
Getting an error:
tridentctl -n trident-operator import volume ontap-svm2 qa_bkp -f /tmp/pvc.yaml --debug --output wide --no-manage
Error: could not import volume: PV pvc-b5053bf4-217f-4cae-9c48-d84c1fa269cc already exists for volume qa_bkp (400 Bad Request)
Not even sure where trident is getting this pvc-b5053bf4-217f-4cae-9c48-d84c1fa269cc. There is no any PV or PVCs in this cluster. There is no even single "tridentvolume" CRD.
ideas? some other "left-overs" somewhere need to be cleaned up?