Print

Print


We would like to export multiple directories from our xrootd server. The version of xrootd we are running currently only supports exporting one directory. This is our current xrootd.cf file:

glast@glast01 $ cat xrootd.cf
xrootd.fslib libXrdOfs.so
oss.readonly
xrootd.export /nfs/farm/g/glast/

We would like to do something like this:

glast@glast01 $ cat xrootd.cf
xrootd.fslib libXrdOfs.so
oss.readonly
xrootd.export /nfs/farm/g/glast/dir1
xrootd.export /nfs/farm/g/glast/dir2

However, it appears that xrootd only takes the last "xrootd.export" stanza. Is there a way to get multiple exports (maybe in a later version of xrootd)?

Warmest regards, Matt