FIX: /LocalSite/FileCatalog (default catalog used by API) can be list and $TMPDIR is not used in CREAM pilots#557
Merged
Conversation
for CREAM CEs. It can be set in the CS.
atsareg
added a commit
that referenced
this pull request
Mar 14, 2012
FIX: /LocalSite/FileCatalog (default catalog used by API) can be list and $TMPDIR is not used in CREAM pilots
fstagni
added a commit
to Robin-Van-de-Merghel/DIRAC
that referenced
this pull request
Dec 8, 2025
…config [pre-commit.ci] pre-commit autoupdate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request should be integrated in v6r1 if there is any new patch release.
FIX: For installations with more than one Catalog, at the moment RM will try to register on all of them, while API could only make use of one. This affects the behavior of Dirac.addFile method, that can now register to more than 1 catalog.
FIX: Site Director passes jobExecDir to pilot, this defaults to "." for CREAM CEs. It can be set in the CS. It will not make use of $TMPDIR in this case.
closes #556
FIX: typo in dirac-admin-add-host in case of error
FIX: add extra protection in dump method of StorageElement base class