From cb4524e34f6a3eb115232407b5cf985c804d3040 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 7 Apr 2021 12:43:18 -0700 Subject: [PATCH] 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 --- playbooks/groups/releng-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/groups/releng-compose.yml b/playbooks/groups/releng-compose.yml index 5b6c4de611..9b7a070a0e 100644 --- a/playbooks/groups/releng-compose.yml +++ b/playbooks/groups/releng-compose.yml @@ -74,6 +74,11 @@ mnt_dir: '/pub' nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' 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. #