I\'m not looking for this answer, because my question is different.
When I type vagrant global-status
I get a list of vms, but some of those directories and
I had this issue as well. I was able to fix it by modifying the contents of ~/.vagrant.d/data/machine-index/index
. It's in JSON format so I just removed the data related to instances that no longer existed.
I only removed the data that pertained to instances that no longer exist. I wouldn't modify any data that relates to an instance that exists in the file system.