- 31 Oct, 2013 9 commits
-
-
Steven Murray authored
Renamed CastorInstallSysconfig to CastorInstallSysconfigExample because the name should be based on what is installed, which in this case is an example file
-
Steven Murray authored
-
Steven Murray authored
I forgot to do commit -a on the previous commit. Sorry
-
Steven Murray authored
-
Steven Murray authored
-
Giuseppe Lo Presti authored
-
Steven Murray authored
-
Steven Murray authored
fails to install.
-
Eric Cano authored
added relaxed warning for non-const correct assignments of string litterals into char * officialized some potentially ambiguous mutliline ifs without curly braces fixed bug where the XrdOucString should have been compared to strings, not the char *
-
- 30 Oct, 2013 10 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
libXrdxCastor2ServerAcc.so shared libraries. This directory is not yet finished but it's about time I committed some of it.
-
-
Giuseppe Lo Presti authored
the mount points are handled as opposed to previous versions.
-
Steven Murray authored
bug #103026: "showqueues" segfaults unless VDQM_HOST is set
-
Steven Murray authored
Fixed in the main branch.
-
Eric Cano authored
-
Giuseppe Lo Presti authored
CastorFile.nsOpenTime. Actually, the goal for next non-transparent intervention should be to rename selectCastorFile() into openCastorFile(), so that its scope is well defined, and the other stager operations not needing an open() should just execute their dedicated procedures. This should be in the scope of completing the refactoring of the stager.
-
Eric Cano authored
-
- 29 Oct, 2013 8 commits
-
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
diskserver. - Improved logging of the drainRunner job, and cleaned up old unused messages.
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
(ORA-06550, PLS-00306) This was due to a malformed (but legitimate) request where no argument is given, and Oracle does not like empty buffers. Now the request handler returns EINVAL straight away. Note that the C client API and the stager ware already protected against such a case.
-
Giuseppe Lo Presti authored
This was actually triggering deadlocks in production (CMS) with users using non normalized paths. The deadlock was due to the autonomous transaction in dropReusedLastKnownFileName() attempting to take a lock on a CastorFile already locked by the main transaction, which is forbidden.
-
Elvin Sindrilaru authored
-
Steven Murray authored
castor-tape-acs-dismount castor-tape-acs-mount castor-tape-acs-queryvolume Please not that these command-line tools will not be built unless the following line of CASTOR/castor/tape/Imakefile is uncommented: COMM include LOCAL_PATH/rmc/Makefile
-
- 28 Oct, 2013 13 commits
-
-
Eric Cano authored
Added compilation of the security plugins (except the apprently obsolete GSI one). Corrected the ID security plugin which was a duplicate of the KRB5 one. Correction also applied to imake system. castor-lib package is now complete. (Next in build order: castor-transfer-manager.)
-
Eric Cano authored
-
Eric Cano authored
-
Steven Murray authored
Please note that I have explicitly not ported the installing of the tapegateway header files. These headers files are currently installed by the castor-build-headers rpm. I beleive that they should not be part of the castor-build-headers rpm in 2.1.15-x because the new tape server code will live within the main CASTOR git repository and will therefore not need to have an rpm such as castor-build-headers in order to construct a build environment outside of CASTOR.
-
Eric Cano authored
-
Steven Murray authored
tapebridged binary.
-
Steven Murray authored
-
Elvin Sindrilaru authored
-
Steven Murray authored
Please note that for the time being castor/tape/CMakeLists.txt will not add castor/tape/rmc/CMakeLists.txt as a subdirectory. The line doing this is currently commented out. This is because the three following executables are not yet part of an offcial CASTOR release: castor-tape-acs-dismount castor-tape-acs-mount castor-tape-acs-queryvolume
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
Added a manual page for the command-line tool named castor which is used to display the current CASTOR version.
-