run on one host:
ls -l /vmfs/volumes
find the datastore ID (by simlink name)
Run on all hosts:
vmware-cmd -l | grep datastoreID
In my case, it was a template that still had reference to the datastore.
There may be a more elegant solution using RCLI so you don't need to
run the command on all your hosts, but this was quick and dirty.