-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate dnb03 mount point to dnb-ds03 #970
Conversation
I am wondering... Were dnb01 and dnb02 also migrated in the past? Anybody knows why the mount points were not removed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine. Thank you!
To everybody, remember to wait until Thursday to merge this. |
Hold it! This PR appears to generally substitute Are you positively sure that no files in the current |
See my comment above for why - the cases of |
root@sn06:/data/dnb03$ tree -I "files|job_working_directory" -f /data/dnb03
/data/dnb03
├── /data/dnb03/check-dnb01
├── /data/dnb03/check-dnb02
├── /data/dnb03/check-dnb03
├── /data/dnb03/DATA.DNB03
├── /data/dnb03/foo2
│ ├── /data/dnb03/foo2/command.sh
│ ├── /data/dnb03/foo2/configs
│ │ └── /data/dnb03/foo2/configs/tool_script.sh
│ ├── /data/dnb03/foo2/external_id
│ ├── /data/dnb03/foo2/home
│ ├── /data/dnb03/foo2/inputs
│ │ ├── /data/dnb03/foo2/inputs/dataset_c3274971-bf04-4722-b3fd-118a6aae9cab.dat
│ │ └── /data/dnb03/foo2/inputs/dataset_d7d83138-925c-44f7-bf81-ddd17431995e.dat
│ ├── /data/dnb03/foo2/job_condor.log
│ ├── /data/dnb03/foo2/job.condor.submit
│ ├── /data/dnb03/foo2/launch_config
│ ├── /data/dnb03/foo2/metadata
│ │ ├── /data/dnb03/foo2/metadata/__instrument_core_epoch_start
│ │ ├── /data/dnb03/foo2/metadata/__instrument_core_galaxy_memory_mb
│ │ ├── /data/dnb03/foo2/metadata/__instrument_core_galaxy_slots
│ │ └── /data/dnb03/foo2/metadata/__instrument_hostname_hostname
│ ├── /data/dnb03/foo2/outputs
│ │ └── /data/dnb03/foo2/outputs/dataset_5d118fb5-4d91-4453-b94d-3b4aa9b58b47.dat
│ ├── /data/dnb03/foo2/preprocessed
│ ├── /data/dnb03/foo2/running
│ ├── /data/dnb03/foo2/stderr
│ ├── /data/dnb03/foo2/stdout
│ ├── /data/dnb03/foo2/tmp
│ ├── /data/dnb03/foo2/tool_files
│ ├── /data/dnb03/foo2/tool_id
│ ├── /data/dnb03/foo2/tool_script.sh
│ ├── /data/dnb03/foo2/tool_version
│ └── /data/dnb03/foo2/working
│ └── /data/dnb03/foo2/working/memory_statement.log
├── /data/dnb03/galaxy_db
│ ├── /data/dnb03/galaxy_db/test
│ │ └── /data/dnb03/galaxy_db/test/tmp
│ └── /data/dnb03/galaxy_db/tmp
└── /data/dnb03/test_rm_me
13 directories, 26 files
root@sn06:/data/dnb03$ ls /data/dnb03/galaxy_db/files/
0 1 2 3 4 5 6 7 8 9 a b c d e f _metadata_files
root@sn06:/data/dnb03$ ls /data/dnb03/galaxy_db/job_working_directory/
root@sn06:/data/dnb03$ root@sn06:~$ tree -I "files|job_working_directory" -f /data/dnb-ds03
/data/dnb-ds03
├── /data/dnb-ds03/galaxy_db
│ └── /data/dnb-ds03/galaxy_db/tmp
└── /data/dnb-ds03/migration-info-dnb03
├── /data/dnb-ds03/migration-info-dnb03/README.md
└── /data/dnb-ds03/migration-info-dnb03/scandir_list_dnb03_db_files_2023-10-30.csv.zst
3 directories, 2 files
root@sn06:~$ ls /data/dnb-ds03/galaxy_db/files/
0 1 2 3 4 5 6 7 8 9 a b c d e f _metadata_files
root@sn06:~$ ls /data/dnb-ds03/galaxy_db/job_working_directory/
root@sn06:~$ (yes, I created some extra directories on Considering the outputs of |
This has been just been deployed, the log is here (Jenkins). |
I just searched the repo for dnb03 and this is what seemed relevant to me.
Related: usegalaxy-eu/mounts#11.