Add reverseSSHFS 37/176237/9
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 13 Apr 2018 17:09:02 +0000 (19:09 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Thu, 21 Jun 2018 13:57:24 +0000 (15:57 +0200)
commitcd4bf464e83fc5eee4c5dd2e9f901de5f1cd68d5
tree2e5c1b6f64783687e22d5efa17727eb3ae16088d
parente00d5626f60668bd3b0d2b94e3d4ccbbd7fbb24a
Add reverseSSHFS

It mounts a local directory on a remote consuming one session of ssh
connection. It makes accessing files (even big) easy in the limited
environment provided by Dryad.

Change-Id: I2e881f8e1291bac28331dea584b81dcef92e331a
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
manager/dryad/error.go
manager/dryad/reverse_sshfs.go [new file with mode: 0644]
manager/dryad/reverse_sshfs_test.go [new file with mode: 0644]