Commit 92a5fb59 authored by Seth Howell's avatar Seth Howell Committed by Jim Harris
Browse files

vm_setup: add sshfs



sshfs is used to mount the shared filesystem used for communication
between the pool and agents.

Change-Id: I7c2a216ac57e394915f99bccf39d62d2ee17e5fb
Signed-off-by: default avatarSeth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/425513


Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent 1ee27f79
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ if $INSTALL; then
    sudo dnf install -y libibverbs-utils
    sudo dnf install -y gdisk
    sudo dnf install -y socat
    sudo dnf install -y sshfs
fi

cd ~