Skip to content
Snippets Groups Projects
Commit ca8c52ce authored by Steven Murray's avatar Steven Murray
Browse files

Improved the castor.conf and manual page comments of the BULK parameters of...

Improved the castor.conf and manual page comments of the BULK parameters of the tapebridged daemon.  More specifically the comments now state when the parameters will be read and taken into account.
parent 78082cb1
Branches
Tags
No related merge requests found
......@@ -54,21 +54,37 @@ The inclusive high port of the tapebridge's RTCPD callback port number range.
When the tapebridged daemon requests the tapegatewayd daemon for a set of
files to migrate to tape, this parameter defines the maximum number of bytes
the set of files should represent.
The value of this parameter is read and taken into account by the tapebridged
daemon when the daemon is started. The tapebridged daemon must be restarted
in order for any change in the value of this parameter to be taken into
account.
.TP
\fBTAPEBRIDGE BULKREQUESTMIGRATIONMAXFILES
When the tapebridged daemon requests the tapegatewayd daemon for a set of
files to migrate to tape, this parameter defines the maximum number of files
the set may contain.
The value of this parameter is read and taken into account by the tapebridged
daemon when the daemon is started. The tapebridged daemon must be restarted
in order for any change in the value of this parameter to be taken into
account.
.TP
\fBTAPEBRIDGE BULKREQUESTRECALLMAXBYTES
When the tapebridged daemon requests the tapegatewayd daemon for a set of
files to recall from tape, this parameter defines the maximum number of bytes
the set of files should represent.
The value of this parameter is read and taken into account by the tapebridged
daemon when the daemon is started. The tapebridged daemon must be restarted
in order for any change in the value of this parameter to be taken into
account.
.TP
\fBTAPEBRIDGE BULKREQUESTRECALLMAXFILES
When the tapebridged daemon requests the tapegatewayd daemon for a set of
files to recall from tape, this parameter defines the maximum number of files
the set may contain.
The value of this parameter is read and taken into account by the tapebridged
daemon when the daemon is started. The tapebridged daemon must be restarted
in order for any change in the value of this parameter to be taken into
account.
.TP
\fBTAPEBRIDGE TAPEFLUSHMODE
The value of this parameter defines the mode of tape-flush behaviour to be
......
......@@ -688,24 +688,44 @@
# files to migrate to tape, this parameter defines the maximum number of bytes
# the set of files should represent.
#
# The value of this parameter is read and taken into account by the tapebridged
# daemon when the daemon is started. The tapebridged daemon must be restarted
# in order for any change in the value of this parameter to be taken into
# account.
#
#TAPEBRIDGE BULKREQUESTMIGRATIONMAXBYTES 80000000000
# When the tapebridged daemon requests the tapegatewayd daemon for a set of
# files to migrate to tape, this parameter defines the maximum number of files
# the set may contain.
#
# The value of this parameter is read and taken into account by the tapebridged
# daemon when the daemon is started. The tapebridged daemon must be restarted
# in order for any change in the value of this parameter to be taken into
# account.
#
#TAPEBRIDGE BULKREQUESTMIGRATIONMAXFILES 500
# When the tapebridged daemon requests the tapegatewayd daemon for a set of
# files to recall from tape, this parameter defines the maximum number of bytes
# the set of files should represent.
#
# The value of this parameter is read and taken into account by the tapebridged
# daemon when the daemon is started. The tapebridged daemon must be restarted
# in order for any change in the value of this parameter to be taken into
# account.
#
#TAPEBRIDGE BULKREQUESTRECALLMAXBYTES 80000000000
# When the tapebridged daemon requests the tapegatewayd daemon for a set of
# files to recall from tape, this parameter defines the maximum number of files
# the set may contain.
#
# The value of this parameter is read and taken into account by the tapebridged
# daemon when the daemon is started. The tapebridged daemon must be restarted
# in order for any change in the value of this parameter to be taken into
# account.
#
#TAPEBRIDGE BULKREQUESTRECALLMAXFILES 500
# The value of this parameter defines the mode of tape-flush behaviour to be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment