Bug 1848467
Summary: | Error while attaching the lvmcache to LUKS device thinpool | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | SATHEESARAN <sasundar> | |
Component: | rhhi | Assignee: | Gobinda Das <godas> | |
Status: | CLOSED ERRATA | QA Contact: | SATHEESARAN <sasundar> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | rhgs-3.5 | CC: | rhs-bugs | |
Target Milestone: | --- | |||
Target Release: | RHHI-V 1.8 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1848588 (view as bug list) | Environment: | ||
Last Closed: | 2020-08-04 14:52:32 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: | ||||
Bug Depends On: | 1848588 | |||
Bug Blocks: | 1779977 |
Description
SATHEESARAN
2020-06-18 12:16:50 UTC
The generated inventory contains: <snip> gluster_infra_cache_vars: - vgname: gluster_vg_luks_sdc cachedisk: '/dev/luks_sdc,/dev/sdg' cachelvname: cachelv_gluster_thinpool_gluster_vg_luks_sdc cachethinpoolname: gluster_thinpool_gluster_vg_luks_sdc cachelvsize: 220G cachemode: writethrough </snip> Expected is that the device should be */dev/mapper/luks_sdc* <snip> gluster_infra_cache_vars: - vgname: gluster_vg_luks_sdc cachedisk: '/dev/mapper/luks_sdc,/dev/sdg' cachelvname: cachelv_gluster_thinpool_gluster_vg_luks_sdc cachethinpoolname: gluster_thinpool_gluster_vg_luks_sdc cachelvsize: 220G cachemode: writethrough </snip> This error is also true for multipath configuration enabled, where the device name is '/dev/mapper/WWID' for example: /dev/mapper/3600304801a48610125f9a6571e612c29 Tested with cockpit-ovirt-dashboard-0.14.9.el8rhgs When attaching the LVM cache ( /dev/sdx ) with the LUKS device ( /dev/mapper/luks_sdx ), the deployment happens in the right way. 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 (RHHI for Virtualization 1.8 bug fix and enhancement update), 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://access.redhat.com/errata/RHEA-2020:3314 |