Bug 754182
Summary: | libvirt fails to initialize nwfilter when /tmp is mounted with noexec option | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | RHEL Program Management <pm-rhel> |
Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 6.2 | CC: | acathrow, bartekl, bsarathy, crobinso, dallan, dyuan, eblake, jpallich, mvadkert, mzhan, pm-eus, rwu, sgrubb, veillard, whuang, xen-maint, xhu |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.9.4-23.el6_2.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-06 19:29:54 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 752255 | ||
Bug Blocks: |
Description
RHEL Program Management
2011-11-15 16:15:08 UTC
Okay, fixed package is built, Daniel Verify this bug with : libvirt-0.9.4-23.el6_2.1.x86_64 qemu-kvm-0.12.1.2-2.209.el6.x86_64 Steps: 1)Create a lv(vg_intelw352081-tmp) or a new partition(sda7) .mkfs it and mount it 2)#mount /dev/mapper/vg_intelw352081-tmp /mnt/tmp 3)#/bin/cp -ar /tmp/* /tmp/.* /mnt/ 4)#umount /mnt/tmp 5)#mount /dev/mapper/vg_intelw352081-tmp /tmp -o noexec,nosuid 6)#service libvirtd restart 7)Need add a nwfilter in test's xml ,like this : <interface type='bridge'> <mac address='52:54:00:61:cd:ed'/> <source bridge='breth0'/> <filterref filter='clean-traffic'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> 8)#virsh start test Domain test started 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. http://rhn.redhat.com/errata/RHBA-2011-1778.html |