website/docs: document global-status upgrade notes

This commit is contained in:
Mitchell Hashimoto 2014-05-05 21:15:44 -07:00
parent 52c249ff8c
commit 2e9e40c82a
1 changed files with 8 additions and 0 deletions

View File

@ -25,3 +25,11 @@ used with this ID to control it. For example: `vagrant destroy a1b2c3`.
* `--prune` - Prunes invalid entries from the list. This is much more time * `--prune` - Prunes invalid entries from the list. This is much more time
consuming than simply listing the entries. consuming than simply listing the entries.
## Environment Not Showing Up
If your environment is not showing up, you may have to do a `vagrant destroy`
followed by a `vagrant up`.
If you just upgraded from a previous version of Vagrant, existing environments
won't show up in global-status until they are destroyed and recreated.