Bug 1315059 - improve the error when undefine transient network
Summary: improve the error when undefine transient network
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libvirt
Version: 7.3
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Peter Krempa
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-06 10:50 UTC by Shanzhi Yu
Modified: 2016-11-03 18:39 UTC (History)
4 users (show)

Fixed In Version: libvirt-1.3.3-1.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-03 18:39:00 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2016:2577 0 normal SHIPPED_LIVE Moderate: libvirt security, bug fix, and enhancement update 2016-11-03 12:07:06 UTC

Description Shanzhi Yu 2016-03-06 10:50:46 UTC
Description of problem:

improve the error when undefine transient network

Version-Release number of selected component (if applicable):

libvirt-1.3.2-1.el7.x86_64

How reproducible:

100%

Steps to Reproduce:

1. Prepare transient network

# virsh net-list --transient
 Name                 State      Autostart     Persistent
----------------------------------------------------------
 default              active     no            no


2. Try to undefine it
# virsh net-undefine default

error: Failed to undefine network default
error: cannot remove config file '/etc/libvirt/qemu/networks/default.xml': No such file or directory

3.

Actual results:

as above 

Expected results:

error: Failed to undefine network default
error: Requested operation is not valid: can't undefine transient network

Additional info:

Comment 1 Ján Tomko 2016-03-07 06:41:31 UTC
A patch has been proposed upstream:
https://www.redhat.com/archives/libvir-list/2016-March/msg00174.html

Comment 2 Peter Krempa 2016-03-07 09:22:04 UTC
Fixed upstream:

commit 347035f95999934ad0c5f50b9544c34fc797833d
Author: Shanzhi Yu <shyu>
Date:   Sun Mar 6 18:54:21 2016 +0800

    qemu: improve the error when try to undefine transient network

v1.3.2-68-g347035f

Comment 3 Mike McCune 2016-03-28 23:19:36 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 5 yalzhang@redhat.com 2016-04-07 02:40:10 UTC
verified on libvirt-1.3.3-1.el7.x86_64, the result is as expected.

# virsh net-list 
 Name                 State      Autostart     Persistent
----------------------------------------------------------
 default              active     no            yes
 definebr1            active     no            no
 netboot              active     no            yes

# virsh net-undefine definebr1
error: Failed to undefine network definebr1
error: Requested operation is not valid: can't undefine transient network

Comment 8 errata-xmlrpc 2016-11-03 18:39:00 UTC
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/RHSA-2016-2577.html


Note You need to log in before you can comment on or make changes to this bug.