From c9954850da976961744b7751644c6cbb00b69caf Mon Sep 17 00:00:00 2001 From: Paul Kolano Date: Wed, 13 Jul 2016 13:09:36 -0700 Subject: [PATCH] . --- etc/shiftrc | 12 ++++++++---- perl/shift-mgr | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/etc/shiftrc b/etc/shiftrc index 8dde734..f473e4d 100644 --- a/etc/shiftrc +++ b/etc/shiftrc @@ -58,16 +58,20 @@ user_dir /home/%u/.shift ########################### # supported local transports by decreasing performance/preference -# (example: default_local mcp,rsync,shift) -#default_local fish,shift +# (example: default_local mcp,shift,fish,fish-tcp,rsync,bbftp) +#default_local shift,fish,fish-tcp + +# port range for remote tcp-based transports +# (example: default_ports 10000:20000) +#default_ports 50000:51000 # supported remote transports by decreasing performance/preference # (example: default_remote fish-tcp,bbftp,rsync,fish,shift) #default_remote shift # supported local transports by decreasing small file performance/preference -# (example: local_small mcp,rsync,shift) -#local_small fish,shift +# (example: mcp,shift,fish,fish-tcp,rsync,bbftp) +#local_small shift,fish,fish-tcp # minimum size allowed for --split and --split-tar options # (use suffix {k,m,g,t} for {KB,MB,GB,TB}) diff --git a/perl/shift-mgr b/perl/shift-mgr index 81ea5f9..5d5d130 100755 --- a/perl/shift-mgr +++ b/perl/shift-mgr @@ -108,7 +108,7 @@ my %conf = ( default_files => "1k", 'default_find-files' => "2k", default_hosts => 1, - default_local => "fish,shift", + default_local => "shift,fish,fish-tcp", default_preallocate => 0, default_remote => "shift", default_retry => 2, @@ -119,7 +119,7 @@ my %conf = ( default_threads => 4, latency_lan => 0.001, latency_wan => 0.05, - local_small => "fish,shift", + local_small => "shift,fish,fish-tcp", lustre_default_stripe => 1, max_streams_lan => 8, max_streams_wan => 16,