[nfs/server] make it so that we export to a tree

This commit is contained in:
Stephen Smoogen 2019-06-11 20:01:11 +00:00
parent b14f1f5566
commit de103e41b9
2 changed files with 7 additions and 7 deletions

View file

@ -67,22 +67,22 @@
tags: tags:
- drives - drives
- name: create copr storage - name: create dev copr storage
lvol: vg=VG_nfs lv=copr-dist-git-dev size=10t shrink=no lvol: vg=VG_nfs lv=copr-dist-git-dev size=1t shrink=no
tags: tags:
- drives - drives
- name: Create FS for copr - name: Create FS for dev copr
filesystem: fstype=xfs dev=/dev/VG_nfs/copr-dist-git-dev filesystem: fstype=xfs dev=/dev/VG_nfs/copr-dist-git-dev
tags: tags:
- drives - 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 file: path=/srv/nfs/copr-dist-git-dev state=directory owner=root group=root
tags: tags:
- drives - 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 mount: name=/srv/nfs/copr-dist-git-dev src=/dev/mapper/VG_nfs-copr--dist--git--dev fstype=xfs state=mounted
tags: tags:
- drives - drives

View file

@ -1,6 +1,6 @@
## COPR items ## COPR items
/srv/nfs/copr-dist-git 172.25.33.42(rw),172.25.0.0/24(ro) /srv/nfs/copr-dist-git 209.132.184.48(rw)
/srv/nfs/copr-dist-git 172.25.33.45(rw),172.25.0.0/24(ro) /srv/nfs/copr-dist-git 209.132.184.53(rw)
## OpenShift Items ## OpenShift Items
/srv/nfs/openshift-05gb-00 172.25.0.0/24(ro) /srv/nfs/openshift-05gb-00 172.25.0.0/24(ro)
/srv/nfs/openshift-05gb-01 172.25.0.0/24(ro) /srv/nfs/openshift-05gb-01 172.25.0.0/24(ro)