Bug 1065474
Summary: | Size of external origin needs to be aligned with thin pool chunk size | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Zdenek Kabelac <zkabelac> |
Component: | kernel | Assignee: | Joe Thornber <thornber> |
kernel sub component: | Thin Provisioning | QA Contact: | yanfu,wang <yanwang> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | unspecified | ||
Priority: | unspecified | CC: | agk, bdonahue, coughlan, heinzm, jbrassow, msnitzer, prajnoha, prockai, qcai, thornber, yanwang, zkabelac |
Version: | 7.0 | ||
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | kernel-3.10.0-140.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-05 11:37:06 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
Zdenek Kabelac
2014-02-14 18:07:12 UTC
Hi Zdenek, Could QE know what test steps to reproduce the issue? thanks This bug is mainly for tracking kernel bug in target. Lvm2 currently detects unsupported sizes and doesn't allow to active/create such combination of external origin and thin pool. lvm2 test suite: https://git.fedorahosted.org/cgit/lvm2.git/tree/test/shell/lvcreate-thin-external.sh <<< vgcreate $vg -s 64K $(cat DEVICES) # Test validation for external origin being multiple of thin pool chunk size lvcreate -L10M -T $vg/pool192 -c 192k lvcreate -an -pr -Zn -l1 -n $lv1 $vg not lvcreate -s $vg/$lv1 --thinpool $vg/pool192 >>> VG uses 64K extent - pool has 192K chunks and external origin has just one 64K extent - this will not work in current thinpool driver and lvm2 must not allow to use this combination. More combination tests like this are possible. (In reply to Zdenek Kabelac from comment #3) > Lvm2 currently detects unsupported sizes and doesn't allow to active/create > such combination of external origin and thin pool. Moving this to 7.1. Patch(es) available on kernel-3.10.0-140.el7 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-0290.html |