Home
last modified time | relevance | path

Searched refs:remote_dir (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs_lib.sh102 local remote_dir="$1"
104 local export_cmd="exportfs -i -o fsid=$fsid,no_root_squash,rw *:$remote_dir"
109 if ! test -d $remote_dir; then
110 mkdir -p $remote_dir; $export_cmd
113 if ! tst_rhost_run -c "test -d $remote_dir"; then
114 tst_rhost_run -s -c "mkdir -p $remote_dir; $export_cmd"
122 local remote_dir="$2"
132 mount_dir="[$(tst_ipaddr $host_type)]:$remote_dir"
134 mount_dir="$(tst_ipaddr $host_type):$remote_dir"
169 local remote_dir
[all...]

Completed in 1 milliseconds