Skip to content

Commit

Permalink
Apply pfn2lfn cache mapping to forwarding proxies.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed May 13, 2017
1 parent d6049c0 commit daa41ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/XrdPss/XrdPssConfig.cc
Expand Up @@ -225,6 +225,10 @@ int XrdPssSys::Configure(const char *cfn)
//
if (cPath && !getCache()) return 1;

// Configure the N2N library:
//
if ((NoGo = ConfigN2N())) return NoGo;

// Allocate an Xroot proxy object (only one needed here). Tell it to not
// shadow open files with real file descriptors (we will be honest). This can
// be done before we initialize the ffs.
Expand Down Expand Up @@ -273,10 +277,6 @@ int XrdPssSys::Configure(const char *cfn)
i++;
}

// Configure the N2N library:
//
if ((NoGo = ConfigN2N())) return NoGo;

// We would really like that the Ffs interface use the generic method of
// keeping track of data servers. It does not and it even can't handle more
// than one export (really). But it does mean we need to give it a valid one.
Expand Down

0 comments on commit daa41ae

Please sign in to comment.