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

bug #96742: RFE: rtcpd should be configurable as to whether or not it tries to reuse tape mounts

Improved comments surrounding the RTCOPYD/REUSE_MOUNT configuration parameter.
parent 1b9ec4d0
Branches
Tags
No related merge requests found
......@@ -526,7 +526,7 @@ RTCOPY SLEEP 300 # Sleep between every TMS retry (obsolet
#RTCOPYD BUFSZ 4194304 # Size of a buffer (4M is the default)
# Set RTCOPY REUSE_MOUNT to TRUE (case insensitive) if the rtcpd daemon should
# request the vdqmd daemon to try and reuse tape mounts across stagers. It
# request the vdqmd daemon to try and reuse tape mounts across requests. It
# is recommended not to set this value to TRUE. If this value is not set or is
# set to a string other than TRUE (case insensitive) then the default value of
# FALSE is assumed.
......
......@@ -28,7 +28,7 @@
#include "h/osdep.h"
/**
* Returns true if the rtpcd daemon has been configured to reuse drive mounts
* Returns true if the rtcpd daemon has been configured to reuse drive mounts
* where possible.
*
* The rtcpd daemon has been configured to reuse drive mounts if the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment