Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Team:Data Facility
Description
Please create these links:
ln -s /datasets/refcats/htm /datasets/comCam/repo/ref_cats
|
ln -s /datasets/refcats/htm /datasets/decam/repo/ref_cats
|
ln -s /datasets/refcats/htm /datasets/hsc/repo/ref_cats
|
Currently this is the only way to use the HTM reference catalogs.
Attachments
Issue Links
- is triggered by
-
RFC-310 Add the link of HTM reference catalogs in all butler repos in /datasets
- Implemented
The links have been created.
In attempting to make these, I had encountered that
/datasets/decam/repo /datasets/hsc/repo
were immutable, and so in order to make the links, the immutable attribute was turned off, and then later restored
after link creation.
Related to this, the directory
/datasets/comCam/repo
And so the question is, should this directory be made immutable like the others at this time?