0279111eeb
The hugepages fstab entry can stop systems from booting if the /run filesystem is not available. The qemu-kvm init script can be used to enable hugepages by setting KVM_HUGEPAGES=1 This apporach works for both upstart and systemd (where the old System V script is used). However, for a systemd system the prefered approach would be to enable hugepages via kernel parameters set in MAAS. Change-Id: Ib91ca930a91da3d75dbd96f7d55e7e259cb50fd1 Closes-Bug: 1518771
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
###############################################################################
|
|
KVM_HUGEPAGES={{ kvm_hugepages }}
|
|
|