Bug 474182
Summary: | LVs created in an existing VG have wrong SELinux label | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Patrick C. F. Ernzer <pcfe> |
Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 11 | CC: | berrange, clalance, crobinso, dwalsh, jamundso, markmc, veillard, virt-maint |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-08-05 16:35:07 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: | |||
Bug Blocks: | 480594, 494832 |
Description
Patrick C. F. Ernzer
2008-12-02 17:37:04 UTC
oops, forgot the versions: libvirt-0.4.6-3.fc10.x86_64 virt-manager-0.6.0-3.fc10.x86_64 I have a different scenario, with the same result. In rawhide pre-f11, Filesystem Directory pools, whether or not the directory exists or is created by virt-manager, are not given "virt_image_t". Startup of VM's using image files created in the pool then fail do to AVC devials. libvirt-0.6.0-4.fc11.x86_64 libvirt-python-0.6.0-4.fc11.x86_64 python-virtinst-0.400.1-1.fc11.noarch virt-manager-0.6.1-2.fc11.x86_64 Should this be a seperate BZ? I think this is similar to bug #491245 and should be fixed in rawhide. Please re-open if not *** This bug has been marked as a duplicate of bug 491245 *** It would seem this is not fixed. qemu-0.10-8.fc11.x86_64 libvirt-0.6.2-2.fc11.x86_64 virt-manager-0.7.0-4.fc11.x86_64 created a volume as per initial description. # ls -lZ /dev/mapper/vg_bcblade02-KVM_test brw-------. root root system_u:object_r:fixed_disk_device_t:s0 /dev/mapper/vg_bcblade02-KVM_test This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Creating LVM volumes with a particular label while nice, shouldn't really impact running of guests using the volume. Whenever you start a KVM guest in Fedora 11, libvirt will automatically set the correct label on all disks. So what actual problem is this lack of labelling causing you ? my bad, should have CLOSED CURRENTRELEASE this. with F11 qemu-kvm-0.10.5-3.fc11.x86_64 libvirt-0.6.2-13.fc11.x86_64 virt-manager-0.7.0-5.fc11.x86_64 I can now create LVs in the virt-manager GUI and use them. Previously the wrong labelling was preventing use of the freshly created LVs. |