You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/06/26 15:14:49 UTC

[pulsar] branch master updated: install vbguest plugin (#4600)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new e359005  install vbguest plugin (#4600)
e359005 is described below

commit e359005c14481fb6da9baf2018247051cbb74289
Author: lsroudi <ls...@gmail.com>
AuthorDate: Wed Jun 26 17:14:42 2019 +0200

    install vbguest plugin (#4600)
    
    ### Motivation
    *This change solve the problem related to vagrant up.* as described bellow:
    
    
      ```
    mount -t vboxsf -o uid=1000,gid=1000 pulsar /pulsar
    The error output from the command was:
    mount: unknown filesystem type 'vboxsf
      ```
    ### Modifications
    i suggest to fix this issue by installing the vbguest, when i perform the solution as described i still had the same error, the install of vbguest solve the issue
---
 dev/README.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev/README.md b/dev/README.md
index 053d2bb..374d263 100644
--- a/dev/README.md
+++ b/dev/README.md
@@ -49,11 +49,8 @@ to launch a linux virtual machine and run the integration tests there.
    If that happens, follow the below instructions:
 
    ```
-   # ssh to the dev vm
-   $ vagrant ssh
-
-   [vagrant@bogon pulsar]$ sudo yum update -y
-   [vagrant@bogon pulsar]$ exit  
+    $ vagrant plugin install vagrant-vbguest
+    $ vagrant destroy && vagrant up
 
    # reload the vm
    $ vagrant reload