releng-compose / compose-rawhide: add mount for ftp archive volume
We are going to sync the contents from fedora_ftp/pub/archive over to fedora_ftp_archive volume. This will free up 17TB or so on the SSD aggregate that fedora_ftp is on. This will mean more mirror churn when we archive old releases, but there's not much else we can do besides this or more ssd storage. This is ok to do during freeze as compose-rawhide is not frozen. :) Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a67c6ed272
commit
cb4524e34f
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@
|
||||||
mnt_dir: '/pub'
|
mnt_dir: '/pub'
|
||||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'
|
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'
|
||||||
when: "'releng_compose' in group_names"
|
when: "'releng_compose' in group_names"
|
||||||
|
|
||||||
|
- role: nfs/client
|
||||||
|
mnt_dir: '/srv/fedora_ftp_archive'
|
||||||
|
nfs_src_dir: 'fedora_ftp_archive'
|
||||||
|
when: inventory_hostname.startswith('compose-rawhide')
|
||||||
#
|
#
|
||||||
# mount archive volumes on composer so we can run the archiving script there.
|
# mount archive volumes on composer so we can run the archiving script there.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue