File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
hieradata/site/cp/cluster Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ s3daemon::instances:
2626 S3ND_ENDPOINT_URL : " https://s3.cp.lsst.org"
2727 S3ND_PORT : 15571
2828 S3ND_HOST : " " # allow connections from other nodes for testing
29- S3ND_QUEUE_TIMEOUT : " 30s "
29+ S3ND_QUEUE_TIMEOUT : " 15s "
3030 S3ND_UPLOAD_MAX_PARALLEL : " 27"
3131 S3ND_UPLOAD_PARTSIZE : " 100Mi"
3232 S3ND_UPLOAD_TIMEOUT : " 3s"
@@ -43,11 +43,11 @@ s3daemon::instances:
4343 S3ND_ENDPOINT_URL : " https://sdfembs3.sdf.slac.stanford.edu"
4444 S3ND_PORT : 15581
4545 S3ND_HOST : " " # allow connections from other nodes for testing
46- S3ND_QUEUE_TIMEOUT : " 30s "
46+ S3ND_QUEUE_TIMEOUT : " 15s "
4747 S3ND_UPLOAD_BWLIMIT : " 3Gi"
4848 S3ND_UPLOAD_MAX_PARALLEL : " 27"
4949 S3ND_UPLOAD_PARTSIZE : " 100Mi"
50- S3ND_UPLOAD_TIMEOUT : " 10s "
50+ S3ND_UPLOAD_TIMEOUT : " 4s "
5151 S3ND_UPLOAD_TRIES : " 3"
5252 sdfembs3-lsstcam-test :
5353 image : " %{alias('s3daemon_default_image')}"
@@ -59,5 +59,3 @@ s3daemon::instances:
5959 env :
6060 << : *sdfembss3nd
6161 S3ND_PORT : 15591
62- S3ND_QUEUE_TIMEOUT : " 15s"
63- S3ND_UPLOAD_TIMEOUT : " 4s"
Original file line number Diff line number Diff line change 2727 'S3ND_ENDPOINT_URL' => 'https://s3.cp.lsst.org' ,
2828 'S3ND_PORT' => 15_571 ,
2929 'S3ND_HOST' => '' ,
30- 'S3ND_QUEUE_TIMEOUT' => '30s ' ,
30+ 'S3ND_QUEUE_TIMEOUT' => '15s ' ,
3131 'S3ND_UPLOAD_MAX_PARALLEL' => '27' ,
3232 'S3ND_UPLOAD_PARTSIZE' => '100Mi' ,
3333 'S3ND_UPLOAD_TIMEOUT' => '3s' ,
6262 'S3ND_ENDPOINT_URL' => 'https://sdfembs3.sdf.slac.stanford.edu' ,
6363 'S3ND_PORT' => 15_581 ,
6464 'S3ND_HOST' => '' ,
65- 'S3ND_QUEUE_TIMEOUT' => '30s ' ,
65+ 'S3ND_QUEUE_TIMEOUT' => '15s ' ,
6666 'S3ND_UPLOAD_BWLIMIT' => '3Gi' ,
6767 'S3ND_UPLOAD_MAX_PARALLEL' => '27' ,
6868 'S3ND_UPLOAD_PARTSIZE' => '100Mi' ,
69- 'S3ND_UPLOAD_TIMEOUT' => '10s ' ,
69+ 'S3ND_UPLOAD_TIMEOUT' => '4s ' ,
7070 'S3ND_UPLOAD_TRIES' => '3' ,
7171 }
7272 )
You can’t perform that action at this time.
0 commit comments