Actions
Feature #12851
closedallow append full path in buffer frame path
Start date:
06/10/2022
Due date:
% Done:
0%
Estimated time:
Deliverable:
Description
Prepand base_path to the full path instead of before 'leginon'. This is for institution where they want leginon directory to be under individual user or group so the quota can be monitored separately. In such case, we can not use our default buffer name that uses base_name to replace everything before the directory "frames"
Updated by Anchi Cheng about 2 years ago
- Description updated (diff)
- Status changed from Assigned to In Test
add option "--prepend_to_full_path" when running dbschema/tools/buffer_host_setup.py
When this option is used, the behavior is this:
leginon session frame path in the database = /home/user/frames/22oct01a/rawdata
base_path = /camera/cam1
Result:
frame path on the buffer host = /camera/cam1/home/user/frames/22oct01a/rawdata
Actions