aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx6
1 files changed, 5 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index ae85762..c1e2ad1 100755
--- a/kvmx
+++ b/kvmx
@@ -822,7 +822,11 @@ function kvmx_sshfs {
SSH="`cat $SSHFILE`"
# See https://github.com/libfuse/sshfs/issues/82 about "-o writeback_cache=no"
- sshfs $SSH_LOGIN@127.0.0.1:$folder $mountpoint $SSH_OPTS -o nonempty -o sshfs_sync -o sync_readdir -o cache=no -o follow_symlinks -o sync_read -o workaround=rename -o noforget -p $SSH
+ # http://www.admin-magazine.com/HPC/Articles/Sharing-Data-with-SSHFS
+ sshfs $SSH_LOGIN@127.0.0.1:$folder $mountpoint $SSH_OPTS -o nonempty -o sshfs_sync -o sync_readdir \
+ -o cache=no -o follow_symlinks -o sync_read \
+ -o workaround=rename -o noforget \
+ -o compression=no -p $SSH
}
# Get guest PID