Bug 1687391

Summary: vdo on top of lvm2 doesn't work anymore
Product: Red Hat Enterprise Linux 8 Reporter: Marius Vollmer <mvollmer>
Component: vdoAssignee: vdo-internal <vdo-internal>
Status: CLOSED DUPLICATE QA Contact: vdo-qe
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: ---CC: awalsh, jkrysl, mpitt
Target Milestone: rcKeywords: Regression
Target Release: 8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-11 12:42:42 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:
Embargoed:

Description Marius Vollmer 2019-03-11 12:37:37 UTC
Description of problem:

Running "vdo create -n vdo0 --device /dev/vgroup/lvol" fails when the device is a LVM2 logical volume.

Version-Release number of selected component (if applicable):
vdo-6.2.0.293-10.el8.x86_64
lvm2-2.03.02-6.el8.x86_64

How reproducible:
Always

Steps to Reproduce:
1. vgcreate vgroup /dev/sda
2. lvcreate -n lvol -L 5G vgroup
3. vdo create -n vdo --device /dev/vdo_vgroup/lvol 

Actual results:
Creating VDO vdo
vdo: ERROR - Device /dev/vdo_vgroup/lvol excluded by a filter.

Expected results:
Creation succeeds

Additional info:
pvcreate fails in the same way:

# pvcreate /dev/vgroup/lvol 
Device /dev/vgroup/lvol excluded by a filter.

Comment 1 Andy Walsh 2019-03-11 12:40:23 UTC
This is a duplicate of BZ1684249

Comment 2 Martin Pitt 2019-03-11 12:42:42 UTC

*** This bug has been marked as a duplicate of bug 1684249 ***