Skip to content

Commit

Permalink
Merge pull request #2303 from cat-bro/unnest_object_store_folders
Browse files Browse the repository at this point in the history
[do not merge] unnest object store folders
  • Loading branch information
cat-bro authored Nov 28, 2024
2 parents bd15bfe + 0f84ab3 commit b2f1d5d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions templates/galaxy/config/galaxy_object_store_conf.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -130,44 +130,44 @@ backends:
weight: 0
type: disk
store_by: id
files_dir: {{ pawsey_file_mounts_path }}/user-data/user-data-6
files_dir: {{ pawsey_file_mounts_path }}/user-data/aarnetNFS6
- id: aarnetNFS5
weight: 0
type: disk
store_by: id
files_dir: {{ pawsey_file_mounts_path }}/user-data/user-data-5
files_dir: {{ pawsey_file_mounts_path }}/user-data/aarnetNFS5
- id: perthNFS1
weight: 0
type: disk
store_by: id
files_dir: {{ pawsey_file_mounts_path }}/user-data
files_dir: {{ pawsey_file_mounts_path }}/user-data/perthNFS1
- id: perthNFS4
weight: 0
type: disk
store_by: id
files_dir: {{ pawsey_file_mounts_path }}/user-data-4
files_dir: {{ pawsey_file_mounts_path }}/user-data-4/perthNFS4
- id: perthNFS2
weight: 0
type: disk
store_by: id
files_dir: {{ pawsey_file_mounts_path }}/user-data-2
files_dir: {{ pawsey_file_mounts_path }}/user-data-2/perthNFS2
- id: perthNFS3
weight: 0
type: disk
store_by: id
files_dir: {{ pawsey_file_mounts_path }}/user-data-3
files_dir: {{ pawsey_file_mounts_path }}/user-data-3/perthNFS3
{% endif %}
{% if qld_file_mounts_available|d(True) %}
- id: qldNFS1
weight: 0
type: disk
store_by: id
files_dir: {{ qld_file_mounts_path }}/files
files_dir: {{ qld_file_mounts_path }}/files/qldNFS1
- id: qldNFS2
weight: 0
type: disk
store_by: id
files_dir: {{ qld_file_mounts_path }}/files/files2
files_dir: {{ qld_file_mounts_path }}/files/qldNFS2
{% endif %}

{% if test_object_store_paths_enabled|d(False) %}
Expand Down

0 comments on commit b2f1d5d

Please sign in to comment.