Bug 1815546
| Summary: | RHHI-V gluster deployment fails at thinpool creation with size greater than few TBs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | SATHEESARAN <sasundar> | ||||
| Component: | gluster-ansible | Assignee: | Gobinda Das <godas> | ||||
| Status: | CLOSED ERRATA | QA Contact: | SATHEESARAN <sasundar> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rhgs-3.5 | CC: | godas, pprakash, puebele, rhs-bugs, sabose, sasundar | ||||
| Target Milestone: | --- | Keywords: | Regression, ZStream | ||||
| Target Release: | RHGS 3.5.z Batch Update 2 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | gluster-ansible-infra-1.0.4-7.el8rhgs | Doc Type: | No Doc Update | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 1815542 | Environment: |
rhhiv, rhel8
|
||||
| Last Closed: | 2020-06-16 05:57:30 UTC | Type: | --- | ||||
| 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: | |||||||
| Bug Blocks: | 1815542 | ||||||
| Attachments: |
|
||||||
|
Description
SATHEESARAN
2020-03-20 14:30:52 UTC
As per my conjecture, this looks like problem because of incorrect inclusion of content from master branch. On RHEL 7 based RHHI-V 1.7 the content looks like: [root@ ]# ls -l /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks total 36 -rw-r--r--. 1 root root 2264 Jan 24 16:39 cache_setup.yml -rw-r--r--. 1 root root 1331 Jan 24 16:39 fscreate.yml -rw-r--r--. 1 root root 3637 Jan 24 16:39 main.yml -rw-r--r--. 1 root root 2222 Jan 24 16:39 mount.yml -rw-r--r--. 1 root root 230 Jan 24 16:39 thick_lv_create.yml -rw-r--r--. 1 root root 1150 Jan 24 16:39 thin_pool_create.yml -rw-r--r--. 1 root root 383 Jan 24 16:39 thin_volume_create.yml -rw-r--r--. 1 root root 1315 Jan 24 16:39 vdo_create.yml -rw-r--r--. 1 root root 2002 Jan 24 16:39 vg_create.yml The same content with the latest RHEL-8 looks like: [root@ ]# ls -l /etc/ansible/roles/gluster.infra/roles/backend_setup/tasks total 92 -rw-r--r--. 1 root root 1427 Mar 13 09:54 bind_tang_server.yml -rw-r--r--. 1 root root 962 Mar 13 09:54 blacklist_mpath_devices.yml -rw-r--r--. 1 root root 6177 Mar 13 09:54 cache_setup.yml -rw-r--r--. 1 root root 4112 Mar 13 09:54 fscreate.yml -rw-r--r--. 1 root root 595 Mar 13 09:54 fstrim_service.yml -rw-r--r--. 1 root root 2326 Mar 13 09:54 get_vg_groupings.yml -rw-r--r--. 1 root root 2637 Mar 13 09:54 luks_device_encrypt.yml -rw-r--r--. 1 root root 743 Mar 13 09:54 lvm_config.yml -rw-r--r--. 1 root root 1711 Mar 13 09:54 lvm_kernelparams.yml -rw-r--r--. 1 root root 868 Mar 13 09:54 main-lvm.yml -rw-r--r--. 1 root root 4074 Mar 13 09:54 main.yml -rw-r--r--. 1 root root 2497 Mar 13 09:54 mount.yml -rw-r--r--. 1 root root 4815 Mar 13 09:54 thick_lv_create.yml -rw-r--r--. 1 root root 11748 Mar 13 09:54 thin_pool_create.yml -rw-r--r--. 1 root root 6652 Mar 13 09:54 thin_volume_create.yml -rw-r--r--. 1 root root 3327 Mar 13 09:54 vdo_create.yml -rw-r--r--. 1 root root 2951 Mar 13 09:54 vg_create.yml Also the content of thin_pool_create.yml is totally different with the latest. Created attachment 1671940 [details]
deployment-log
Tested with gluster-ansible-infra-1.0.4-7 and RHVH 4.4. based on el8.2 thinpool creation step in gluster deployment process of RHHI-V deployment is successful 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://access.redhat.com/errata/RHEA-2020:2575 |