~ddellav/charms/trusty/nova-compute/upgrade-action

« back to all changes in this revision

Viewing changes to files/qemu-hugefsdir

  • Committer: Liam Young
  • Date: 2015-08-14 13:19:17 UTC
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: liam.young@canonical.com-20150814131917-57rqgn4ohvut2k8p
Fix init script huge page location

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# Description:       Make sure qemu gets a temp hugetblfs dir
11
11
### END INIT INFO
12
12
 
13
 
mkdir -p /mnt/huge/libvirt/qemu || true
14
 
chown libvirt-qemu:libvirtd /mnt/huge/libvirt/qemu
 
13
mkdir -p /run/hugepages/kvm/libvirt/qemu || true
 
14
chown libvirt-qemu:libvirtd /run/hugepages/kvm/libvirt/qemu