From 2e9e40c82a34445f9d94f16c3964e3d4d4e36ae0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 5 May 2014 21:15:44 -0700 Subject: [PATCH] website/docs: document global-status upgrade notes --- website/docs/source/v2/cli/global-status.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/source/v2/cli/global-status.html.md b/website/docs/source/v2/cli/global-status.html.md index 061515f3b..35d45cb4d 100644 --- a/website/docs/source/v2/cli/global-status.html.md +++ b/website/docs/source/v2/cli/global-status.html.md @@ -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 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.