storinator: drop copr-dist-git* volumes, enlarge copr-be

This commit is contained in:
Pavel Raiskup 2022-11-11 14:16:29 +01:00
parent f15eb8753a
commit 86a787200b
2 changed files with 1 additions and 52 deletions

View file

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

View file

@ -1,5 +1,2 @@
## COPR items
/srv/nfs/copr-be 209.132.184.48(rw,no_root_squash)
/srv/nfs/copr-dist-git 209.132.184.163(rw,no_root_squash)
/srv/nfs/copr-dist-git-dev 209.132.184.179(rw,no_root_squash)
## End of File