Print

Print


On Fri, 5 Oct 2012, Matevz Tadel wrote:

>>>  cms.dfs lookup distrib redirect immed
>>>  all.export /store/ global readonly
>>>  xrootd.redirect localhost:1095 all /tas
> Why doesn't the xrootd.redirect kick in?
Because you can't have "all" and a path at the same time. See,

http://xrootd.org/doc/dev/xrd_config.htm#_Toc310725361

You probably want

xrootd.redirect localhost:1095 /tas

but that only redirects open requests to that path. If you also want all 
the other operations to be immediately redirected then add

xrootd.redirect localhost:1095 all

but this will redirect everything that isn't an open regardless of path.

I think I'm still unclear what you really want to do. You have a hadoop 
system and also an nfs system. One xrootd exports the hadoop and the other 
exports nfs space. Both are considered to be "dfs" style filesystems. So, 
I would think exporting both under the "dfs" option would work fine for 
you. That's why I guess I'm confused.

Andy

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

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