Bug 1151819
Summary: | Vdsm images use less secure selinux label after a lv is refreshed | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Tal Nisan <tnisan> | ||||||
Component: | vdsm | Assignee: | Nir Soffer <nsoffer> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Aharon Canan <acanan> | ||||||
Severity: | urgent | Docs Contact: | |||||||
Priority: | urgent | ||||||||
Version: | 3.5.0 | CC: | acanan, amureini, bazulay, ebenahar, ecohen, fsimonce, gklein, iheim, lpeer, lsurette, mgoldboi, nsoffer, ogofen, rbalakri, scohen, sherold, tnisan, yeylon | ||||||
Target Milestone: | --- | Keywords: | ZStream | ||||||
Target Release: | 3.5.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | storage | ||||||||
Fixed In Version: | vdsm-4.16.7 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | 1149883 | ||||||||
: | 1152647 (view as bug list) | Environment: | |||||||
Last Closed: | 2015-02-16 13:38:48 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | 1149883 | ||||||||
Bug Blocks: | 1073943, 1152647, 1156162 | ||||||||
Attachments: |
|
Description
Tal Nisan
2014-10-12 08:20:02 UTC
Missed cutoff for 3.4.3. Moving to 3.4.4 due to: 1) RHEL 7 is only Tech Preview on 3.4, so bug is non-urgent 2) Current gerrit commit is a temporary fix 3) We cannot delay the release of 3.4.3 at this point in time (In reply to Scott Herold from comment #1) > Missed cutoff for 3.4.3. Moving to 3.4.4 due to: > > 2) Current gerrit commit is a temporary fix It is not temporary fix, this is the real fix. We are not expecting any other fix from platform or plan any other change. If we have time to do a rebuild, there is no problem to include this fix. reproduced using vt8 over rhel7 host. leaf volume before extend - =========================== [root@blond-vdsf ~]# ls -Z `realpath /dev/e96df368-09d6-4c9e-ba6d-fd09f09edcbc/8fd3ef93-afa3-4a23-b468-0b0345f453c1` brw-rw----. vdsm qemu system_u:object_r:svirt_image_t:s0:c43,c1008 /dev/dm-15 leaf volume after extend - ========================== [root@blond-vdsf ~]# ls -Z `realpath /dev/e96df368-09d6-4c9e-ba6d-fd09f09edcbc/8fd3ef93-afa3-4a23-b468-0b0345f453c1` brw-rw----. vdsm qemu system_u:object_r:fixed_disk_device_t:s0 /dev/dm-15 Created attachment 952089 [details]
Logs01
(In reply to Aharon Canan from comment #4) > reproduced using vt8 over rhel7 host. Please attach /usr/lib/udev/rules.d/12-vdsm-lvm.rules. Created attachment 952114 [details]
/usr/lib/udev/rules.d/12-vdsm-lvm.rules
(In reply to Aharon Canan from comment #7) > Created attachment 952114 [details] > /usr/lib/udev/rules.d/12-vdsm-lvm.rules This file does not include the fix - are you sure that vt8 is installed on this machine? You are right, used the wrong cluster in the setup by mistake. Verified using vt8 over rhel7 |