diff --git a/playbooks/groups/composers.yml b/playbooks/groups/composers.yml index de25ee7ee3..cf7cc73a4e 100644 --- a/playbooks/groups/composers.yml +++ b/playbooks/groups/composers.yml @@ -48,8 +48,8 @@ nfs_src_dir: 'fedora_koji' when: datacenter != 'staging' - role: nfs/client - mnt_dir: 'mnt/koji' - nfs_src_dir: 'mnt/koji' + mnt_dir: 'mnt/fedora_koji' + nfs_src_dir: 'mnt/fedora_koji' when: datacenter == 'staging' - releng - fedmsg/base diff --git a/roles/nfs/server/files/koji01.stg.phx2.fedoraproject.org-exports b/roles/nfs/server/files/koji01.stg.phx2.fedoraproject.org-exports index ec905fec47..4cbd50c95b 100644 --- a/roles/nfs/server/files/koji01.stg.phx2.fedoraproject.org-exports +++ b/roles/nfs/server/files/koji01.stg.phx2.fedoraproject.org-exports @@ -1 +1 @@ -/mnt/koji 10.5.126.90(rw,no_root_squash) 10.5.126.14(rw,no_root_squash) 10.5.126.6(rw,no_root_squash) +/mnt/fedora_koji 10.5.126.90(rw,no_root_squash) 10.5.126.14(rw,no_root_squash) 10.5.126.6(rw,no_root_squash)