Fixed multi-threading bug in (Grid)FTP server which occasionally caused files to be deleted after successful transfer with LCG utils and
ftpDeleteOnConnectionClosedset totrue.Removed parameter
ftpDeleteOnConnectionClosedbecause it was only used as a workaround for the bug fixed by the previous item. The standard behaviour now istrue: Unsuccessfully transfered files are removed.Fixed bug in
SpaceManagerwhich caused reservations not beeing removed.Fixed
dCaplibrary to work correctly with a preload library.Introduced parameter
resilientGroupNameinconfig/dCacheSetup.Fixed install script
install/install.shto work properly when thepnfsserver andPnfsManagerare separated from the admin node: The code which performs the configuring withinpnfsis now only performed where thePnfsManagerwill be running.Fixed bugs in sanity checks in the start-up scripts
bin/dcache-coreandbin/dcache-pool.