Print

Print


You are right. It is down to the "ofs.forward" directive. FWIW i do use the following xrootd.cf with inventory and userbased access limit. Writing over FUSE mount is not possible. So pretty much the scenario we need.

xrootd.cf:
```bash
xrd.timeout hail 30 idle 0 kill 3 read 5
all.export /xrootd
set xrdr=REDIRECTOR
set inventory=/var/log/xrootd/inventory
all.manager $(xrdr):3121
cms.allow host *.local.domain
if $(xrdr) && named cns
      all.export $(inventory)
      xrd.port 1095
else if $(xrdr)
      all.role manager
      oss.defaults rw
      # dont use ofs.forward 14.4.2018
      xrd.port 1094
else
      all.role server
      ofs.notify closew create mkdir mv rm rmdir trunc | /usr/bin/XrdCnsd -d -D 2 -i 90 -b $(xrdr):1095:$(inventory)
      ofs.notifymsg create $TID create $FMODE $LFN?$CGI
      ofs.notifymsg closew $TID closew $LFN $FSIZE
      xrootd.seclib /usr/lib/libXrdSec.so
      sec.protocol  unix
      acc.authdb /etc/xrootd/Authfile
      acc.authrefresh 60
      ofs.authorize
      cms.space min 100g 110g
fi
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/687#issuecomment-381551228

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1