From 985169b16804cac5ea3dffcef7c8600f0c33870f Mon Sep 17 00:00:00 2001 From: sage Date: Mon, 25 Sep 2006 03:20:50 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@878 29311d96-e01e-0410-9327-a35deaab8ce9 --- ceph/script/runset.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ceph/script/runset.pl b/ceph/script/runset.pl index d738dbc72936d..c224bb67a5054 100755 --- a/ceph/script/runset.pl +++ b/ceph/script/runset.pl @@ -218,6 +218,7 @@ sub run { 'mds_local_osd', 'osd_age_time','osd_age', 'osd_rep', + 'osd_pad_pg_log','ebofs_realloc', 'tcp_multi_out', 'client_cache_stat_ttl','client_cache_readdir_ttl', 'client_oc', @@ -246,8 +247,9 @@ touch $fn/.post close O; my $killmin = 1 + int ($h->{'kill_after'} / 60); - + $c = "bash -c \"ulimit -c 0 ; $c\""; + #$c = "bash -c \"$c\""; my $srun = "srun --wait=600 --exclude=jobs/ltest.ignore -l -t $killmin -N $h->{'n'} -p ltest"; my $mpiexec = "mpiexec -l -n $h->{'n'}"; -- 2.39.5