-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path60-osg-multiuser.cfg
More file actions
25 lines (21 loc) · 901 Bytes
/
60-osg-multiuser.cfg
File metadata and controls
25 lines (21 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Enable multiuser plugin. This makes XRootD to write the files with the
# ownership of the user that authenticated to the server and not as the
# 'xrootd' user
if defined ?~XC_ENABLE_MULTIUSER && exec xrootd
ofs.osslib ++ libXrdMultiuser.so
else if defined ?~XC_ENABLE_MULTIUSER
ofs.osslib libXrdMultiuser.so default
fi
if defined ?~XC_ENABLE_MULTIUSER
# Enable the checksum wrapper
ofs.ckslib * libXrdMultiuser.so
xrootd.chksum max 2 md5 adler32 crc32
# The checksum plugin that is included in the multiuser can also
# checksum while it is writing a file. To turn this on, uncomment the
# following line:
# multiuser.checksumonwrite on
# Write buffering can reduce IOPS for workloads with many small sequential
# writes. Specify the buffer size in bytes (default: 0 = disabled).
# Example: Buffer up to 1MB of sequential writes
# multiuser.writebuffersize 1048576
fi