GitHub user bhaisaab opened a pull request:
https://github.com/apache/cloudstack/pull/290
kvm: for disabling pxe, don't pass any file argument
Passing the file argument to the xml break for EL 7.1, the fix removes
the argument as just passing rombar='off' is enough to disable pxe booting
for libvirt 0.9.10+
http://askubuntu.com/questions/190929/how-do-i-disable-unwanted-ipxe-boot-attempt-in-libvirt-qemu-kvm
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/cloudstack kvm-pxe-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/290.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #290
----
commit 95230464c76f560a31118090eabdb405b4bd7d33
Author: Rohit Yadav <[email protected]>
Date: 2015-05-22T14:03:35Z
kvm: for disabling pxe, don't pass any file argument
Passing the file argument to the xml break for EL 7.1, the fix removes
the argument as just passing rombar='off' is enough to disable pxe booting
for libvirt 0.9.10+
http://askubuntu.com/questions/190929/how-do-i-disable-unwanted-ipxe-boot-attempt-in-libvirt-qemu-kvm
Signed-off-by: Rohit Yadav <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---