Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460474 - LVM does not search zfs zvols for VGs
Summary: LVM does not search zfs zvols for VGs
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Robin Johnson
URL: https://github.com/zfsonlinux/zfs/iss...
Whiteboard:
Keywords: Goal, PATCH, REVIEWED
Depends on:
Blocks:
 
Reported: 2013-03-06 02:19 UTC by Karl Hakimian
Modified: 2013-03-06 06:41 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to make zfs recognize zvols (zvol_patch,327 bytes, text/plain)
2013-03-06 02:22 UTC, Karl Hakimian
Details

Note You need to log in before you can comment on or make changes to this bug.
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?