Fix up some buildvm stuff
This commit is contained in:
parent
c165cf7746
commit
d160697c21
2 changed files with 5 additions and 4 deletions
|
@ -107,8 +107,9 @@
|
|||
|
||||
- name: route config for netapp network
|
||||
action: copy src=$files/kojibuilder/route-eth1 dest=/etc/sysconfig/network-scripts/route-eth1
|
||||
notify:
|
||||
- restart netapproute
|
||||
|
||||
- name: run netapp route
|
||||
command: /etc/sysconfig/network-scripts/ifup-routes eth1
|
||||
|
||||
- name: nfs mount points
|
||||
action: mount name=/mnt/fedora_koji src=vtap-fedora-nfs01.storage.phx2.redhat.com:/vol/fedora_koji fstype=nfs opts=ro,hard,bg,intr,noatime,nodev,nosuid passno=0 dump=0 state=mounted
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: set kernel params for loopback partitioning
|
||||
action: command /sbin/grubby --update-kernel=ALL --args=loop.max_part=256
|
||||
#- name: set kernel params for loopback partitioning
|
||||
# action: command /sbin/grubby --update-kernel=ALL --args=loop.max_part=256
|
||||
|
||||
- name: set kernel params for more loops
|
||||
action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue