X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftemplates%2Fvm%2Finit.sh;h=471b3ccba9d8d18f04bea059bd6e210e175145e6;hp=446b49923df170f4293c5a37d0742d9d595792c0;hb=3f16ce1bbca46437c648d75f6a15d23dae0b8fc1;hpb=01d9a0df1ed8143daa4fdcd0a05bfdcf3f34e7a6 diff --git a/resources/templates/vm/init.sh b/resources/templates/vm/init.sh index 446b49923d..471b3ccba9 100644 --- a/resources/templates/vm/init.sh +++ b/resources/templates/vm/init.sh @@ -1,13 +1,18 @@ #!/bin/bash mkdir /dev/pts mkdir /dev/hugepages +mkdir /dev/shm mount -t devpts -o "rw,noexec,nosuid,gid=5,mode=0620" devpts /dev/pts || true mount -t tmpfs -o "rw,noexec,nosuid,size=10%,mode=0755" tmpfs /run mount -t tmpfs -o "rw,noexec,nosuid,size=10%,mode=0755" tmpfs /tmp mount -t hugetlbfs -o "rw,relatime,pagesize=2M" hugetlbfs /dev/hugepages +echo Y > /sys/module/vfio/parameters/enable_unsafe_noiommu_mode echo 0000:00:06.0 > /sys/bus/pci/devices/0000:00:06.0/driver/unbind echo 0000:00:07.0 > /sys/bus/pci/devices/0000:00:07.0/driver/unbind echo vfio-pci > /sys/bus/pci/devices/0000:00:06.0/driver_override echo vfio-pci > /sys/bus/pci/devices/0000:00:07.0/driver_override -$vnf_bin +echo 0000:00:06.0 > /sys/bus/pci/drivers/vfio-pci/bind +echo 0000:00:07.0 > /sys/bus/pci/drivers/vfio-pci/bind +mkdir -p /var/run/vpp +${vnf_bin} poweroff -f