Repository: aurora
Updated Branches:
  refs/heads/master 3cb599e1c -> ea7648702


Discuss guest-additions version mismatch.

This adds a paragraph to the "Start the local cluster" section that
explains the guest-additions mismatch warning and suggests an optional
fix.

Bugs closed: AURORA-1663

Reviewed at https://reviews.apache.org/r/46150/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/ea764870
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/ea764870
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/ea764870

Branch: refs/heads/master
Commit: ea76487028fa7916dd828a8ae8f6536001875322
Parents: 3cb599e
Author: John Sirois <[email protected]>
Authored: Wed Apr 13 14:43:13 2016 -0600
Committer: John Sirois <[email protected]>
Committed: Wed Apr 13 14:43:13 2016 -0600

----------------------------------------------------------------------
 docs/getting-started/vagrant.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/ea764870/docs/getting-started/vagrant.md
----------------------------------------------------------------------
diff --git a/docs/getting-started/vagrant.md b/docs/getting-started/vagrant.md
index d6af3b5..5c3ba05 100644
--- a/docs/getting-started/vagrant.md
+++ b/docs/getting-started/vagrant.md
@@ -70,6 +70,16 @@ This command uses the configuration scripts in the Aurora 
distribution to:
 
 This process takes several minutes to complete.
 
+You may notice a warning that guest additions in the VM don't match your 
version of VirtualBox.
+This should generally be harmless, but you may wish to install a vagrant 
plugin to take care of
+mismatches like this for you:
+
+     vagrant plugin install vagrant-vbguest
+
+With this plugin installed, whenever you `vagrant up` the plugin will upgrade 
the guest additions
+for you when a version mis-match is detected. You can read more about the 
plugin
+[here](https://github.com/dotless-de/vagrant-vbguest).
+
 To verify that Aurora is running on the cluster, visit the following URLs:
 
 * Scheduler - http://192.168.33.7:8081

Reply via email to