Skip to content
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

redistribute weight between dnb10 and dnb11 #1422

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions templates/galaxy/config/object_store_conf.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The storage consists of 16 Gen6 type A200 storage nodes and 16 Gen5 type X410 no
<files_dir path="/data/dnb09/galaxy_db/files"/>
<extra_dir type="job_work" path="/data/jwd04/main"/>
</backend>
<backend id="files27" type="disk" weight="0" store_by="uuid">
<backend id="files27" type="disk" weight="4" store_by="uuid">
<badges>
<more_stable />
<!--backed_up></backed_up-->
Expand All @@ -211,21 +211,21 @@ The storage consists of 16 Gen6 type A200 storage nodes and 16 Gen5 type X410 no
<files_dir path="/data/dnb10/galaxy_db/files"/>
<extra_dir type="job_work" path="/data/jwd02f/main"/>
</backend>
<backend id="files28" type="disk" weight="0" store_by="uuid">
<backend id="files28" type="disk" weight="4" store_by="uuid">
<badges>
<more_stable />
</badges>
<files_dir path="/data/dnb10/galaxy_db/files"/>
<extra_dir type="job_work" path="/data/jwd05e/main"/>
</backend>
<backend id="files29" type="disk" weight="2" store_by="uuid">
<backend id="files29" type="disk" weight="1" store_by="uuid">
<badges>
<more_stable />
</badges>
<files_dir path="/data/dnb11/galaxy_db/files"/>
<extra_dir type="job_work" path="/data/jwd02f/main"/>
</backend>
<backend id="files30" type="disk" weight="2" store_by="uuid">
<backend id="files30" type="disk" weight="1" store_by="uuid">
<badges>
<more_stable />
</badges>
Expand Down
Loading