forked from PelicanPlatform/pelican
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct cache namespace/data/meta location behavior
This commit introduces `Cache.StorageLocation` and `Cache.NamespaceLocation`, two new variables used to correct some of the behavior around setting locations for the cache's namespace, meta, and data directories. One crucial change here is that the data/meta directories are no longer exported under the namespace directory, which previously resulted in exposing these internal file representations to users who new to look for them. This also ties the namespace/meta/data directories to `Cache.StorageLocation`, allowing you to set all three to the same directory through a single config.
- Loading branch information
1 parent
71968d4
commit 1721c25
Showing
7 changed files
with
156 additions
and
91 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.