Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 460474

Summary: LVM does not search zfs zvols for VGs
Product: Gentoo Linux Reporter: Karl Hakimian <hyedad>
Component: New packagesAssignee: Robin Johnson <robbat2>
Status: CONFIRMED ---    
Severity: enhancement CC: agk, cardoe, ryao
Priority: Normal Keywords: Goal, PATCH, REVIEWED
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/zfsonlinux/zfs/issues/1336
See Also: https://bugzilla.redhat.com/show_bug.cgi?id=913597
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to make zfs recognize zvols

Description Karl Hakimian 2013-03-06 02:19:45 UTC
Zvols are not a recognized type for LVM so vgscan etc. don't find things in them

Reproducible: Always

Steps to Reproduce:
1. pvcreate /dev/zvol/...
Actual Results:  
Complains about zvol

Expected Results:  
create the pv.

This is a trivial one line patch to fix. So far, RedHat (the upstream maintainer) has ignored my submitted patch.
Comment 1 Karl Hakimian 2013-03-06 02:22:51 UTC
Created attachment 341066 [details]
Patch to make zfs recognize zvols

Trivial patch to make zfs recognize zvols.
Comment 2 Richard Yao (RETIRED) gentoo-dev 2013-03-06 06:35:43 UTC
This patch looks good to me. Could we get this merged into our ebuilds and accepted upstream?