diff --git a/playbooks/groups/nfs-servers.yml b/playbooks/groups/nfs-servers.yml index 26cf74c0a7..60dc948106 100644 --- a/playbooks/groups/nfs-servers.yml +++ b/playbooks/groups/nfs-servers.yml @@ -67,22 +67,22 @@ tags: - drives - - name: create copr storage - lvol: vg=VG_nfs lv=copr-dist-git-dev size=10t shrink=no + - name: create dev copr storage + lvol: vg=VG_nfs lv=copr-dist-git-dev size=1t shrink=no tags: - drives - - name: Create FS for copr + - name: Create FS for dev copr filesystem: fstype=xfs dev=/dev/VG_nfs/copr-dist-git-dev tags: - drives - - name: Create copr tree directory + - name: Create dev copr tree directory file: path=/srv/nfs/copr-dist-git-dev state=directory owner=root group=root tags: - drives - - name: Mount copr tree directory + - name: Mount dev copr tree directory mount: name=/srv/nfs/copr-dist-git-dev src=/dev/mapper/VG_nfs-copr--dist--git--dev fstype=xfs state=mounted tags: - drives diff --git a/roles/nfs/server/files/storinator01.fedorainfracloud.org-exports b/roles/nfs/server/files/storinator01.fedorainfracloud.org-exports index 199d6fea6c..a458e496c2 100644 --- a/roles/nfs/server/files/storinator01.fedorainfracloud.org-exports +++ b/roles/nfs/server/files/storinator01.fedorainfracloud.org-exports @@ -1,6 +1,6 @@ ## COPR items -/srv/nfs/copr-dist-git 172.25.33.42(rw),172.25.0.0/24(ro) -/srv/nfs/copr-dist-git 172.25.33.45(rw),172.25.0.0/24(ro) +/srv/nfs/copr-dist-git 209.132.184.48(rw) +/srv/nfs/copr-dist-git 209.132.184.53(rw) ## OpenShift Items /srv/nfs/openshift-05gb-00 172.25.0.0/24(ro) /srv/nfs/openshift-05gb-01 172.25.0.0/24(ro)