Skip to content

Commit

Permalink
pool: remove hidden defaults for rh/rm/sh operations
Browse files Browse the repository at this point in the history
fixes commit 84f1da6

Motivation:
Site commit 84f1da6 we have expected that the default HSM timeout values
for store, restore and remove are gone. Hoever, pool.barch comes with a
default setup file, that initializes this values and a pool gets default
timeouts even if pools setup files doesn't defined them.

Modification:
remove obsolete defaults.

Result:
expected behaviour on pool restart.

Acked-by: Albert Rossi
Target: master, 9.1
Require-book: no
Require-notes: yes
  • Loading branch information
kofemann committed Aug 24, 2023
1 parent 0dde36e commit 6643935
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions skel/share/services/pool.batch
Expand Up @@ -106,10 +106,6 @@ define context PoolDefaults endDefine
flush set interval 60
flush set retry delay 60

rh set timeout 14400
st set timeout 14400
rm set timeout 14400

mover set max active 100
p2p set max active 10
jtm set timeout -queue=p2p -lastAccess=0 -total=0
Expand Down

0 comments on commit 6643935

Please sign in to comment.