Bug 1250382
Summary: | The usage of --pxe with --nonetworks is not prevented in virt-install | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | fwu |
Component: | virt-manager | Assignee: | Pavel Hrdina <phrdina> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.2 | CC: | juzhou, mzhan, qxiao, tzheng, xiaodwan |
Target Milestone: | rc | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | virt-manager-1.2.1-5.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-19 05:31:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
fwu
2015-08-05 09:24:05 UTC
Upstream commit: commit aebebbf879ff33af38f858aebc01a5de1cafb1a7 Author: Pavel Hrdina <phrdina> Date: Thu Aug 6 14:43:00 2015 +0200 virt-install: report an error for pxe install without network Fix a regression where we used to report an error message if user specified pxe installation without any network (--nonetworks or --network none). Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1250382 Signed-off-by: Pavel Hrdina <phrdina> I can reproduce the bug with the build: virt-install-1.2.1-4.el7.noarch libvirt-1.2.17-2.el7.x86_64 Try to verify this bug with package: virt-install-1.2.1-5.el7.noarch libvirt-1.2.17-4.el7.x86_64 steps: 1. #virt-install -n vm1 -r 1024 --nonetworks --nodisks --pxe 2 #virt-install -n vm1 -r 1024 --nodisks --pxe Result: After step 1: A error message occurs: ERROR Can't use --pxe without any network. No installation windows pops up After step 2: No error message occurs. Installation window pops up and installs VM. According to above result,move this bug from ON_QA to VERIFIED. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2206.html |