Bug 1011890

Summary: virsh lxc-enter-namespace kills libvirtd
Product: [Fedora] Fedora Reporter: Heinz Mauelshagen <heinzm>
Component: libvirtAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 19CC: berrange, clalancette, itamar, jforbes, laine, libvirt-maint, veillard, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-26 11:29:30 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:

Description Heinz Mauelshagen 2013-09-25 10:48:33 UTC
Description of problem:

"virsh lxc-enter-namespace $domain /bin/ls" kills libvirtd.

Version-Release number of selected component (if applicable):
libvirt-client-1.0.5.5-1.fc19.x86_64
libvirt-daemon-1.0.5.5-1.fc19.x86_64

How reproducible:
Always

Steps to Reproduce:
1. run "virsh lxc-enter-namespace $domain /bin/ls"
2.
3.

Actual results:
No output and libvirtd dies.

Expected results:
Output of /bin/ls redirected from guest

Additional info:
Running guests not harmed.

Comment 1 Heinz Mauelshagen 2014-09-26 11:29:30 UTC
Defined behaviour in version 1.1.3.6-1:

"virsh lxc-enter-namespace $domain /bin/ls" ->

error: this function is not supported by the connection driver: virDomainLxcOpenNamespace

Closing...