[DRE-commits] [vagrant-sshfs] 04/09: add description from README.md

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Wed Sep 21 20:14:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

eighthave pushed a commit to branch master
in repository vagrant-sshfs.

commit 55ffe41e63cfb073ad3201c65a1a3ea417b00da8
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Tue Sep 6 19:47:51 2016 +0200

    add description from README.md
---
 debian/control | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 220b143..5905f2f 100644
--- a/debian/control
+++ b/debian/control
@@ -20,4 +20,19 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: 
+Description: vagrant plugin that adds synced folder support with sshfs
+ This is a vagrant plugin that adds synced folder support for mounting
+ folders from the Vagrant host into the Vagrant guest via FUSE
+ SSHFS. In the default mode it does this by executing the SSHFS client
+ software within the guest, which creates an SSH connection from the
+ Vagrant guest back to the Vagrant host.
+ .
+ The benefits of this approach:
+  - Works on any host platform and hypervisor type - Windows, Linux, Mac
+    OS X - Virtualbox, Libvirt, Hyper-V, VMWare
+  - Seamlessly works on remote Vagrant solutions - Works with vagrant
+    aws/openstack/etc.. plugins
+ .
+ The drawbacks with this approach:
+  - Performance is worse than an implementation like NFS
+  - There must be `sftp-server` software on the Vagrant host

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-sshfs.git



More information about the Pkg-ruby-extras-commits mailing list