Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD57F19516 for ; Wed, 13 Apr 2016 20:43:16 +0000 (UTC) Received: (qmail 1089 invoked by uid 500); 13 Apr 2016 20:43:16 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 1052 invoked by uid 500); 13 Apr 2016 20:43:16 -0000 Mailing-List: contact commits-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list commits@aurora.apache.org Received: (qmail 1043 invoked by uid 99); 13 Apr 2016 20:43:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2016 20:43:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8DAB0DFBED; Wed, 13 Apr 2016 20:43:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jsirois@apache.org To: commits@aurora.apache.org Message-Id: <468225b4aca9482a96518bdf36d433b2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: aurora git commit: Discuss guest-additions version mismatch. Date: Wed, 13 Apr 2016 20:43:16 +0000 (UTC) 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 Authored: Wed Apr 13 14:43:13 2016 -0600 Committer: John Sirois 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