Untested Galaxy object store configuration with nested distributed objects stores that allow moving between permanent and scratch
type: distributed
search_for_missing: false
backends:
- type: distributed
search_for_missing: false
allow_selection: true
name: "Permanent"
backends:
- id: permanent1
type: disk
device: data1
store_by: uuid
weight: 1
private: false
files_dir: /data1/objects
extra_dirs:
- type: job_work
path: /data1/jobs
- id: permanent2
type: disk
device: data2
store_by: uuid
private: false
weight: 1
files_dir: /data2/objects
extra_dirs:
- type: job_work
path: /data2/jobs
- type: distributed
search_for_missing: false
allow_selection: true
name: "Scratch"
backends:
- id: scratch1
type: disk
device: data1
store_by: uuid
weight: 1
private: false
files_dir: /data1/objects
extra_dirs:
- type: job_work
path: /data1/jobs
- id: scratch2
type: disk
device: data2
store_by: uuid
private: false
weight: 1
files_dir: /data2/objects
extra_dirs:
- type: job_work
path: /data2/jobs