Hey,
I'm just curious is it a bug or a feature:
vagrant global-status shows cached information about all boxes in the system, however, if you run vagrant suspend, nothing is cached, but after vagrant status command.
Example:
vagrant suspend
==> cms2900_manual: Saving VM state and suspending execution...
vagrant global-status
d84eba3 cms2900_manual virtualbox running E:/!vagrant/cms2900
vagrant status
cms2900_manual saved (virtualbox)
vagrant global-status
d84eba3 cms2900_manual virtualbox saved E:/!vagrant/cms2900
I guess it's not a problem to cache this little info after the suspend :)
Thanx for all info.