XRootD
Loading...
Searching...
No Matches
XrdOfs Class Reference

#include <XrdOfs.hh>

Inheritance diagram for XrdOfs:
Collaboration diagram for XrdOfs:

Classes

struct  fwdOpt

Public Types

enum  {
  Authorize = 0x0001 ,
  XAttrPlug = 0x0002 ,
  isPeer = 0x0050 ,
  isProxy = 0x0020 ,
  isManager = 0x0040 ,
  isServer = 0x0080 ,
  isSuper = 0x00C0 ,
  isMeta = 0x0100 ,
  haveRole = 0x01F0 ,
  Forwarding = 0x1000 ,
  ThirdPC = 0x2000 ,
  SubCluster = 0x4000 ,
  RdrTPC = 0x8000
}
Public Types inherited from XrdSfsFileSystem
enum  csFunc {
  csCalc = 0 ,
  csGet ,
  csSize
}
enum  gpfFunc {
  gpfCancel =0 ,
  gpfGet ,
  gpfPut
}

Public Member Functions

 XrdOfs ()
virtual ~XrdOfs ()
int chksum (csFunc Func, const char *csName, const char *Path, XrdOucErrInfo &out_error, const XrdSecEntity *client=0, const char *opaque=0)
int chmod (const char *Name, XrdSfsMode Mode, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *opaque=0)
void Config_Cluster (XrdOss *)
void Config_Display (XrdSysError &)
virtual int Configure (XrdSysError &)
virtual int Configure (XrdSysError &, XrdOucEnv *)
void Connect (const XrdSecEntity *client=0)
void Disc (const XrdSecEntity *client=0)
int exists (const char *fileName, XrdSfsFileExistence &exists_flag, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *opaque=0)
int FAttr (XrdSfsFACtl *faReq, XrdOucErrInfo &eInfo, const XrdSecEntity *client=0)
int FSctl (const int cmd, XrdSfsFSctl &args, XrdOucErrInfo &eInfo, const XrdSecEntity *client=0)
int fsctl (const int cmd, const char *args, XrdOucErrInfo &out_error, const XrdSecEntity *client=0)
int getStats (char *buff, int blen)
const char * getVersion ()
int mkdir (const char *dirName, XrdSfsMode Mode, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *opaque=0)
XrdSfsDirectorynewDir (char *user=0, int MonID=0)
XrdSfsDirectorynewDir (XrdOucErrInfo &eInfo)
XrdSfsFilenewFile (char *user=0, int MonID=0)
XrdSfsFilenewFile (XrdOucErrInfo &eInfo)
int prepare (XrdSfsPrep &pargs, XrdOucErrInfo &out_error, const XrdSecEntity *client=0)
int rem (const char *path, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *info=0)
int remdir (const char *dirName, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *info=0)
int rename (const char *oldFileName, const char *newFileName, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *infoO=0, const char *infoN=0)
int stat (const char *Name, mode_t &mode, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *opaque=0)
int stat (const char *Name, struct stat *buf, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *opaque=0)
int truncate (const char *Name, XrdSfsFileOffset fileOffset, XrdOucErrInfo &out_error, const XrdSecEntity *client=0, const char *opaque=0)
Public Member Functions inherited from XrdSfsFileSystem
 XrdSfsFileSystem ()
 Constructor and Destructor.
virtual ~XrdSfsFileSystem ()
virtual void EnvInfo (XrdOucEnv *envP)
uint64_t Features ()
virtual int getChkPSize ()
virtual int gpFile (gpfFunc &gpAct, XrdSfsGPFile &gpReq, XrdOucErrInfo &eInfo, const XrdSecEntity *client=0)

Public Attributes

char * ConfigFN
mode_t dMask [2]
mode_t fMask [2]
struct fwdOpt fwdCHMOD
struct fwdOpt fwdMKDIR
struct fwdOpt fwdMKPATH
struct fwdOpt fwdMV
struct fwdOpt fwdRM
struct fwdOpt fwdRMDIR
struct fwdOpt fwdTRUNC
XrdNetIFmyIF
int myPort
int Options
char * tpcRdrHost [2]
int tpcRdrPort [2]

Static Public Attributes

static int MaxDelay = 60
static int OSSDelay = 30

Protected Member Functions

virtual int ConfigXeq (char *var, XrdOucStream &, XrdSysError &)
const char * Split (const char *Args, const char **Opq, char *Path, int Plen)
int Stall (XrdOucErrInfo &, int, const char *)
void Unpersist (XrdOfsHandle *hP, int xcev=1)
char * WaitTime (int, char *, int)

Static Protected Member Functions

static int Emsg (const char *, XrdOucErrInfo &, int, const char *x, const char *y="", const char *xtra=0, bool chktype=true)
static int Emsg (const char *, XrdOucErrInfo &, int, const char *x, XrdOfsHandle *hP, bool posChk=false, bool chktype=true)
static int EmsgType (int ecode)
static int fsError (XrdOucErrInfo &myError, int rc)

Protected Attributes

XrdOfsEvr evrObject
XrdCmsClientFinder
Protected Attributes inherited from XrdSfsFileSystem
uint64_t FeatureSet
 Adjust features at initialization.

Friends

class XrdOfsDirectory
class XrdOfsFile

Detailed Description

Definition at line 240 of file XrdOfs.hh.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Authorize 
XAttrPlug 
isPeer 
isProxy 
isManager 
isServer 
isSuper 
isMeta 
haveRole 
Forwarding 
ThirdPC 
SubCluster 
RdrTPC 

Definition at line 369 of file XrdOfs.hh.

369 {Authorize = 0x0001, // Authorization wanted
370 XAttrPlug = 0x0002, // Extended Attribute Plugin
371 isPeer = 0x0050, // Role peer
372 isProxy = 0x0020, // Role proxy
373 isManager = 0x0040, // Role manager
374 isServer = 0x0080, // Role server
375 isSuper = 0x00C0, // Role supervisor
376 isMeta = 0x0100, // Role meta + above
377 haveRole = 0x01F0, // A role is present
378 Forwarding= 0x1000, // Fowarding wanted
379 ThirdPC = 0x2000, // This party copy wanted
380 SubCluster= 0x4000, // all.subcluster directive encountered
381 RdrTPC = 0x8000
382 }; // These are set in Options below
@ isProxy
Definition XrdOfs.hh:372
@ haveRole
Definition XrdOfs.hh:377
@ RdrTPC
Definition XrdOfs.hh:381
@ ThirdPC
Definition XrdOfs.hh:379
@ isMeta
Definition XrdOfs.hh:376
@ SubCluster
Definition XrdOfs.hh:380
@ isManager
Definition XrdOfs.hh:373
@ isPeer
Definition XrdOfs.hh:371
@ XAttrPlug
Definition XrdOfs.hh:370
@ isSuper
Definition XrdOfs.hh:375
@ isServer
Definition XrdOfs.hh:374
@ Authorize
Definition XrdOfs.hh:369
@ Forwarding
Definition XrdOfs.hh:378

Constructor & Destructor Documentation

◆ XrdOfs()

XrdOfs::XrdOfs ( )

Definition at line 169 of file XrdOfs.cc.

169 : dMask{0000,0775}, fMask{0000,0775}, // Legacy
171{
172 const char *bp;
173
174// Establish defaults
175//
176 ofsConfig = 0;
177 FSctl_PC = 0;
178 FSctl_PI = 0;
179 Authorization = 0;
180 Finder = 0;
181 Balancer = 0;
182 evsObject = 0;
183 ossRPList = 0;
184 myRole = strdup("server");
185 OssIsProxy = 0;
186 ossRW =' ';
187 ossFeatures = 0;
188
189// Obtain port number we will be using. Note that the constructor must occur
190// after the port number is known (i.e., this cannot be a global static).
191//
192 myPort = (bp = getenv("XRDPORT")) ? strtol(bp, (char **)NULL, 10) : 0;
193
194// Defaults for POSC
195//
196 poscQ = 0;
197 poscLog = 0;
198 poscHold= 10*60;
199 poscAuto= 0;
200 poscSync= 1;
201
202// Set the configuration file name and dummy handle
203//
204 ConfigFN = 0;
205 XrdOfsHandle::Alloc(&dummyHandle);
206
207// Set checksum pointers
208//
209 Cks = 0;
210 CksPfn = true;
211 CksRdr = true;
212
213// Prepare handling
214//
215 prepHandler = 0;
216 prepAuth = true;
217
218// Eextended attribute limits
219//
220 usxMaxNsz = kXR_faMaxNlen;
221 usxMaxVsz = kXR_faMaxVlen;
222
223// Other options
224//
225 DirRdr = false;
226 reProxy = false;
227 OssHasPGrw= false;
228 tryXERT = false;
229}
@ kXR_faMaxVlen
Definition XProtocol.hh:312
@ kXR_faMaxNlen
Definition XProtocol.hh:311
static int Alloc(const char *thePath, int Opts, XrdOfsHandle **Handle)
mode_t dMask[2]
Definition XrdOfs.hh:389
int myPort
Definition XrdOfs.hh:385
XrdCmsClient * Finder
Definition XrdOfs.hh:434
mode_t fMask[2]
Definition XrdOfs.hh:390
char * ConfigFN
Definition XrdOfs.hh:425
int tpcRdrPort[2]
Definition XrdOfs.hh:395
char * tpcRdrHost[2]
Definition XrdOfs.hh:394

References XrdOfsHandle::Alloc(), ConfigFN, dMask, Finder, fMask, kXR_faMaxNlen, kXR_faMaxVlen, myPort, tpcRdrHost, and tpcRdrPort.

Here is the call graph for this function:

◆ ~XrdOfs()

virtual XrdOfs::~XrdOfs ( )
inlinevirtual

Definition at line 361 of file XrdOfs.hh.

361{} // Too complicate to delete :-)

Member Function Documentation

◆ chksum()

int XrdOfs::chksum ( csFunc Func,
const char * csName,
const char * Path,
XrdOucErrInfo & out_error,
const XrdSecEntity * client = 0,
const char * opaque = 0 )
virtual

Reimplemented from XrdSfsFileSystem.

Definition at line 1877 of file XrdOfs.cc.

1897{
1898 EPNAME("chksum");
1899 XrdOucEnv cksEnv(opaque,0,client);
1900 XrdCksData cksData;
1901 const char *tident = einfo.getErrUser();
1902 char buff[MAXPATHLEN+8];
1903 int rc;
1904
1905// Check if we support checksumming
1906//
1907 if (!Cks)
1908 {einfo.setErrInfo(ENOTSUP, "Checksums are not supported.");
1909 return SFS_ERROR;
1910 }
1911
1912// A csSize request is issued usually once to verify everything is working. We
1913// take this opportunity to also verify the checksum name.
1914//
1915 rc = cksData.Set(csName);
1916 if (!rc || Func == XrdSfsFileSystem::csSize)
1917 {if (rc && (rc = Cks->Size(csName)))
1918 {einfo.setErrCode(rc); return SFS_OK;}
1919 strcpy(buff, csName); strcat(buff, " checksum not supported.");
1920 einfo.setErrInfo(ENOTSUP, buff);
1921 return SFS_ERROR;
1922 }
1923
1924// Everything else requires a path
1925//
1926 if (!Path)
1927 {strcpy(buff, csName);
1928 strcat(buff, " checksum path not specified.");
1929 einfo.setErrInfo(EINVAL, buff);
1930 return SFS_ERROR;
1931 }
1932
1933// Apply security, as needed
1934//
1935 XTRACE(stat, Path, csName);
1936 AUTHORIZE(client,&cksEnv,AOP_Stat,"checksum",Path,einfo);
1937
1938// If we are a menager then we need to redirect the client to where the file is
1939//
1940 if (CksRdr && Finder && Finder->isRemote()
1941 && (rc = Finder->Locate(einfo, Path, SFS_O_RDONLY, &cksEnv)))
1942 return fsError(einfo, rc);
1943
1944// At this point we need to convert the lfn to a pfn
1945//
1946 if (CksPfn && !(Path = XrdOfsOss->Lfn2Pfn(Path, buff, MAXPATHLEN, rc)))
1947 return Emsg(epname, einfo, rc, "checksum", Path,
1948 "+ofs_chksum: lfn to pfn mapping failed");
1949
1950// Originally we only passed he env pointer for proxy servers. Due to popular
1951// demand, we always pass the env as it points to the SecEntity object unless
1952// we don't have it then we pass the caller's environment.
1953//
1955 {if (client) cksData.envP = &cksEnv;
1956 else cksData.envP = (einfo.getEnv() ? einfo.getEnv() : &cksEnv);
1957 }
1958
1959// Now determine what to do
1960//
1961 if (Func == XrdSfsFileSystem::csCalc) rc = Cks->Calc(Path, cksData);
1962 else if (Func == XrdSfsFileSystem::csGet) rc = Cks->Get( Path, cksData);
1963 else {einfo.setErrInfo(EINVAL, "Invalid checksum function.");
1964 return SFS_ERROR;
1965 }
1966
1967// See if all went well
1968//
1969#ifdef ENOATTR
1970 if (rc >= 0 || rc == -ENOATTR || rc == -ESTALE || rc == -ESRCH)
1971#else
1972 if (rc >= 0 || rc == -ENODATA || rc == -ESTALE || rc == -ESRCH)
1973#endif
1974 {if (rc >= 0) {cksData.Get(buff, MAXPATHLEN); rc = 0;}
1975 else {*buff = 0; rc = -rc;}
1976 einfo.setErrInfo(rc, buff);
1977 return SFS_OK;
1978 }
1979
1980// We failed
1981//
1982 return Emsg(epname, einfo, rc, "checksum", Path, "?");
1983}
#define ENOATTR
@ AOP_Stat
exists(), stat()
#define tident
#define EPNAME(x)
#define XTRACE(act, target, x)
#define ENODATA
#define AUTHORIZE(usr, env, optype, action, pathp, edata)
XrdOss * XrdOfsOss
Definition XrdOfs.cc:163
XrdOucString Path
#define SFS_ERROR
#define SFS_O_RDONLY
#define SFS_OK
int Set(const char *csName)
Definition XrdCksData.hh:81
int Get(char *Buff, int Blen)
Definition XrdCksData.hh:69
static int Emsg(const char *, XrdOucErrInfo &, int, const char *x, XrdOfsHandle *hP, bool posChk=false, bool chktype=true)
Definition XrdOfs.cc:2609
static int fsError(XrdOucErrInfo &myError, int rc)
Definition XrdOfs.cc:2777
int stat(const char *Name, struct stat *buf, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *opaque=0)
Definition XrdOfs.cc:2457
virtual int Lfn2Pfn(const char *Path, char *buff, int blen)
Definition XrdOss.hh:954

References AOP_Stat, AUTHORIZE, XrdSfsFileSystem::csCalc, XrdSfsFileSystem::csGet, XrdSfsFileSystem::csSize, Emsg(), ENOATTR, ENODATA, EPNAME, Finder, fsError(), XrdCksData::Get(), XrdOucErrInfo::getEnv(), XrdOucErrInfo::getErrUser(), Path, XrdCksData::Set(), XrdOucErrInfo::setErrCode(), XrdOucErrInfo::setErrInfo(), SFS_ERROR, SFS_O_RDONLY, SFS_OK, stat(), tident, XrdOfsOss, and XTRACE.

Here is the call graph for this function:

◆ chmod()

int XrdOfs::chmod ( const char * path,
XrdSfsMode mode,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client,
const char * opaque = 0 )
virtual

Change file mode settings.

Parameters
path- Pointer to the path of the file in question.
mode- The new file mode setting.
eInfo- The object where error info or results are to be returned.
client- Client's identify (see common description).
opaque- Path's CGI information (see common description).
Returns
One of SFS_OK, SFS_ERROR, SFS_REDIRECT or SFS_STALL

Implements XrdSfsFileSystem.

Definition at line 1989 of file XrdOfs.cc.

2004{
2005 EPNAME("chmod");
2006 static const int locFlags = SFS_O_RDWR|SFS_O_META;
2007 struct stat Stat;
2008 mode_t acc_mode = Mode & S_IAMB;
2009 const char *tident = einfo.getErrUser();
2010 XrdOucEnv chmod_Env(info,0,client);
2011 int retc;
2012 XTRACE(chmod, path, "");
2013
2014// Apply security, as needed
2015//
2016 AUTHORIZE(client,&chmod_Env,AOP_Chmod,"chmod",path,einfo);
2017
2018// Find out where we should chmod this file
2019//
2020 if (Finder && Finder->isRemote())
2021 {if (fwdCHMOD.Cmd)
2022 {char buff[8];
2023 sprintf(buff, "%o", static_cast<int>(acc_mode));
2024 if (Forward(retc,einfo,fwdCHMOD,path,buff,&chmod_Env)) return retc;
2025 }
2026 else if ((retc = Finder->Locate(einfo, path, locFlags, &chmod_Env)))
2027 return fsError(einfo, retc);
2028 }
2029
2030// We need to adjust the mode based on whether this is a file or directory.
2031//
2032 if ((retc = XrdOfsOss->Stat(path, &Stat, 0, &chmod_Env)))
2033 return XrdOfsFS->Emsg(epname, einfo, retc, "stat", path, "?");
2034 if (S_ISDIR(Stat.st_mode)) acc_mode = (acc_mode | dMask[0]) & dMask[1];
2035 else acc_mode = (acc_mode | fMask[0]) & fMask[1];
2036
2037// Check if we should generate an event
2038//
2039 if (evsObject && evsObject->Enabled(XrdOfsEvs::Chmod))
2040 {XrdOfsEvsInfo evInfo(tident, path, info, &chmod_Env, acc_mode);
2041 evsObject->Notify(XrdOfsEvs::Chmod, evInfo);
2042 }
2043
2044// Now try to find the file or directory
2045//
2046 if (!(retc = XrdOfsOss->Chmod(path, acc_mode, &chmod_Env))) return SFS_OK;
2047
2048// An error occurred, return the error info
2049//
2050 return XrdOfsFS->Emsg(epname, einfo, retc, "chmod", path, "?");
2051}
@ AOP_Chmod
chmod()
struct stat Stat
Definition XrdCks.cc:49
#define S_IAMB
Definition XrdConfig.cc:163
XrdOfs * XrdOfsFS
Definition XrdOfsFS.cc:47
int Mode
#define SFS_O_META
#define SFS_O_RDWR
int chmod(const char *Name, XrdSfsMode Mode, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *opaque=0)
Definition XrdOfs.cc:1989
struct fwdOpt fwdCHMOD
Definition XrdOfs.hh:414
virtual int Chmod(const char *path, mode_t mode, XrdOucEnv *envP=0)=0
virtual int Stat(const char *path, struct stat *buff, int opts=0, XrdOucEnv *envP=0)=0

References AOP_Chmod, AUTHORIZE, XrdOfsEvs::Chmod, chmod(), dMask, EPNAME, Finder, fMask, fsError(), fwdCHMOD, XrdOucErrInfo::getErrUser(), Mode, S_IAMB, SFS_O_META, SFS_O_RDWR, SFS_OK, Stat, stat(), tident, XrdOfsFS, XrdOfsOss, and XTRACE.

Referenced by chmod().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Config_Cluster()

void XrdOfs::Config_Cluster ( XrdOss * )

◆ Config_Display()

void XrdOfs::Config_Display ( XrdSysError & Eroute)

Definition at line 418 of file XrdOfsConfig.cc.

419{
420 const char *cloc, *pval;
421 char buff[8192], fwbuff[512], *bp;
422 int i;
423
424 if (!ConfigFN || !ConfigFN[0]) cloc = "default";
425 else cloc = ConfigFN;
426 if (!poscQ) pval = "off";
427 else pval = (poscAuto ? "auto" : "manual");
428
429 snprintf(buff, sizeof(buff), "Config effective %s ofs configuration:\n"
430 " all.role %s\n"
431 "%s"
432 " ofs.maxdelay %d\n"
433 " ofs.persist %s hold %d%s%s\n"
434 " ofs.trace %x",
435 cloc, myRole,
436 (Options & Authorize ? " ofs.authorize\n" : ""),
437 MaxDelay,
438 pval, poscHold, (poscLog ? " logdir " : ""),
439 (poscLog ? poscLog : ""), OfsTrace.What);
440
441 Eroute.Say(buff);
442 ofsConfig->Display();
443
444 if (Options & Forwarding)
445 {*fwbuff = 0;
446 if (ConfigDispFwd(buff, fwdCHMOD))
447 {Eroute.Say(buff); strcat(fwbuff, " ch");}
448 if (ConfigDispFwd(buff, fwdMKDIR))
449 {Eroute.Say(buff); strcat(fwbuff, " mk");}
450 if (ConfigDispFwd(buff, fwdMV))
451 {Eroute.Say(buff); strcat(fwbuff, " mv");}
452 if (ConfigDispFwd(buff, fwdRM))
453 {Eroute.Say(buff); strcat(fwbuff, " rm");}
454 if (ConfigDispFwd(buff, fwdRMDIR))
455 {Eroute.Say(buff); strcat(fwbuff, " rd");}
456 if (ConfigDispFwd(buff, fwdTRUNC))
457 {Eroute.Say(buff); strcat(fwbuff, " tr");}
458 if (*fwbuff) XrdOucEnv::Export("XRDOFS_FWD", fwbuff);
459 }
460
461 if (evsObject)
462 {bp = buff;
463 setBuff(" ofs.notify ", 18); // 1234567890
464 if (evsObject->Enabled(XrdOfsEvs::Chmod)) setBuff("chmod ", 6);
465 if (evsObject->Enabled(XrdOfsEvs::Closer)) setBuff("closer ", 7);
466 if (evsObject->Enabled(XrdOfsEvs::Closew)) setBuff("closew ", 7);
467 if (evsObject->Enabled(XrdOfsEvs::Create)) setBuff("create ", 7);
468 if (evsObject->Enabled(XrdOfsEvs::Mkdir)) setBuff("mkdir ", 6);
469 if (evsObject->Enabled(XrdOfsEvs::Mv)) setBuff("mv ", 3);
470 if (evsObject->Enabled(XrdOfsEvs::Openr)) setBuff("openr ", 6);
471 if (evsObject->Enabled(XrdOfsEvs::Openw)) setBuff("openw ", 6);
472 if (evsObject->Enabled(XrdOfsEvs::Rm)) setBuff("rm ", 3);
473 if (evsObject->Enabled(XrdOfsEvs::Rmdir)) setBuff("rmdir ", 6);
474 if (evsObject->Enabled(XrdOfsEvs::Trunc)) setBuff("trunc ", 6);
475 if (evsObject->Enabled(XrdOfsEvs::Fwrite)) setBuff("fwrite ", 7);
476 setBuff("msgs ", 5);
477 i=sprintf(fwbuff,"%d %d ",evsObject->maxSmsg(),evsObject->maxLmsg());
478 setBuff(fwbuff, i);
479 cloc = evsObject->Prog();
480 if (*cloc != '>') setBuff("|",1);
481 setBuff(cloc, strlen(cloc));
482 setBuff("\0", 1);
483 Eroute.Say(buff);
484 }
485}
#define setBuff(x, y)
XrdSysTrace OfsTrace("ofs")
struct fwdOpt fwdTRUNC
Definition XrdOfs.hh:420
struct fwdOpt fwdRMDIR
Definition XrdOfs.hh:419
int Options
Definition XrdOfs.hh:384
struct fwdOpt fwdMKDIR
Definition XrdOfs.hh:415
static int MaxDelay
Definition XrdOfs.hh:422
struct fwdOpt fwdMV
Definition XrdOfs.hh:417
struct fwdOpt fwdRM
Definition XrdOfs.hh:418
static int Export(const char *Var, const char *Val)
Definition XrdOucEnv.cc:170
void Say(const char *text1, const char *text2=0, const char *txt3=0, const char *text4=0, const char *text5=0, const char *txt6=0)

References Authorize, XrdOfsEvs::Chmod, XrdOfsEvs::Closer, XrdOfsEvs::Closew, ConfigFN, XrdOfsEvs::Create, XrdOucEnv::Export(), Forwarding, fwdCHMOD, fwdMKDIR, fwdMV, fwdRM, fwdRMDIR, fwdTRUNC, XrdOfsEvs::Fwrite, MaxDelay, XrdOfsEvs::Mkdir, XrdOfsEvs::Mv, OfsTrace, XrdOfsEvs::Openr, XrdOfsEvs::Openw, Options, XrdOfsEvs::Rm, XrdOfsEvs::Rmdir, XrdSysError::Say(), setBuff, and XrdOfsEvs::Trunc.

Referenced by Configure().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Configure() [1/2]

int XrdOfs::Configure ( XrdSysError & Eroute)
virtual

Definition at line 140 of file XrdOfsConfig.cc.

140{return Configure(Eroute, 0);}
virtual int Configure(XrdSysError &)

References Configure().

Referenced by Configure().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Configure() [2/2]

int XrdOfs::Configure ( XrdSysError & Eroute,
XrdOucEnv * EnvInfo )
virtual

Definition at line 142 of file XrdOfsConfig.cc.

142 {
143/*
144 Function: Establish default values using a configuration file.
145
146 Input: None.
147
148 Output: 0 upon success or !0 otherwise.
149*/
150 char *var;
151 const char *tmp;
152 int cfgFD, retc, NoGo = 0;
153 XrdOucEnv myEnv;
154 XrdOucStream Config(&Eroute, getenv("XRDINSTANCE"), &myEnv, "=====> ");
155
156// Print warm-up message
157//
158 Eroute.Say("++++++ File system initialization started.");
159
160// Start off with no POSC log. Note that XrdSfsGetDefaultFileSystem nakes sure
161// that we are configured only once.
162//
163 poscLog = NULL;
164
165// Establish the network interface that the caller must provide
166//
167 if (!EnvInfo || !(myIF = (XrdNetIF *)EnvInfo->GetPtr("XrdNetIF*")))
168 {Eroute.Emsg("Finder", "Network i/f undefined; unable to self-locate.");
169 NoGo = 1;
170 }
171 ofsSchedP = (XrdScheduler *)EnvInfo->GetPtr("XrdScheduler*");
172
173// Preset all variables with common defaults
174//
175 Options = 0;
176 if (getenv("XRDDEBUG")) OfsTrace.What = TRACE_MOST | TRACE_debug;
177
178// Allocate a our plugin configurator
179//
180 ofsConfig = XrdOfsConfigPI::New(ConfigFN, &Config, &Eroute, 0, this);
181
182// If there is no config file, return with the defaults sets.
183//
184 if( !ConfigFN || !*ConfigFN)
185 Eroute.Emsg("Config", "Configuration file not specified.");
186 else {
187 // Try to open the configuration file.
188 //
189 if ( (cfgFD = open(ConfigFN, O_RDONLY, 0)) < 0)
190 return Eroute.Emsg("Config", errno, "open config file",
191 ConfigFN);
192 Config.Attach(cfgFD);
193 static const char *cvec[] = {"*** ofs plugin config:",0};
194 Config.Capture(cvec);
195
196 // Now start reading records until eof.
197 //
198 while((var = Config.GetMyFirstWord()))
199 {if (!strncmp(var, "ofs.", 4)
200 || !strcmp(var, "all.role")
201 || !strcmp(var, "all.subcluster"))
202 {if (ConfigXeq(var+4,Config,Eroute)) {Config.Echo();NoGo=1;}}
203 else if (!strcmp(var, "oss.defaults")
204 || !strcmp(var, "all.export"))
205 {xexp(Config, Eroute, *var == 'a');
206 Config.noEcho();
207 }
208 }
209
210 // Now check if any errors occurred during file i/o
211 //
212 if ((retc = Config.LastError()))
213 NoGo = Eroute.Emsg("Config", -retc, "read config file",
214 ConfigFN);
215 Config.Close();
216 }
217
218// If no exports were specified, the default is that we are writable
219//
220 if (ossRW == ' ') ossRW = 'w';
221
222// Adjust the umask to correspond to the maximum mode allowed
223//
224 mode_t uMask = 0777 & (~(dMask[1] | fMask[1]));
225 umask(uMask);
226
227// Export our role if we actually have one
228//
229 if (myRole) XrdOucEnv::Export("XRDROLE", myRole);
230
231// Set the redirect option for other layers
232//
233 if (Options & isManager)
234 XrdOucEnv::Export("XRDREDIRECT", (Options & isMeta ? "M" : "R"));
235 else XrdOucEnv::Export("XRDREDIRECT", "0");
236
237// If we are a proxy, then figure out where the prosy storge system resides
238//
239 if ((Options & isProxy) && !(Options & isManager))
240 {char buff[2048], *bp, *libofs = getenv("XRDOFSLIB");
241 if (!libofs) bp = buff;
242 else {strcpy(buff, libofs); bp = buff+strlen(buff)-1;
243 while(bp != buff && *(bp-1) != '/') bp--;
244 }
245 strcpy(bp, "libXrdPss.so");
246 ofsConfig->Default(XrdOfsConfigPI::theOssLib, buff, 0);
247 ofsConfig->Default(XrdOfsConfigPI::theCksLib, buff, 0);
248 }
249
250// Configure third party copy but only if we are not a manager. Phase 1 needs
251// to be done before we load the plugins as they may need this info.
252//
253 if ((Options & ThirdPC) && !(Options & isManager))
254 NoGo |= ConfigTPC(Eroute, EnvInfo);
255
256// We need to do pre-initialization for event recording as the oss needs some
257// environmental information from that initialization to initialize the frm,
258// should it need to be used. We will do full evr initialization after the oss
259// and the finder are initialized. A bit messy in the current plug-in world.
260//
261 if (!(Options & isManager) && !evrObject.Init(&Eroute)) NoGo = 1;
262
263// Determine whether we should load authorization
264//
265 int piOpts = XrdOfsConfigPI::allXXXLib;
266 if (!(Options & Authorize)) piOpts &= ~XrdOfsConfigPI::theAutLib;
267
268// We need to export plugins to other protocols which means we need to
269// record them in the outmost environment. So get it.
270//
271 XrdOucEnv *xrdEnv = 0;
272 if (EnvInfo) xrdEnv = (XrdOucEnv*)EnvInfo->GetPtr("xrdEnv*");
273
274// Now load all of the required plugins
275//
276 if (!ofsConfig->Load(piOpts, EnvInfo)) NoGo = 1;
277 else {ofsConfig->Plugin(XrdOfsOss);
278 ossFeatures = XrdOfsOss->Features();
279 if (ossFeatures & XRDOSS_HASNOSF) FeatureSet |= XrdSfs::hasNOSF;
280 if (ossFeatures & XRDOSS_HASCACH)
282 if (xrdEnv) xrdEnv->Put("XrdCache", "T"); // Existence check
283 }
284 if (ossFeatures & XRDOSS_HASNAIO) FeatureSet |= XrdSfs::hasNAIO;
285 if (ossFeatures & XRDOSS_HASFICL) FeatureSet |= XrdSfs::hasFICL;
286 if (ossFeatures & XRDOSS_HASXERT) tryXERT = true;
287 if (xrdEnv) xrdEnv->PutPtr("XrdOss*", XrdOfsOss);
288 ofsConfig->Plugin(Cks);
289 CksPfn = !ofsConfig->OssCks();
290 CksRdr = !ofsConfig->LclCks();
291 if (ofsConfig->Plugin(prepHandler))
292 {prepAuth = ofsConfig->PrepAuth();
294 }
295 if (Options & Authorize)
296 {ofsConfig->Plugin(Authorization);
297 XrdOfsTPC::Init(Authorization);
298 if (xrdEnv) xrdEnv->PutPtr("XrdAccAuthorize*",Authorization);
300 }
301 }
302
303// If a cache has been configured then that cache may want to interact with
304// the cache-specific FSctl() operation. We check if a plugin was provided.
305//
306 if (ossFeatures & XRDOSS_HASCACH)
307 FSctl_PC = (XrdOfsFSctl_PI*)EnvInfo->GetPtr("XrdFSCtl_PC*");
308
309// Configure third party copy phase 2, but only if we are not a manager.
310//
311 if ((Options & ThirdPC) && !(Options & isManager)) NoGo |= ConfigTPC(Eroute);
312
313// Extract out the export list should it have been supplied by the oss plugin
314//
315 ossRPList = (XrdOucPListAnchor *)EnvInfo->GetPtr("XrdOssRPList*");
316
317// Initialize redirection. We type te herald here to minimize confusion
318//
319 if (Options & haveRole)
320 {Eroute.Say("++++++ Configuring ", myRole, " role. . .");
321 if (ConfigRedir(Eroute, EnvInfo))
322 {Eroute.Emsg("Config", "Unable to create cluster management client.");
323 NoGo = 1;
324 }
325 }
326
327// Initialize the FSctl plugin if we have one. Note that we needed to defer
328// until now because we needed to configure the cms plugin first (see above).
329//
330 if (ofsConfig->Plugin(FSctl_PI) && !ofsConfig->ConfigCtl(Finder, EnvInfo))
331 {Eroute.Emsg("Config", "Unable to configure FSctl plugin.");
332 NoGo = 1;
333 }
334
335// Initialize the cache FSctl handler if we have one. The same deferal applies.
336//
337 if (FSctl_PC)
338 {struct XrdOfsFSctl_PI::Plugins thePI = {Authorization, Finder,
340 XrdOucEnv pcEnv;
341 pcEnv.PutPtr("XrdOfsHandle*", dummyHandle);
342 if (!FSctl_PC->Configure(ConfigFN, 0, &pcEnv, thePI))
343 {Eroute.Emsg("Config", "Unable to configure cache FSctl handler.");
344 NoGo = 1;
345 }
346 }
347
348// Initialize th Evr object if we are an actual server
349//
350 if (!(Options & isManager) && !evrObject.Init(Balancer)) NoGo = 1;
351
352// Turn off forwarding if we are not a pure remote redirector or a peer
353//
354 if (Options & Forwarding)
355 {const char *why = 0;
356 if (!(Options & Authorize)) why = "authorization not enabled";
357 else if (!(Options & isPeer) && (Options & (isServer | isProxy)))
358 why = "not a pure manager";
359 if (why)
360 {Eroute.Say("Config warning: forwarding turned off; ", why);
361 Options &= ~(Forwarding);
362 fwdCHMOD.Reset(); fwdMKDIR.Reset(); fwdMKPATH.Reset();
363 fwdMV.Reset(); fwdRM.Reset(); fwdRMDIR.Reset();
364 fwdTRUNC.Reset();
365 }
366 }
367
368// If we need to send notifications, initialize the interface
369//
370 if (!NoGo && evsObject) NoGo = evsObject->Start(&Eroute);
371
372// If the OSS plugin is really a proxy. If it is, it will export its origin.
373// We also suppress translating lfn to pfn (usually done via osslib +cksio).
374// Note: consulting the ENVAR below is historic and remains for compatibility
375// Otherwise we can configure checkpointing if we are a data server.
376//
377 if (ossFeatures & XRDOSS_HASPRXY || getenv("XRDXROOTD_PROXY"))
378 {OssIsProxy = 1;
379 CksPfn = false;
381 } else if (!(Options & isManager) && !XrdOfsConfigCP::Init()) NoGo = 1;
382
383// Indicate wheter oss implements pgrw or it has to be simulated
384//
385 OssHasPGrw = (ossFeatures & XRDOSS_HASPGRW) != 0;
386
387// If POSC processing is enabled (as by default) do it. Warning! This must be
388// the last item in the configuration list as we need a working filesystem.
389// Note that in proxy mode we always disable posc!
390//
391 if (OssIsProxy || getenv("XRDXROOTD_NOPOSC"))
392 {if (poscAuto != -1 && !NoGo)
393 Eroute.Say("Config POSC has been disabled by the osslib plugin.");
394 } else if (poscAuto != -1 && !NoGo) NoGo |= ConfigPosc(Eroute);
395
396// Setup statistical monitoring
397//
398 OfsStats.setRole(myRole);
399
400// Display final configuration
401//
402 if (!NoGo) Config_Display(Eroute);
403 delete ofsConfig; ofsConfig = 0;
404
405// All done
406//
407 tmp = (NoGo ? " initialization failed." : " initialization completed.");
408 Eroute.Say("------ File system ", myRole, tmp);
409 return NoGo;
410}
#define TRACE_debug
XrdScheduler * ofsSchedP
#define TRACE_MOST
XrdOfsStats OfsStats
Definition XrdOfs.cc:113
#define XRDOSS_HASFICL
Definition XrdOss.hh:544
#define XRDOSS_HASCACH
Definition XrdOss.hh:540
#define XRDOSS_HASPRXY
Definition XrdOss.hh:538
#define XRDOSS_HASXERT
Definition XrdOss.hh:543
#define XRDOSS_HASNOSF
Definition XrdOss.hh:539
#define XRDOSS_HASPGRW
Definition XrdOss.hh:536
#define XRDOSS_HASNAIO
Definition XrdOss.hh:541
#define open
Definition XrdPosix.hh:76
static bool Init()
static XrdOfsConfigPI * New(const char *cfn, XrdOucStream *cfgP, XrdSysError *errP, XrdVersionInfo *verP=0, XrdSfsFileSystem *sfsP=0)
@ theOssLib
Oss plugin.
@ allXXXLib
All plugins (Load() only).
@ theCksLib
Checksum manager plugin.
void setRole(const char *theRole)
static void Init()
Definition XrdOfsTPC.cc:414
XrdOfsEvr evrObject
Definition XrdOfs.hh:433
struct fwdOpt fwdMKPATH
Definition XrdOfs.hh:416
void Config_Display(XrdSysError &)
XrdNetIF * myIF
Definition XrdOfs.hh:399
virtual int ConfigXeq(char *var, XrdOucStream &, XrdSysError &)
virtual uint64_t Features()
Definition XrdOss.cc:60
void PutPtr(const char *varname, void *value)
Definition XrdOucEnv.cc:298
void Put(const char *varname, const char *value)
Definition XrdOucEnv.hh:85
virtual void EnvInfo(XrdOucEnv *envP)
uint64_t FeatureSet
Adjust features at initialization.
int Emsg(const char *esfx, int ecode, const char *text1, const char *text2=0)
XrdCmsConfig Config
static const uint64_t hasAUTZ
Feature: Authorization.
static const uint64_t hasPRP2
Feature: Prepare Handler Version 2 (different calling conventions).
static const uint64_t hasCACH
Feature: Implements a data cache.
static const uint64_t hasNOSF
Feature: Supports no sendfile.
static const uint64_t hasFICL
Feature: Supports file cloning and samefs.
static const uint64_t hasNAIO
Feature: Supports no async I/O.
static const uint64_t hasPRXY
Feature: Proxy Server.

References XrdOfsConfigPI::allXXXLib, Authorize, Config_Display(), ConfigFN, ConfigXeq(), dMask, XrdSysError::Emsg(), XrdSfsFileSystem::EnvInfo(), evrObject, XrdOucEnv::Export(), XrdSfsFileSystem::FeatureSet, Finder, fMask, Forwarding, fwdCHMOD, fwdMKDIR, fwdMKPATH, fwdMV, fwdRM, fwdRMDIR, fwdTRUNC, XrdSfs::hasAUTZ, XrdSfs::hasCACH, XrdSfs::hasFICL, XrdSfs::hasNAIO, XrdSfs::hasNOSF, XrdSfs::hasPRP2, XrdSfs::hasPRXY, haveRole, XrdOfsConfigCP::Init(), XrdOfsTPC::Init(), isManager, isMeta, isPeer, isProxy, isServer, myIF, XrdOfsConfigPI::New(), ofsSchedP, OfsStats, OfsTrace, open, Options, XrdOucEnv::Put(), XrdOucEnv::PutPtr(), XrdSysError::Say(), XrdOfsConfigPI::theCksLib, XrdOfsConfigPI::theOssLib, ThirdPC, TRACE_debug, TRACE_MOST, XrdOfsFS, XrdOfsOss, XRDOSS_HASCACH, XRDOSS_HASFICL, XRDOSS_HASNAIO, XRDOSS_HASNOSF, XRDOSS_HASPGRW, XRDOSS_HASPRXY, and XRDOSS_HASXERT.

Here is the call graph for this function:

◆ ConfigXeq()

int XrdOfs::ConfigXeq ( char * var,
XrdOucStream & Config,
XrdSysError & Eroute )
protectedvirtual

Definition at line 803 of file XrdOfsConfig.cc.

805{
806 char *val, vBuff[64];
807
808 // Now assign the appropriate global variable
809 //
810 TS_Bit("authorize", Options, Authorize);
811 TS_XPI("authlib", theAutLib);
812 TS_XPI("ckslib", theCksLib);
813 TS_Xeq("cksrdsz", xcrds);
814 TS_XPI("cmslib", theCmsLib);
815 TS_Xeq("crmode", xcrm);
816 TS_XPI("ctllib", theCtlLib);
817 TS_Xeq("dirlist", xdirl);
818 TS_Xeq("forward", xforward);
819 TS_Xeq("maxdelay", xmaxd);
820 TS_Xeq("notify", xnot);
821 TS_Xeq("notifymsg", xnmsg);
822 TS_XPI("osslib", theOssLib);
823 TS_Xeq("persist", xpers);
824 TS_XPI("preplib", thePrpLib);
825 TS_Xeq("role", xrole);
826 TS_Xeq("tpc", xtpc);
827 TS_Xeq("trace", xtrace);
828 TS_Xeq("xattr", xatr);
829 TS_XPI("xattrlib", theAtrLib);
830
831 // Process miscellaneous directives handled elsemwhere
832 //
833 if (!strcmp("chkpnt", var)) return (XrdOfsConfigCP::Parse(Config) ? 0 : 1);
834
835 // Screen out the subcluster directive (we need to track that)
836 //
837 TS_Bit("subcluster",Options,SubCluster);
838
839 // Get the actual value for simple directives
840 //
841 strlcpy(vBuff, var, sizeof(vBuff)); var = vBuff;
842 if (!(val = Config.GetWord()))
843 {Eroute.Emsg("Config", "value not specified for", var); return 1;}
844
845 // No match found, complain.
846 //
847 Eroute.Say("Config warning: ignoring unknown directive '",var,"'.");
848 Config.Echo();
849 return 0;
850}
#define TS_Bit(x, m, v)
#define TS_Xeq(x, m)
Definition XrdConfig.cc:160
#define TS_XPI(x, m)
size_t strlcpy(char *dst, const char *src, size_t sz)
static bool Parse(XrdOucStream &Config)

References Authorize, XrdSysError::Emsg(), Options, XrdOfsConfigCP::Parse(), XrdSysError::Say(), strlcpy(), SubCluster, TS_Bit, TS_Xeq, and TS_XPI.

Referenced by Configure().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Connect()

void XrdOfs::Connect ( const XrdSecEntity * client = 0)
virtual

Notify filesystem that a client has connected.

Parameters
client- Client's identify (see common description).

Reimplemented from XrdSfsFileSystem.

Definition at line 2057 of file XrdOfs.cc.

2058{
2059 XrdOucEnv myEnv(0, 0, client);
2060
2061// Pass this call along
2062//
2063 XrdOfsOss->Connect(myEnv);
2064}
virtual void Connect(XrdOucEnv &env)
Definition XrdOss.cc:42

References XrdOfsOss.

◆ Disc()

void XrdOfs::Disc ( const XrdSecEntity * client = 0)
virtual

Notify filesystem that a client has disconnected.

Parameters
client- Client's identify (see common description).

Reimplemented from XrdSfsFileSystem.

Definition at line 2070 of file XrdOfs.cc.

2071{
2072 XrdOucEnv myEnv(0, 0, client);
2073
2074// Pass this call along
2075//
2076 XrdOfsOss->Disc(myEnv);
2077}
virtual void Disc(XrdOucEnv &env)
Definition XrdOss.cc:48

References XrdOfsOss.

◆ Emsg() [1/2]

int XrdOfs::Emsg ( const char * pfx,
XrdOucErrInfo & einfo,
int ecode,
const char * x,
const char * y = "",
const char * xtra = 0,
bool chktype = true )
staticprotected

Definition at line 2649 of file XrdOfs.cc.

2656{
2657 char* buffer;
2658 int buflen, rc;
2659 bool msgDone = false;
2660
2661// Screen out non-errors
2662//
2663 if (chkType && (rc = EmsgType(ecode)) != SFS_ERROR) return rc;
2664
2665// Setup message handling
2666//
2667 if (einfo.extData()) einfo.Reset();
2668 buffer = einfo.getMsgBuff(buflen);
2669 std::string eText;
2670
2671 // Translate ecode to corresponding errno
2672 int rcode = OfsEroute.ec2errno(ecode);
2673
2674// Check for extended information
2675//
2676 if (xtra)
2677 switch(*xtra)
2678 {case '?': xtra = 0;
2679 if (XrdOfsFS->tryXERT && XrdOfsOss->getErrMsg(eText))
2680 {if (eText.find("Unable") != std::string::npos)
2681 {einfo.setErrInfo(rcode, eText.c_str());
2682 msgDone = true;
2683 } else xtra = eText.c_str();
2684 }
2685 break;
2686 case '+': xtra++;
2687 break;
2688 default: einfo.setErrInfo(rcode, xtra);
2689 msgDone = true;
2690 break;
2691 }
2692
2693// Format the error message if it has not been already set
2694//
2695 if (!msgDone)
2696 {XrdOucERoute::Format(buffer, buflen, ecode, op, target, xtra);
2697 einfo.setErrCode(rcode);
2698 }
2699
2700// Print it out
2701//
2702 OfsEroute.Emsg(pfx, einfo.getErrUser(), buffer);
2703
2704// Return an error
2705//
2706 return SFS_ERROR;
2707}
XrdSysError OfsEroute(0)
static int EmsgType(int ecode)
Definition XrdOfs.cc:2713
virtual bool getErrMsg(std::string &eText)
Definition XrdOss.hh:680
static int Format(char *buff, int blen, int ecode, const char *etxt1, const char *etxt2=0, const char *xtra=0)
const char * getErrUser()
char * getMsgBuff(int &mblen)
int setErrInfo(int code, const char *emsg)
void Reset()
Reset object to no message state. Call this method to release appendages.
int setErrCode(int code)
int ec2errno(int ecode)

References EmsgType(), XrdOucErrInfo::extData(), XrdOucERoute::Format(), XrdOucErrInfo::getErrUser(), XrdOucErrInfo::getMsgBuff(), OfsEroute, XrdOucErrInfo::Reset(), XrdOucErrInfo::setErrCode(), XrdOucErrInfo::setErrInfo(), SFS_ERROR, XrdOfsFS, and XrdOfsOss.

Here is the call graph for this function:

◆ Emsg() [2/2]

int XrdOfs::Emsg ( const char * pfx,
XrdOucErrInfo & einfo,
int ecode,
const char * x,
XrdOfsHandle * hP,
bool posChk = false,
bool chktype = true )
staticprotected

Definition at line 2609 of file XrdOfs.cc.

2616{
2617 const char* etP = 0;
2618 int rc;
2619
2620// Screen out non-errors
2621//
2622 if (chkType && (rc = EmsgType(ecode)) != SFS_ERROR) return rc;
2623
2624// Get any extended information
2625//
2626 std::string eText;
2627 if (XrdOfsFS->tryXERT && hP->Select().getErrMsg(eText)) etP = eText.c_str();
2628
2629// First issue the error message so if we have to unpersist it makes sense
2630//
2631 rc = Emsg(pfx, einfo, ecode, op, hP->Name(), etP);
2632
2633// If this is a POSC file then we need to unpersist it. Note that we are always
2634// called with the handle **unlocked**
2635//
2636 if (posChk && hP->isRW == XrdOfsHandle::opPC)
2637 {hP->Lock();
2638 XrdOfsFS->Unpersist(hP);
2639 hP->UnLock();
2640 }
2641
2642// Now return the error
2643//
2644 return rc;
2645}
static const int opPC
XrdOssDF & Select(void)
const char * Name()
void Unpersist(XrdOfsHandle *hP, int xcev=1)
Definition XrdOfs.cc:2887
virtual bool getErrMsg(std::string &eText)
Definition XrdOss.hh:478

References Emsg(), EmsgType(), XrdOssDF::getErrMsg(), XrdOfsHandle::isRW, XrdOfsHandle::Lock(), XrdOfsHandle::Name(), XrdOfsHandle::opPC, XrdOfsHandle::Select(), SFS_ERROR, XrdOfsHandle::UnLock(), and XrdOfsFS.

Referenced by chksum(), Emsg(), FAttr(), and fsctl().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EmsgType()

int XrdOfs::EmsgType ( int ecode)
staticprotected

Definition at line 2713 of file XrdOfs.cc.

2714{
2715
2716// If the error is EBUSY then we just need to stall the client. This is
2717// a hack in order to provide for proxy support
2718//
2719 if (ecode < 0) ecode = -ecode;
2720 if (ecode == EBUSY) return 5; // A hack for proxy support
2721
2722// Check for timeout conditions that require a client delay
2723//
2724 if (ecode == ETIMEDOUT) return OSSDelay;
2725
2726// This is a real error
2727//
2728 return SFS_ERROR;
2729}
static int OSSDelay
Definition XrdOfs.hh:423

References OSSDelay, and SFS_ERROR.

Referenced by Emsg(), and Emsg().

Here is the caller graph for this function:

◆ exists()

int XrdOfs::exists ( const char * path,
XrdSfsFileExistence & eFlag,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client,
const char * opaque = 0 )
virtual

Return directory/file existence information (short stat).

Parameters
path- Pointer to the path of the file/directory in question.
eFlag- Where the results are to be returned.
eInfo- The object where error info is to be returned.
client- Client's identify (see common description).
opaque- Path's CGI information (see common description).
Returns
One of SFS_OK, SFS_ERROR, SFS_REDIRECT, SFS_STALL, or SFS_STARTED When SFS_OK is returned, eFlag must be properly set, as follows: XrdSfsFileExistNo - path does not exist XrdSfsFileExistIsFile - path refers to an online file XrdSfsFileExistIsDirectory - path refers to an online directory XrdSfsFileExistIsOffline - path refers to an offline file XrdSfsFileExistIsOther - path is neither a file nor directory

Implements XrdSfsFileSystem.

Definition at line 2083 of file XrdOfs.cc.

2105{
2106 EPNAME("exists");
2107 struct stat fstat;
2108 int retc;
2109 const char *tident = einfo.getErrUser();
2110 XrdOucEnv stat_Env(info,0,client);
2111 XTRACE(exists, path, "");
2112
2113// Apply security, as needed
2114//
2115 AUTHORIZE(client,&stat_Env,AOP_Stat,"locate",path,einfo);
2116
2117// Find out where we should stat this file
2118//
2119 if (Finder && Finder->isRemote()
2120 && (retc = Finder->Locate(einfo, path, SFS_O_RDONLY, &stat_Env)))
2121 return fsError(einfo, retc);
2122
2123// Now try to find the file or directory
2124//
2125 retc = XrdOfsOss->Stat(path, &fstat, 0, &stat_Env);
2126 if (!retc)
2127 { if (S_ISDIR(fstat.st_mode)) file_exists=XrdSfsFileExistIsDirectory;
2128 else if (S_ISREG(fstat.st_mode)) file_exists=XrdSfsFileExistIsFile;
2129 else file_exists=XrdSfsFileExistNo;
2130 return SFS_OK;
2131 }
2132 if (retc == -ENOENT)
2133 {file_exists=XrdSfsFileExistNo;
2134 return SFS_OK;
2135 }
2136
2137// An error occurred, return the error info
2138//
2139 return XrdOfsFS->Emsg(epname, einfo, retc, "locate", path, "?");
2140}
#define fstat(a, b)
Definition XrdPosix.hh:62
@ XrdSfsFileExistIsFile
@ XrdSfsFileExistNo
@ XrdSfsFileExistIsDirectory
int exists(const char *fileName, XrdSfsFileExistence &exists_flag, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *opaque=0)
Definition XrdOfs.cc:2083

References AOP_Stat, AUTHORIZE, EPNAME, exists(), Finder, fsError(), fstat, XrdOucErrInfo::getErrUser(), SFS_O_RDONLY, SFS_OK, stat(), tident, XrdOfsFS, XrdOfsOss, XrdSfsFileExistIsDirectory, XrdSfsFileExistIsFile, XrdSfsFileExistNo, and XTRACE.

Referenced by exists(), and rename().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FAttr()

int XrdOfs::FAttr ( XrdSfsFACtl * faReq,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client = 0 )
virtual

Perform a filesystem extended attribute function.

Parameters
faReq- pointer to the request object (see XrdSfsFAttr.hh). If the pointer is nill, simply return whether or not extended attributes are supported.
eInfo- The object where error info or results are to be returned.
client- Client's identify (see common description).
Returns
SFS_OK a null response is sent.
SFS_DATA error.code length of the data to be sent. error.message contains the data to be sent.
SFS_STARTED Operation started result will be returned via callback. o/w one of SFS_ERROR, SFS_REDIRECT, or SFS_STALL.

Reimplemented from XrdSfsFileSystem.

Definition at line 195 of file XrdOfsFAttr.cc.

198{
199 EPNAME("FAttr");
200 const char *tident = einfo.getErrUser();
201 char pfnbuff[MAXPATHLEN+8];
202 const char *accType;
203 long long xOpts;
204
205 struct faArgs {const char *name; int fArg; Access_Operation aop;};
206
207 static faArgs faTab[] = {{ "del fattr", SFS_O_RDWR, AOP_Update}, // del
208 { "get fattr", 0, AOP_Read}, // get
209 {"list fattr", 0, AOP_Read}, // list
210 { "set fattr", SFS_O_RDWR, AOP_Update} // set
211 };
212 static const int faNum = sizeof(faTab)/sizeof(struct faArgs);
213
214 int rc;
215
216// Check if we need only return support information
217//
218 if (!faReq)
219 {XrdOucEnv *envP = einfo.getEnv();
220 ZTRACE(fsctl, "FAttr req=info");
221 if (!envP || !usxMaxNsz)
222 {einfo.setErrInfo(ENOTSUP, "Not supported.");
223 return SFS_ERROR;
224 }
225 envP->PutInt("usxMaxNsz", usxMaxNsz);
226 envP->PutInt("usxMaxVsz", usxMaxVsz);
227 return SFS_OK;
228 }
229
230// Setup for to perform attribute functions
231//
232 XrdSfsFACtl &faCtl = *faReq;
233 XrdOucEnv FAttr_Env(faCtl.pcgi,0,client);
234
235// Make sure request code is valid (we also set some options)
236//
237 if (faCtl.rqst > faNum)
238 return Emsg(epname, einfo, EINVAL, "process fattrs", faCtl.path);
239 accType = faTab[faCtl.rqst].name;
240
241// Trace this call
242//
243 ZTRACE(fsctl, "FAttr " <<accType <<' ' <<faCtl.path);
244
245// Extract the export options if we can
246//
247 xOpts = (ossRPList ? ossRPList->Find(faCtl.path) : 0);
248
249// Perform authrorization and redirection if required
250//
251 if (faCtl.opts & XrdSfsFACtl::accChk)
252 {int luFlag = faTab[faCtl.rqst].fArg;
253 Access_Operation aOP = faTab[faCtl.rqst].aop;
254
255 AUTHORIZE(client, 0, aOP, accType ,faCtl.path, einfo);
256
257 if (Finder && Finder->isRemote()
258 && (rc = Finder->Locate(einfo, faCtl.path, luFlag, &FAttr_Env)))
259 return fsError(einfo, rc);
260
261 if (aOP == AOP_Update && xOpts & XRDEXP_NOTRW)
262 return Emsg(epname, einfo, EROFS, accType, faCtl.path);
263 }
264
265// If this is a proxy server then hand this request to the storage system
266// as it will need to be executed elsewhere.
267//
268 if (OssIsProxy)
269 {faCtl.envP = &FAttr_Env;
270 rc = XrdOfsOss->FSctl(XRDOSS_FSCTLFA, 0, (const char *)&faCtl);
271 if (rc) return XrdOfsFS->Emsg(epname, einfo, rc, accType, faCtl.path);
272 return SFS_OK;
273 }
274
275// Make sure we can use xattrs on the path
276//
277 if (xOpts & XRDEXP_NOXATTR)
278 return XrdOfsFS->Emsg(epname, einfo, EPERM, accType, faCtl.path);
279
280// Convert the lfn to a pfn for actual calls to the attribute processor
281//
282 faCtl.pfnP = XrdOfsOss->Lfn2Pfn(faCtl.path, pfnbuff, sizeof(pfnbuff), rc);
283 if (!faCtl.pfnP) return XrdOfsFS->Emsg(epname,einfo,rc,accType,faCtl.path);
284
285// Fan out for processing this on the local file system
286//
287 switch(faCtl.rqst)
288 {case XrdSfsFACtl::faDel:
289 return ctlFADel(faCtl, FAttr_Env, einfo);
290 break;
292 return ctlFAGet(faCtl, FAttr_Env, einfo);
293 break;
295 return ctlFALst(faCtl, FAttr_Env, einfo);
296 break;
298 return ctlFASet(faCtl, FAttr_Env, einfo);
299 break;
300 default: break;
301 }
302
303// The request code is not one we understand
304//
305 return XrdOfsFS->Emsg(epname, einfo, EINVAL, "process fattrs", faCtl.path);
306}
Access_Operation
The following are supported operations.
@ AOP_Update
open() r/w or append
@ AOP_Read
open() r/o, prepare()
#define ZTRACE(act, x)
#define XRDOSS_FSCTLFA
Definition XrdOss.hh:554
#define XRDEXP_NOTRW
#define XRDEXP_NOXATTR
int fsctl(const int cmd, const char *args, XrdOucErrInfo &out_error, const XrdSecEntity *client=0)
virtual int FSctl(int cmd, int alen, const char *args, char **resp=0)
Definition XrdOss.cc:66
void PutInt(const char *varname, long value)
Definition XrdOucEnv.cc:250
XrdOucEnv * envP
Definition XrdPss.cc:110
const char * path
The file path to act on (logical).
unsigned char rqst
Type of file attribute request (see below).
const char * pcgi
Opaque information (null if none).
static const int accChk
Perform access check.
XrdOucEnv * envP
Optional environmental information.
unsigned char opts
Request options (see below).

References XrdSfsFACtl::accChk, AOP_Read, AOP_Update, AUTHORIZE, Emsg(), XrdSfsFACtl::envP, EPNAME, XrdSfsFACtl::faDel, XrdSfsFACtl::faGet, XrdSfsFACtl::faLst, XrdSfsFACtl::faSet, Finder, fsctl(), fsError(), XrdOucErrInfo::getEnv(), XrdOucErrInfo::getErrUser(), XrdSfsFACtl::opts, XrdSfsFACtl::path, XrdSfsFACtl::pcgi, XrdSfsFACtl::pfnP, XrdOucEnv::PutInt(), XrdSfsFACtl::rqst, XrdOucErrInfo::setErrInfo(), SFS_ERROR, SFS_O_RDWR, SFS_OK, tident, XRDEXP_NOTRW, XRDEXP_NOXATTR, XrdOfsFS, XrdOfsOss, XRDOSS_FSCTLFA, and ZTRACE.

Here is the call graph for this function:

◆ FSctl()

int XrdOfs::FSctl ( const int cmd,
XrdSfsFSctl & args,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client = 0 )
virtual

Perform a filesystem control operation (version 2)

Parameters
cmd- The operation to be performed: SFS_FSCTL_PLUGFS Return Implementation Dependent Data FS SFS_FSCTL_PLUGIN Return Implementation Dependent Data v1 SFS_FSCTL_PLUGIO Return Implementation Dependent Data v2 SFS_FSCTL_PLUGXC Return Implementation Dependent Cache
args- Arguments specific to cmd. SFS_FSCTL_PLUGFS Unscreened argument string. SFS_FSCTL_PLUGIN path and opaque information. SFS_FSCTL_PLUGXC Unscreened argument string.
eInfo- The object where error info or results are to be returned.
client- Client's identify (see common description).
Returns
SFS_OK a null response is sent. SFS_DATA error.code length of the data to be sent. error.message contains the data to be sent. o/w one of SFS_ERROR, SFS_REDIRECT, or SFS_STALL.

Reimplemented from XrdSfsFileSystem.

Definition at line 263 of file XrdOfsFSctl.cc.

267{
268 EPNAME("FSctl");
269
270// This may be a cache-specfic operation, a forwardable operation, or one
271// destined to a FSctl plugin. We hande each case here.
272// is a simple case of wheter we have a plug-in for this or not.
273//
274 if (cmd == SFS_FSCTL_PLUGXC)
275 {if (FSctl_PC)
276 {if (args.Arg2Len == -2)
277 {XrdOucEnv pc_Env(args.ArgP[1], 0, client);
278 AUTHORIZE(client,&pc_Env,AOP_Read,"FSctl",args.ArgP[0],eInfo);
279 }
280 return FSctl_PC->FSctl(cmd, args, eInfo, client);
281 }
282 } else if (cmd == SFS_FSCTL_PLUGFS)
283 {char* resp = 0;
284 int rc, n = XRDOSS_FSCTLFS;
285 XrdOucEnv ps_Env(args.Arg2, 0, client);
286 AUTHORIZE(client,&ps_Env,AOP_Stat,"FSctl",args.Arg1,eInfo);
287 if (args.Arg2 && *args.Arg2 && args.Arg2Len > 0)
288 {std::string url(args.Arg1);
289 url += '?'; url += args.Arg2;
290 rc = XrdOfsOss->FSctl(n, url.size(), url.c_str(), &resp);
291 } else {
292 rc = XrdOfsOss->FSctl(n, args.Arg1Len, args.Arg1, &resp);
293 }
294 if (rc >= 0)
295 {rc = SFS_OK;
296 if (resp)
297 {if ((n = strlen(resp)))
298 {eInfo.setErrInfo(n, resp);
299 rc = SFS_DATA;
300 }
301 delete[] resp;
302 }
303 return rc;
304 }
305 return XrdOfsFS->Emsg("FSctl", eInfo, rc, "FSctl", "");
306 }
307 else if (FSctl_PI) return FSctl_PI->FSctl(cmd, args, eInfo, client);
308
309// Operation is not supported
310//
311 return XrdOfsFS->Emsg("FSctl", eInfo, ENOTSUP, "FSctl", "");
312}
#define XRDOSS_FSCTLFS
Definition XrdOss.hh:555
#define SFS_DATA
#define SFS_FSCTL_PLUGFS
#define SFS_FSCTL_PLUGXC
const char * Arg1
PLUGFS, PLUGIN, PLUGIO, PLUGXC.
int Arg2Len
Length or -count of args in extension.
int Arg1Len
Length.

References AOP_Read, AOP_Stat, XrdSfsFSctl::Arg1, XrdSfsFSctl::Arg1Len, XrdSfsFSctl::Arg2Len, AUTHORIZE, EPNAME, XrdOucErrInfo::setErrInfo(), SFS_DATA, SFS_FSCTL_PLUGFS, SFS_FSCTL_PLUGXC, SFS_OK, XrdOfsFS, XrdOfsOss, and XRDOSS_FSCTLFS.

Here is the call graph for this function:

◆ fsctl()

int XrdOfs::fsctl ( const int cmd,
const char * args,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client = 0 )
virtual

Perform a filesystem control operation (version 1)

Parameters
cmd- The operation to be performed: SFS_FSCTL_LOCATE Locate a file or file servers SFS_FSCTL_STATCC Return cluster config status SFS_FSCTL_STATFS Return physical filesystem information SFS_FSCTL_STATLS Return logical filesystem information SFS_FSCTL_STATXA Return extended attributes
args- Arguments specific to cmd. SFS_FSCTL_LOCATE args points to the path to be located "" path is the first exported path "*" return all current servers "*&zwj;/" return servers exporting path o/w return servers having the path SFS_FSCTL_STATFS Path in the filesystem in question. SFS_FSCTL_STATLS Path in the filesystem in question. SFS_FSCTL_STATXA Path of the file whose xattr is wanted.
eInfo- The object where error info or results are to be returned.
client- Client's identify (see common description).
Returns
SFS_OK a null response is sent.
SFS_DATA error.code length of the data to be sent. error.message contains the data to be sent.
SFS_STARTED Operation started result will be returned via callback. Valid only for for SFS_FSCTL_LOCATE, SFS_FSCTL_STATFS, and SFS_FSCTL_STATXA o/w one of SFS_ERROR, SFS_REDIRECT, or SFS_STALL.

Implements XrdSfsFileSystem.

Definition at line 93 of file XrdOfsFSctl.cc.

114{
115 EPNAME("fsctl");
116 static int PrivTab[] = {XrdAccPriv_Delete, XrdAccPriv_Insert,
120 static char PrivLet[] = {'d', 'i',
121 'k', 'l',
122 'n', 'r',
123 'w'};
124 static const int PrivNum = sizeof(PrivLet);
125
126 int retc, i, blen, privs, opcode = cmd & SFS_FSCTL_CMD;
127 const char *tident = einfo.getErrUser();
128 char *bP, *cP;
129
130// Process the LOCATE request
131//
132 if (opcode == SFS_FSCTL_LOCATE)
133 {static const int locMask = (SFS_O_FORCE|SFS_O_NOWAIT|SFS_O_RESET|
135 struct stat fstat;
136 char pbuff[1024], rType[3];
137 const char *Resp[2] = {rType, pbuff};
138 const char *locArg, *opq, *Path = Split(args,&opq,pbuff,sizeof(pbuff));
139 XrdNetIF::ifType ifType;
140 int Resp1Len;
141 int find_flag = SFS_O_LOCATE | (cmd & locMask);
142 XrdOucEnv loc_Env(opq ? opq+1 : 0,0,client);
143
144 ZTRACE(fsctl, "locate args=" <<(args ? args : "''"));
145
146 if (cmd & SFS_O_TRUNC) locArg = (char *)"*";
147 else { if (*Path == '*') {locArg = Path; Path++;}
148 else locArg = Path;
149 AUTHORIZE(client,&loc_Env,AOP_Stat,"locate",Path,einfo);
150 }
151 if (Finder && Finder->isRemote()
152 && (retc = Finder->Locate(einfo, locArg, find_flag, &loc_Env)))
153 return fsError(einfo, retc);
154
155 if (cmd & SFS_O_TRUNC) {rType[0] = 'S'; rType[1] = ossRW;}
156 else {if ((retc = XrdOfsOss->Stat(Path, &fstat, 0, &loc_Env)))
157 return XrdOfsFS->Emsg(epname, einfo, retc, "locate", Path);
158 rType[0] = ((fstat.st_mode & S_IFBLK) == S_IFBLK ? 's' : 'S');
159 rType[1] = (fstat.st_mode & S_IWUSR ? 'w' : 'r');
160 }
161 rType[2] = '\0';
162
163 ifType = XrdNetIF::GetIFType((einfo.getUCap() & XrdOucEI::uIPv4) != 0,
164 (einfo.getUCap() & XrdOucEI::uIPv64) != 0,
165 (einfo.getUCap() & XrdOucEI::uPrip) != 0);
166 bool retHN = (cmd & SFS_O_HNAME) != 0;
167 if ((Resp1Len = myIF->GetDest(pbuff, sizeof(pbuff), ifType, retHN)))
168 {einfo.setErrInfo(Resp1Len+3, (const char **)Resp, 2);
169 return SFS_DATA;
170 }
171 return Emsg(epname, einfo, ENETUNREACH, "locate", Path);
172 }
173
174// Process the STATFS request
175//
176 if (opcode == SFS_FSCTL_STATFS)
177 {char pbuff[1024];
178 const char *opq, *Path = Split(args, &opq, pbuff, sizeof(pbuff));
179 XrdOucEnv fs_Env(opq ? opq+1 : 0,0,client);
180 ZTRACE(fsctl, "statfs args=" <<(args ? args : "''"));
181 AUTHORIZE(client,&fs_Env,AOP_Stat,"statfs",Path,einfo);
182 if (Finder && Finder->isRemote()
183 && (retc = Finder->Space(einfo, Path, &fs_Env)))
184 return fsError(einfo, retc);
185 bP = einfo.getMsgBuff(blen);
186 if ((retc = XrdOfsOss->StatFS(Path, bP, blen, &fs_Env)))
187 return XrdOfsFS->Emsg(epname, einfo, retc, "statfs", args);
188 einfo.setErrCode(blen+1);
189 return SFS_DATA;
190 }
191
192// Process the STATLS request
193//
194 if (opcode == SFS_FSCTL_STATLS)
195 {char pbuff[1024];
196 const char *opq, *Path = Split(args, &opq, pbuff, sizeof(pbuff));
197 XrdOucEnv statls_Env(opq ? opq+1 : 0,0,client);
198 ZTRACE(fsctl, "statls args=" <<(args ? args : "''"));
199 AUTHORIZE(client,&statls_Env,AOP_Stat,"statfs",Path,einfo);
200 if (Finder && Finder->isRemote())
201 {statls_Env.Put("cms.qvfs", "1");
202 if ((retc = Finder->Space(einfo, Path, &statls_Env)))
203 {if (retc == SFS_DATA) retc = Reformat(einfo);
204 return fsError(einfo, retc);
205 }
206 }
207 bP = einfo.getMsgBuff(blen);
208 if ((retc = XrdOfsOss->StatLS(statls_Env, Path, bP, blen)))
209 return XrdOfsFS->Emsg(epname, einfo, retc, "statls", Path);
210 einfo.setErrCode(blen+1);
211 return SFS_DATA;
212 }
213
214// Process the STATXA request
215//
216 if (opcode == SFS_FSCTL_STATXA)
217 {char pbuff[1024];
218 const char *opq, *Path = Split(args, &opq, pbuff, sizeof(pbuff));
219 XrdOucEnv xa_Env(opq ? opq+1 : 0,0,client);
220 ZTRACE(fsctl, "statxa args=" <<(args ? args : "''"));
221 AUTHORIZE(client,&xa_Env,AOP_Stat,"statxa",Path,einfo);
222 if (Finder && Finder->isRemote()
223 && (retc = Finder->Locate(einfo,Path,SFS_O_RDONLY|SFS_O_STAT,&xa_Env)))
224 return fsError(einfo, retc);
225 bP = einfo.getMsgBuff(blen);
226 if ((retc = XrdOfsOss->StatXA(Path, bP, blen, &xa_Env)))
227 return XrdOfsFS->Emsg(epname, einfo, retc, "statxa", Path);
228 if (!client || !XrdOfsFS->Authorization) privs = XrdAccPriv_All;
229 else privs = XrdOfsFS->Authorization->Access(client, Path, AOP_Any);
230 cP = bP + blen; strcpy(cP, "&ofs.ap="); cP += 8;
231 if (privs == XrdAccPriv_All) *cP++ = 'a';
232 else {for (i = 0; i < PrivNum; i++)
233 if (PrivTab[i] & privs) *cP++ = PrivLet[i];
234 if (cP == (bP + blen + 1)) *cP++ = '?';
235 }
236 *cP++ = '\0';
237 einfo.setErrCode(cP-bP+1);
238 return SFS_DATA;
239 }
240
241// Process the STATCC request (this should always succeed)
242//
243 if (opcode == SFS_FSCTL_STATCC)
244 {static const int lcc_flag = SFS_O_LOCATE | SFS_O_LOCAL;
245 XrdOucEnv lcc_Env(0,0,client);
246 ZTRACE(fsctl, "statcc args=" <<(args ? args : "''"));
247 if (Finder) retc = Finder ->Locate(einfo,".",lcc_flag,&lcc_Env);
248 else if (Balancer) retc = Balancer->Locate(einfo,".",lcc_flag,&lcc_Env);
249 else retc = SFS_ERROR;
250 if (retc != SFS_DATA) einfo.setErrInfo(5, "none|");
251 return fsError(einfo, SFS_DATA);
252 }
253
254// Operation is not supported
255//
256 return XrdOfsFS->Emsg(epname, einfo, ENOTSUP, "fsctl", args);
257}
@ AOP_Any
Special for getting privs.
@ XrdAccPriv_Insert
@ XrdAccPriv_Lookup
@ XrdAccPriv_Rename
@ XrdAccPriv_All
@ XrdAccPriv_Read
@ XrdAccPriv_Lock
@ XrdAccPriv_Write
@ XrdAccPriv_Delete
#define SFS_O_HNAME
#define SFS_O_RESET
#define SFS_O_DIRLIST
#define SFS_FSCTL_STATFS
#define SFS_O_STAT
#define SFS_O_FORCE
#define SFS_FSCTL_CMD
#define SFS_FSCTL_STATLS
#define SFS_FSCTL_STATCC
#define SFS_O_LOCATE
#define SFS_FSCTL_STATXA
#define SFS_FSCTL_LOCATE
#define SFS_O_RAWIO
#define SFS_O_LOCAL
#define SFS_O_NOWAIT
#define SFS_O_TRUNC
virtual XrdAccPrivs Access(const XrdSecEntity *Entity, const char *path, const Access_Operation oper, XrdOucEnv *Env=0)=0
static ifType GetIFType(bool conIPv4, bool hasIP64, bool pvtIP)
Definition XrdNetIF.hh:204
ifType
The enum that is used to index into ifData to get appropriate interface.
Definition XrdNetIF.hh:64
const char * Split(const char *Args, const char **Opq, char *Path, int Plen)
Definition XrdOfs.cc:2834
virtual int StatLS(XrdOucEnv &env, const char *path, char *buff, int &blen)
Definition XrdOss.cc:97
virtual int StatXA(const char *path, char *buff, int &blen, XrdOucEnv *envP=0)
Definition XrdOss.cc:127
virtual int StatFS(const char *path, char *buff, int &blen, XrdOucEnv *envP=0)
Definition XrdOss.cc:87
static const int uIPv64
ucap: Supports only IPv4 info
static const int uIPv4
ucap: Supports read redirects
static const int uPrip

References AOP_Any, AOP_Stat, AUTHORIZE, Emsg(), EPNAME, Finder, fsctl(), fsError(), fstat, XrdOucErrInfo::getErrUser(), XrdNetIF::GetIFType(), XrdOucErrInfo::getMsgBuff(), XrdOucErrInfo::getUCap(), myIF, Path, XrdOucEnv::Put(), XrdOucErrInfo::setErrCode(), XrdOucErrInfo::setErrInfo(), SFS_DATA, SFS_ERROR, SFS_FSCTL_CMD, SFS_FSCTL_LOCATE, SFS_FSCTL_STATCC, SFS_FSCTL_STATFS, SFS_FSCTL_STATLS, SFS_FSCTL_STATXA, SFS_O_DIRLIST, SFS_O_FORCE, SFS_O_HNAME, SFS_O_LOCAL, SFS_O_LOCATE, SFS_O_NOWAIT, SFS_O_RAWIO, SFS_O_RDONLY, SFS_O_RESET, SFS_O_STAT, SFS_O_TRUNC, Split(), stat(), tident, XrdOucEI::uIPv4, XrdOucEI::uIPv64, XrdOucEI::uPrip, XrdAccPriv_All, XrdAccPriv_Delete, XrdAccPriv_Insert, XrdAccPriv_Lock, XrdAccPriv_Lookup, XrdAccPriv_Read, XrdAccPriv_Rename, XrdAccPriv_Write, XrdOfsFS, XrdOfsOss, and ZTRACE.

Referenced by FAttr(), and fsctl().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fsError()

int XrdOfs::fsError ( XrdOucErrInfo & myError,
int rc )
staticprotected

Definition at line 2777 of file XrdOfs.cc.

2778{
2779
2780// Screen the error code (update statistics w/o a lock for speed!)
2781//
2782 if (rc == SFS_REDIRECT) {OfsStats.Data.numRedirect++; return SFS_REDIRECT;}
2783 if (rc == SFS_STARTED) {OfsStats.Data.numStarted++; return SFS_STARTED; }
2784 if (rc > 0) {OfsStats.Data.numDelays++; return rc; }
2785 if (rc == SFS_DATA) {OfsStats.Data.numReplies++; return SFS_DATA; }
2786 {OfsStats.Data.numErrors++; return SFS_ERROR; }
2787}
#define SFS_REDIRECT
#define SFS_STARTED
struct XrdOfsStats::StatsData Data

References OfsStats, SFS_DATA, SFS_ERROR, SFS_REDIRECT, and SFS_STARTED.

Referenced by chksum(), chmod(), exists(), FAttr(), fsctl(), mkdir(), prepare(), rename(), stat(), stat(), and truncate().

Here is the caller graph for this function:

◆ getStats()

int XrdOfs::getStats ( char * buff,
int blen )
virtual

Return statistical information.

Parameters
buff- Pointer to the buffer where results are to be returned. Statistics should be in standard XML format. If buff is nil then only maximum size information is wanted.
blen- The length available in buff.
Returns
Number of bytes placed in buff. When buff is nil, the maximum number of bytes that could have been placed in buff.

Implements XrdSfsFileSystem.

Definition at line 2146 of file XrdOfs.cc.

2147{
2148 int n;
2149
2150// See if the size just wanted
2151//
2152 if (!buff) return OfsStats.Report(0,0) + XrdOfsOss->Stats(0,0);
2153
2154// Report ofs info followed by the oss info
2155//
2156 n = OfsStats.Report(buff, blen);
2157 buff += n; blen -= n;
2158 n += XrdOfsOss->Stats(buff, blen);
2159
2160// All done
2161//
2162 return n;
2163}
int Report(char *Buff, int Blen)
virtual int Stats(char *buff, int blen)
Definition XrdOss.hh:788

References OfsStats, and XrdOfsOss.

◆ getVersion()

const char * XrdOfs::getVersion ( )
virtual

Get version string.

Returns
The version string. Normally this is the XrdVERSION value.

Implements XrdSfsFileSystem.

Definition at line 134 of file XrdOfsConfig.cc.

134{return XrdVERSION;}

◆ mkdir()

int XrdOfs::mkdir ( const char * path,
XrdSfsMode mode,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client,
const char * opaque = 0 )
virtual

Create a directory.

Parameters
path- Pointer to the path of the directory to be created.
mode- The directory mode setting.
eInfo- The object where error info is to be returned.
client- Client's identify (see common description).
opaque- Path's CGI information (see common description).
Returns
One of SFS_OK, SFS_ERROR, SFS_REDIRECT, or SFS_STALL

Implements XrdSfsFileSystem.

Definition at line 2169 of file XrdOfs.cc.

2187{
2188 EPNAME("mkdir");
2189 static const int LocOpts = SFS_O_RDWR | SFS_O_CREAT | SFS_O_META;
2190 mode_t acc_mode = (Mode | dMask[0]) & dMask[1];
2191 int retc, mkpath = Mode & SFS_O_MKPTH;
2192 const char *tident = einfo.getErrUser();
2193 XrdOucEnv mkdir_Env(info,0,client);
2194 XTRACE(mkdir, path, "");
2195
2196// Apply security, as needed
2197//
2198 AUTHORIZE(client,&mkdir_Env,AOP_Mkdir,"mkdir",path,einfo);
2199
2200// Find out where we should remove this file
2201//
2202 if (Finder && Finder->isRemote())
2203 {if (fwdMKDIR.Cmd)
2204 {char buff[8];
2205 sprintf(buff, "%o", static_cast<int>(acc_mode));
2206 if (Forward(retc, einfo, (mkpath ? fwdMKPATH:fwdMKDIR),
2207 path, buff, &mkdir_Env)) return retc;
2208 }
2209 else if ((retc = Finder->Locate(einfo,path,LocOpts,&mkdir_Env)))
2210 return fsError(einfo, retc);
2211 }
2212
2213// Perform the actual operation
2214//
2215 if ((retc = XrdOfsOss->Mkdir(path, acc_mode, mkpath, &mkdir_Env)))
2216 return XrdOfsFS->Emsg(epname, einfo, retc, "mkdir", path, "?");
2217
2218// Check if we should generate an event
2219//
2220 if (evsObject && evsObject->Enabled(XrdOfsEvs::Mkdir))
2221 {XrdOfsEvsInfo evInfo(tident, path, info, &mkdir_Env, acc_mode);
2222 evsObject->Notify(XrdOfsEvs::Mkdir, evInfo);
2223 }
2224
2225// If we have a redirector, tell it that we now have this path
2226//
2227 if (Balancer)
2228 {if (!mkpath) Balancer->Added(path);
2229 else {char *slash, *myPath = strdup(path);
2230 do {Balancer->Added(myPath);
2231 if ((slash = rindex(myPath, '/'))) *slash = 0;
2232 } while(slash && slash != myPath);
2233 free(myPath);
2234 }
2235 }
2236
2237 return SFS_OK;
2238}
@ AOP_Mkdir
mkdir()
#define SFS_O_MKPTH
#define SFS_O_CREAT
int mkdir(const char *dirName, XrdSfsMode Mode, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *opaque=0)
Definition XrdOfs.cc:2169
virtual int Mkdir(const char *path, mode_t mode, int mkpath=0, XrdOucEnv *envP=0)=0

References AOP_Mkdir, AUTHORIZE, dMask, EPNAME, Finder, fsError(), fwdMKDIR, fwdMKPATH, XrdOucErrInfo::getErrUser(), XrdOfsEvs::Mkdir, mkdir(), Mode, SFS_O_CREAT, SFS_O_META, SFS_O_MKPTH, SFS_O_RDWR, SFS_OK, tident, XrdOfsFS, XrdOfsOss, and XTRACE.

Referenced by mkdir().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ newDir() [1/2]

XrdSfsDirectory * XrdOfs::newDir ( char * user = 0,
int MonID = 0 )
inlinevirtual

Obtain a new director object to be used for future directory requests.

Parameters
user- Text identifying the client responsible for this call. The pointer may be null if identification is missing.
MonID- The monitoring identifier assigned to this and all future requests using the returned object.
Returns
pointer- Pointer to an XrdSfsDirectory object.
nil - Insufficient memory to allocate an object.

Implements XrdSfsFileSystem.

Definition at line 249 of file XrdOfs.hh.

250 {return new XrdOfsDirFull(user, MonID);}

◆ newDir() [2/2]

XrdSfsDirectory * XrdOfs::newDir ( XrdOucErrInfo & eInfo)
inlinevirtual

Obtain a new wrapped directory object to be used for future requests.

Parameters
eInfo- Reference to the error object to be used by the new directory object. Note that an implementation is supplied for compatibility purposes but it returns a nil pointer which is considered to be a failure. You must supply an implementation for this to work correctly.
Returns
pointer- Pointer to an XrdSfsDirectory object.
nil - Insufficient memory to allocate an object.

Reimplemented from XrdSfsFileSystem.

Definition at line 252 of file XrdOfs.hh.

253 {return new XrdOfsDirectory(eInfo, eInfo.getErrUser());}
friend class XrdOfsDirectory
Definition XrdOfs.hh:242

References XrdOucErrInfo::getErrUser(), and XrdOfsDirectory.

Here is the call graph for this function:

◆ newFile() [1/2]

XrdSfsFile * XrdOfs::newFile ( char * user = 0,
int MonID = 0 )
inlinevirtual

Obtain a new file object to be used for a future file requests.

Parameters
user- Text identifying the client responsible for this call. The pointer may be null if identification is missing.
MonID- The monitoring identifier assigned to this and all future requests using the returned object.
Returns
pointer- Pointer to an XrdSfsFile object.
nil - Insufficient memory to allocate an object.

Implements XrdSfsFileSystem.

Definition at line 255 of file XrdOfs.hh.

256 {return new XrdOfsFileFull(user, MonID);}

◆ newFile() [2/2]

XrdSfsFile * XrdOfs::newFile ( XrdOucErrInfo & eInfo)
inlinevirtual

Obtain a new wrapped file object to be used for a future requests.

Parameters
eInfo- Reference to the error object to be used by the new file object. Note that an implementation is supplied for compatibility purposes but it returns a nil pointer which is considered to be a failure. You must supply an implementation for this to work correctly.
Returns
pointer- Pointer to an XrdSfsFile object.
nil - Insufficient memory to allocate an object.

Reimplemented from XrdSfsFileSystem.

Definition at line 258 of file XrdOfs.hh.

259 {return new XrdOfsFile(eInfo, eInfo.getErrUser());}
friend class XrdOfsFile
Definition XrdOfs.hh:243

References XrdOucErrInfo::getErrUser(), and XrdOfsFile.

Here is the call graph for this function:

◆ prepare()

int XrdOfs::prepare ( XrdSfsPrep & pargs,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client = 0 )
virtual

Prepare a file for future processing.

Parameters
pargs- The preapre arguments.
eInfo- The object where error info is to be returned.
client- Client's identify (see common description).
Returns
One of SFS_OK, SFS_ERROR, SFS_REDIRECT, or SFS_STALL

Implements XrdSfsFileSystem.

Definition at line 2244 of file XrdOfs.cc.

2247{
2248 EPNAME("prepare");
2249 XrdOucEnv prep_Env(0,0,client);
2250 XrdOucTList *tp = pargs.paths;
2251 int retc;
2252
2253// Run through the paths to make sure client can read each one unless we aren't
2254// supposed to apply authorization.
2255//
2256 if (prepAuth)
2257 while(tp)
2258 {AUTHORIZE(client,0,AOP_Read,"prepare",tp->text,out_error);
2259 tp = tp->next;
2260 }
2261
2262// If there is a prepare plugin, invoke it and return the result.
2263//
2264 if (prepHandler)
2265 {if (pargs.opts & Prep_QUERY)
2266 return prepHandler->query(pargs, out_error, client);
2267 if (pargs.opts & Prep_CANCEL)
2268 return prepHandler->cancel(pargs, out_error, client);
2269
2270 return prepHandler->begin(pargs, out_error, client);
2271 }
2272
2273// If we have a finder object, use it to prepare the paths. Otherwise,
2274// ignore this prepare request (we may change this in the future).
2275//
2276 if (XrdOfsFS->Finder
2277 && (retc = XrdOfsFS->Finder->Prepare(out_error, pargs, &prep_Env)))
2278 return fsError(out_error, retc);
2279 return 0;
2280}
#define Prep_CANCEL
#define Prep_QUERY
XrdOucTList * paths
List of paths.
int opts
Prep_xxx.
virtual int Prepare(XrdOucErrInfo &Resp, XrdSfsPrep &pargs, XrdOucEnv *Info=0)
XrdOucTList * next

References AOP_Read, AUTHORIZE, EPNAME, fsError(), XrdOucTList::next, XrdSfsPrep::opts, XrdSfsPrep::paths, Prep_CANCEL, Prep_QUERY, XrdOucTList::text, and XrdOfsFS.

Here is the call graph for this function:

◆ rem()

int XrdOfs::rem ( const char * path,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client,
const char * opaque = 0 )
inlinevirtual

Remove a file.

Parameters
path- Pointer to the path of the file to be removed.
eInfo- The object where error info is to be returned.
client- Client's identify (see common description).
opaque- Path's CGI information (see common description).
Returns
One of SFS_OK, SFS_ERROR, SFS_REDIRECT, or SFS_STALL

Implements XrdSfsFileSystem.

Definition at line 314 of file XrdOfs.hh.

318 {return remove('f', path, out_error, client, info);}

◆ remdir()

int XrdOfs::remdir ( const char * path,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client,
const char * opaque = 0 )
inlinevirtual

Remove a directory.

Parameters
path- Pointer to the path of the directory to be removed.
eInfo- The object where error info is to be returned.
client- Client's identify (see common description).
opaque- Path's CGI information (see common description).
Returns
One of SFS_OK, SFS_ERROR, SFS_REDIRECT, or SFS_STALL

Implements XrdSfsFileSystem.

Definition at line 320 of file XrdOfs.hh.

324 {return remove('d',dirName,out_error,client,info);}

◆ rename()

int XrdOfs::rename ( const char * oPath,
const char * nPath,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client,
const char * opaqueO = 0,
const char * opaqueN = 0 )
virtual

Rename a file or directory.

Parameters
oPath- Pointer to the path to be renamed.
nPath- Pointer to the path oPath is to have.
eInfo- The object where error info is to be returned.
client- Client's identify (see common description).
opaqueO- oPath's CGI information (see common description).
opaqueN- nPath's CGI information (see common description).
Returns
One of SFS_OK, SFS_ERROR, SFS_REDIRECT, or SFS_STALL

Implements XrdSfsFileSystem.

Definition at line 2352 of file XrdOfs.cc.

2370{
2371 EPNAME("rename");
2372 static const int LocOpts = SFS_O_RDWR|SFS_O_META;
2373 int retc;
2374 const char *tident = einfo.getErrUser();
2375 XrdOucEnv old_Env(infoO,0,client);
2376 XrdOucEnv new_Env(infoN,0,client);
2377 XTRACE(rename, new_name, "old fn=" <<old_name <<" new ");
2378
2379// Apply security, as needed
2380//
2381 AUTHORIZE(client, &old_Env, AOP_Rename, "renaming", old_name, einfo);
2382
2383// The above authorization may mutate the XrdSecEntity by putting a mapped name
2384// into the extended attributes. This mapped name will affect the subsequent
2385// authorization check below, giving the client access that may not be permitted.
2386// Hence, we delete this attribute to reset the object back to "pristine" state.
2387// If there was a way to make a copy of the XrdSecEntity, we could avoid this
2388// hack-y reach inside the extended attributes.
2389 if (client) client->eaAPI->Add("request.name", "", true);
2390
2391// If we do not have full-blown insert authorization, we'll need to test for
2392// destination existence
2393 bool cannot_overwrite = false;
2394 if (client && XrdOfsFS->Authorization &&
2395 !XrdOfsFS->Authorization->Access(client, new_name, AOP_Insert, &new_Env))
2396 {cannot_overwrite = true;
2397 AUTHORIZE(client, &new_Env, AOP_Excl_Insert,
2398 "rename to existing file (overwrite disallowed)", new_name, einfo);
2399 }
2400
2401// Find out where we should rename this file
2402//
2403 if (Finder && Finder->isRemote())
2404 {if (fwdMV.Cmd)
2405 {if (Forward(retc,einfo,fwdMV,old_name,new_name,&old_Env,&new_Env))
2406 return retc;
2407 }
2408 else if ((retc = Finder->Locate(einfo, old_name, LocOpts, &old_Env)))
2409 return fsError(einfo, retc);
2410 }
2411
2412// Check if we should generate an event
2413//
2414 if (evsObject && evsObject->Enabled(XrdOfsEvs::Mv))
2415 {XrdOfsEvsInfo evInfo(tident, old_name, infoO, &old_Env, 0, 0,
2416 new_name, infoN, &new_Env);
2417 evsObject->Notify(XrdOfsEvs::Mv, evInfo);
2418 }
2419
2420// If we cannot overwrite, we must test for existence first. This will test whether
2421// we will destroy data in the rename (without actually destroying data).
2422// Note there's an obvious race condition here; it was seen as the lesser-of-evils
2423// compared to creating an exclusive file and potentially leaking it in the event
2424// of a crash.
2425//
2426 if (cannot_overwrite)
2427 {XrdSfsFileExistence exists_flag;
2428 if (SFS_OK != exists(new_name, exists_flag, einfo, client, infoN))
2429 {// File existence check itself failed; we can't prove that data won't
2430 // be overwritten so we return an error.
2431 return fsError(einfo, -einfo.getErrInfo());
2432 }
2433 if (exists_flag != XrdSfsFileExistNo)
2434 {// EPERM mimics the error code set by Linux when you invoke rename()
2435 // but cannot overwrite the destination file.
2436 einfo.setErrInfo(EPERM, "Overwrite of existing data not permitted");
2437 return fsError(einfo, -EPERM);
2438 }
2439 }
2440
2441// Perform actual rename operation
2442//
2443 if ((retc = XrdOfsOss->Rename(old_name, new_name, &old_Env, &new_Env)))
2444 {return XrdOfsFS->Emsg(epname, einfo, retc, "rename", old_name, "?");
2445 }
2446 XrdOfsHandle::Hide(old_name);
2447 if (Balancer) {Balancer->Removed(old_name);
2448 Balancer->Added(new_name);
2449 }
2450 return SFS_OK;
2451}
@ AOP_Rename
mv() for source
@ AOP_Insert
mv() for target
@ AOP_Excl_Insert
mv() where destination doesn't exist.
XrdSfsFileExistence
static void Hide(const char *thePath)
int rename(const char *oldFileName, const char *newFileName, XrdOucErrInfo &out_error, const XrdSecEntity *client, const char *infoO=0, const char *infoN=0)
Definition XrdOfs.cc:2352
virtual int Rename(const char *oPath, const char *nPath, XrdOucEnv *oEnvP=0, XrdOucEnv *nEnvP=0)=0
bool Add(XrdSecAttr &attr)
XrdSecEntityAttr * eaAPI
non-const API to attributes

References XrdSecEntityAttr::Add(), AOP_Excl_Insert, AOP_Insert, AOP_Rename, AUTHORIZE, XrdSecEntity::eaAPI, EPNAME, exists(), Finder, fsError(), fwdMV, XrdOucErrInfo::getErrInfo(), XrdOucErrInfo::getErrUser(), XrdOfsHandle::Hide(), XrdOfsEvs::Mv, rename(), XrdOucErrInfo::setErrInfo(), SFS_O_META, SFS_O_RDWR, SFS_OK, tident, XrdOfsFS, XrdOfsOss, XrdSfsFileExistNo, and XTRACE.

Referenced by rename().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Split()

const char * XrdOfs::Split ( const char * Args,
const char ** Opq,
char * Path,
int Plen )
protected

Definition at line 2834 of file XrdOfs.cc.

2836{
2837 int xlen;
2838 *Opq = index(Args, '?');
2839 if (!(*Opq)) return Args;
2840 xlen = (*Opq)-Args;
2841 if (xlen >= Plen) xlen = Plen-1;
2842 strncpy(Path, Args, xlen);
2843 Path[xlen] = 0;
2844 return Path;
2845}

References Path.

Referenced by fsctl().

Here is the caller graph for this function:

◆ Stall()

int XrdOfs::Stall ( XrdOucErrInfo & einfo,
int stime,
const char * path )
protected

Definition at line 2851 of file XrdOfs.cc.

2854{
2855 const char *msgfmt = "File %s is being %s; "
2856 "estimated time to completion %s";
2857 EPNAME("Stall")
2858#ifndef NODEBUG
2859 const char *tident = "";
2860#endif
2861 char Mbuff[2048], Tbuff[32];
2862 const char *What = "staged";
2863
2864// Check why the stall is occurring
2865//
2866 if (stime < 0) {stime = 60; What = "created";}
2867
2868// Format the stall message
2869//
2870 snprintf(Mbuff, sizeof(Mbuff)-1, msgfmt,
2871 Fname(path), What, WaitTime(stime, Tbuff, sizeof(Tbuff)));
2872 ZTRACE(delay, "Stall " <<stime <<": " <<Mbuff <<" for " <<path);
2873
2874// Place the error message in the error object and return
2875//
2876 einfo.setErrInfo(0, Mbuff);
2877
2878// All done
2879//
2880 return (stime > MaxDelay ? MaxDelay : stime);
2881}
char * WaitTime(int, char *, int)
Definition XrdOfs.cc:2930

References EPNAME, MaxDelay, XrdOucErrInfo::setErrInfo(), tident, WaitTime(), and ZTRACE.

Here is the call graph for this function:

◆ stat() [1/2]

int XrdOfs::stat ( const char * path,
mode_t & mode,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client,
const char * opaque = 0 )
virtual

Return mode information on a file or directory.

Parameters
path- Pointer to the path in question.
mode- Where full mode information is to be returned.
eInfo- The object where error info is to be returned.
client- Client's identify (see common description).
opaque- path's CGI information (see common description).
Returns
One of SFS_OK, SFS_ERROR, SFS_REDIRECT, SFS_STALL, or SFS_STARTED When SFS_OK is returned, mode must contain mode information. If the mode is -1 then it is taken as an offline file.

Implements XrdSfsFileSystem.

Definition at line 2499 of file XrdOfs.cc.

2517{
2518 EPNAME("stat");
2519 struct stat buf;
2520 int retc;
2521 const char *tident = einfo.getErrUser();
2522 XrdOucEnv stat_Env(info,0,client);
2523 XTRACE(stat, path, "");
2524
2525// Apply security, as needed
2526//
2527 AUTHORIZE(client,&stat_Env,AOP_Stat,"locate",path,einfo);
2528 mode = (mode_t)-1;
2529
2530// Find out where we should stat this file
2531//
2532 if (Finder && Finder->isRemote()
2533 && (retc = Finder->Locate(einfo,path,SFS_O_NOWAIT|SFS_O_RDONLY|SFS_O_STAT,
2534 &stat_Env)))
2535 return fsError(einfo, retc);
2536
2537// Now try to find the file or directory
2538//
2539 if (!(retc = XrdOfsOss->Stat(path, &buf, XRDOSS_resonly, &stat_Env)))
2540 mode=buf.st_mode;
2541 else if ((-ENOMSG) != retc)
2542 return XrdOfsFS->Emsg(epname, einfo, retc, "locate", path, "?");
2543 return SFS_OK;
2544}
#define XRDOSS_resonly
Definition XrdOss.hh:548

References AOP_Stat, AUTHORIZE, EPNAME, Finder, fsError(), XrdOucErrInfo::getErrUser(), SFS_O_NOWAIT, SFS_O_RDONLY, SFS_O_STAT, SFS_OK, stat(), tident, XrdOfsFS, XrdOfsOss, XRDOSS_resonly, and XTRACE.

Here is the call graph for this function:

◆ stat() [2/2]

int XrdOfs::stat ( const char * Name,
struct stat * buf,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client,
const char * opaque = 0 )
virtual

Return state information on a file or directory.

Parameters
Name- Pointer to the path in question.
buf- Pointer to the structure where info it to be returned.
eInfo- The object where error info is to be returned.
client- Client's identify (see common description).
opaque- path's CGI information (see common description).
Returns
One of SFS_OK, SFS_ERROR, SFS_REDIRECT, SFS_STALL, or SFS_STARTED When SFS_OK is returned, buf must contain stat information.

Implements XrdSfsFileSystem.

Definition at line 2457 of file XrdOfs.cc.

2473{
2474 EPNAME("stat");
2475 int retc;
2476 const char *tident = einfo.getErrUser();
2477 XrdOucEnv stat_Env(info,0,client);
2478 XTRACE(stat, path, "");
2479
2480// Apply security, as needed
2481//
2482 AUTHORIZE(client,&stat_Env,AOP_Stat,"locate",path,einfo);
2483
2484// Find out where we should stat this file
2485//
2486 if (Finder && Finder->isRemote()
2487 && (retc = Finder->Locate(einfo, path, SFS_O_RDONLY|SFS_O_STAT, &stat_Env)))
2488 return fsError(einfo, retc);
2489
2490// Now try to find the file or directory
2491//
2492 if ((retc = XrdOfsOss->Stat(path, buf, 0, &stat_Env)))
2493 return XrdOfsFS->Emsg(epname, einfo, retc, "locate", path, "?");
2494 return SFS_OK;
2495}

References AOP_Stat, AUTHORIZE, EPNAME, Finder, fsError(), XrdOucErrInfo::getErrUser(), SFS_O_RDONLY, SFS_O_STAT, SFS_OK, stat(), tident, XrdOfsFS, XrdOfsOss, and XTRACE.

Referenced by chksum(), chmod(), exists(), fsctl(), stat(), and stat().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ truncate()

int XrdOfs::truncate ( const char * path,
XrdSfsFileOffset fsize,
XrdOucErrInfo & eInfo,
const XrdSecEntity * client = 0,
const char * opaque = 0 )
virtual

Truncate a file.

Parameters
path- Pointer to the path of the file to be truncated.
fsize- The size that the file is to have.
eInfo- The object where error info is to be returned.
client- Client's identify (see common description).
opaque- path's CGI information (see common description).
Returns
One of SFS_OK, SFS_ERROR, SFS_REDIRECT, or SFS_STALL

Implements XrdSfsFileSystem.

Definition at line 2550 of file XrdOfs.cc.

2566{
2567 EPNAME("truncate");
2568 const char *tident = einfo.getErrUser();
2569 XrdOucEnv trunc_Env(info,0,client);
2570 int retc;
2571 XTRACE(truncate, path, "");
2572
2573// Apply security, as needed
2574//
2575 AUTHORIZE(client,&trunc_Env,AOP_Update,"truncate",path,einfo);
2576
2577// Find out where we should chmod this file
2578//
2579 if (Finder && Finder->isRemote())
2580 {if (fwdTRUNC.Cmd)
2581 {char xSz[32];
2582 sprintf(xSz, "%lld", static_cast<long long>(Size));
2583 if (Forward(retc,einfo,fwdTRUNC,path,xSz,&trunc_Env)) return retc;
2584 }
2585 else if ((retc = Finder->Locate(einfo,path,SFS_O_RDWR,&trunc_Env)))
2586 return fsError(einfo, retc);
2587 }
2588
2589// Check if we should generate an event
2590//
2591 if (evsObject && evsObject->Enabled(XrdOfsEvs::Trunc))
2592 {XrdOfsEvsInfo evInfo(tident, path, info, &trunc_Env, 0, Size);
2593 evsObject->Notify(XrdOfsEvs::Trunc, evInfo);
2594 }
2595
2596// Now try to find the file or directory
2597//
2598 if (!(retc = XrdOfsOss->Truncate(path, Size, &trunc_Env))) return SFS_OK;
2599
2600// An error occurred, return the error info
2601//
2602 return XrdOfsFS->Emsg(epname, einfo, retc, "trunc", path, "?");
2603}
int truncate(const char *Name, XrdSfsFileOffset fileOffset, XrdOucErrInfo &out_error, const XrdSecEntity *client=0, const char *opaque=0)
Definition XrdOfs.cc:2550
virtual int Truncate(const char *path, unsigned long long fsize, XrdOucEnv *envP=0)=0

References AOP_Update, AUTHORIZE, EPNAME, Finder, fsError(), fwdTRUNC, XrdOucErrInfo::getErrUser(), SFS_O_RDWR, SFS_OK, tident, XrdOfsEvs::Trunc, truncate(), XrdOfsFS, XrdOfsOss, and XTRACE.

Referenced by truncate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Unpersist()

void XrdOfs::Unpersist ( XrdOfsHandle * hP,
int xcev = 1 )
protected

Definition at line 2887 of file XrdOfs.cc.

2888{
2889 EPNAME("Unpersist");
2890 const char *tident = oh->PoscUsr();
2891 int poscNum, retc;
2892 short theMode;
2893
2894// Trace the call
2895//
2896 FTRACE(close, "use=0");
2897
2898// Generate a proper close event as one has not yet been generated
2899//
2900 if (xcev && XrdOfsFS->evsObject && *tident != '?'
2901 && XrdOfsFS->evsObject->Enabled(XrdOfsEvs::Closew))
2902 {XrdOfsEvsInfo evInfo(tident, oh->Name());
2903 XrdOfsFS->evsObject->Notify(XrdOfsEvs::Closew, evInfo);
2904 }
2905
2906// Now generate a removal event
2907//
2908 if (XrdOfsFS->Balancer) XrdOfsFS->Balancer->Removed(oh->Name());
2909 if (XrdOfsFS->evsObject && XrdOfsFS->evsObject->Enabled(XrdOfsEvs::Rm))
2910 {XrdOfsEvsInfo evInfo(tident, oh->Name());
2911 XrdOfsFS->evsObject->Notify(XrdOfsEvs::Rm, evInfo);
2912 }
2913
2914// Count this
2915//
2917
2918// Now unpersist the file
2919//
2920 OfsEroute.Emsg(epname, "Unpersisting", tident, oh->Name());
2921 if ((poscNum = oh->PoscGet(theMode))) poscQ->Del(oh->Name(), poscNum, 1);
2922 else if ((retc = XrdOfsOss->Unlink(oh->Name())))
2923 OfsEroute.Emsg(epname, retc, "unpersist", oh->Name());
2924}
#define FTRACE(act, x)
#define close(a)
Definition XrdPosix.hh:48
virtual void Removed(const char *path)
void Notify(Event eNum, XrdOfsEvsInfo &Info)
Definition XrdOfsEvs.cc:234
int Enabled(Event theEvents)
Definition XrdOfsEvs.hh:139
void Add(int &Cntr)
virtual int Unlink(const char *path, int Opts=0, XrdOucEnv *envP=0)=0

References close, XrdOfsEvs::Closew, EPNAME, FTRACE, XrdOfsHandle::Name(), OfsEroute, OfsStats, XrdOfsHandle::PoscGet(), XrdOfsHandle::PoscUsr(), XrdOfsEvs::Rm, tident, XrdOfsFS, and XrdOfsOss.

Here is the call graph for this function:

◆ WaitTime()

char * XrdOfs::WaitTime ( int stime,
char * buff,
int blen )
protected

Definition at line 2930 of file XrdOfs.cc.

2931{
2932 int hr, min, sec;
2933
2934// Compute hours, minutes, and seconds
2935//
2936 min = stime / 60;
2937 sec = stime % 60;
2938 hr = min / 60;
2939 min = min % 60;
2940
2941// Now format the message based on time duration
2942//
2943 if (!hr && !min)
2944 snprintf(buff,blen,"%d second%s",sec,(sec > 1 ? "s" : ""));
2945 else if (!hr)
2946 {if (sec > 10) min++;
2947 snprintf(buff,blen,"%d minute%s",min,(min > 1 ? "s" : ""));
2948 }
2949 else {if (hr == 1)
2950 if (min <= 30)
2951 snprintf(buff,blen,"%d minutes",min+60);
2952 else snprintf(buff,blen,"%d hour and %d minutes",hr,min);
2953 else {if (min > 30) hr++;
2954 snprintf(buff,blen,"%d hours",hr);
2955 }
2956 }
2957
2958// Complete the message
2959//
2960 buff[blen-1] = '\0';
2961 return buff;
2962}

Referenced by Stall().

Here is the caller graph for this function:

◆ XrdOfsDirectory

friend class XrdOfsDirectory
friend

Definition at line 242 of file XrdOfs.hh.

References XrdOfsDirectory.

Referenced by newDir(), and XrdOfsDirectory.

◆ XrdOfsFile

friend class XrdOfsFile
friend

Definition at line 243 of file XrdOfs.hh.

References XrdOfsFile.

Referenced by newFile(), and XrdOfsFile.

Member Data Documentation

◆ ConfigFN

char* XrdOfs::ConfigFN

Definition at line 425 of file XrdOfs.hh.

Referenced by XrdOfs(), Config_Display(), and Configure().

◆ dMask

mode_t XrdOfs::dMask[2]

Definition at line 389 of file XrdOfs.hh.

Referenced by XrdOfs(), chmod(), Configure(), and mkdir().

◆ evrObject

XrdOfsEvr XrdOfs::evrObject
protected

Definition at line 433 of file XrdOfs.hh.

Referenced by Configure().

◆ Finder

XrdCmsClient* XrdOfs::Finder
protected

Definition at line 434 of file XrdOfs.hh.

Referenced by XrdOfs(), chksum(), chmod(), Configure(), exists(), FAttr(), fsctl(), mkdir(), rename(), stat(), stat(), and truncate().

◆ fMask

mode_t XrdOfs::fMask[2]

Definition at line 390 of file XrdOfs.hh.

Referenced by XrdOfs(), chmod(), and Configure().

◆ fwdCHMOD

struct fwdOpt XrdOfs::fwdCHMOD

Definition at line 414 of file XrdOfs.hh.

Referenced by chmod(), Config_Display(), and Configure().

◆ fwdMKDIR

struct fwdOpt XrdOfs::fwdMKDIR

Definition at line 415 of file XrdOfs.hh.

Referenced by Config_Display(), Configure(), and mkdir().

◆ fwdMKPATH

struct fwdOpt XrdOfs::fwdMKPATH

Definition at line 416 of file XrdOfs.hh.

Referenced by Configure(), and mkdir().

◆ fwdMV

struct fwdOpt XrdOfs::fwdMV

Definition at line 417 of file XrdOfs.hh.

Referenced by Config_Display(), Configure(), and rename().

◆ fwdRM

struct fwdOpt XrdOfs::fwdRM

Definition at line 418 of file XrdOfs.hh.

Referenced by Config_Display(), and Configure().

◆ fwdRMDIR

struct fwdOpt XrdOfs::fwdRMDIR

Definition at line 419 of file XrdOfs.hh.

Referenced by Config_Display(), and Configure().

◆ fwdTRUNC

struct fwdOpt XrdOfs::fwdTRUNC

Definition at line 420 of file XrdOfs.hh.

Referenced by Config_Display(), Configure(), and truncate().

◆ MaxDelay

int XrdOfs::MaxDelay = 60
static

Definition at line 422 of file XrdOfs.hh.

Referenced by Config_Display(), and Stall().

◆ myIF

XrdNetIF* XrdOfs::myIF

Definition at line 399 of file XrdOfs.hh.

Referenced by Configure(), and fsctl().

◆ myPort

int XrdOfs::myPort

Definition at line 385 of file XrdOfs.hh.

Referenced by XrdOfs().

◆ Options

int XrdOfs::Options

Definition at line 384 of file XrdOfs.hh.

Referenced by Config_Display(), Configure(), and ConfigXeq().

◆ OSSDelay

int XrdOfs::OSSDelay = 30
static

Definition at line 423 of file XrdOfs.hh.

Referenced by EmsgType().

◆ tpcRdrHost

char* XrdOfs::tpcRdrHost[2]

Definition at line 394 of file XrdOfs.hh.

Referenced by XrdOfs().

◆ tpcRdrPort

int XrdOfs::tpcRdrPort[2]

Definition at line 395 of file XrdOfs.hh.

Referenced by XrdOfs().


The documentation for this class was generated from the following files: