Bug 1257468
Summary: | gdeploy: creation of thin pool stuck after brick cleanup | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Anush Shetty <ashetty> |
Component: | gdeploy | Assignee: | Nandaja Varma <nvarma> |
Status: | CLOSED ERRATA | QA Contact: | Anush Shetty <ashetty> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rhgs-3.1 | CC: | musoni, nvarma, smohan, surs, vagarwal |
Target Milestone: | --- | Keywords: | ZStream |
Target Release: | RHGS 3.1.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | gdeploy-1.0-8 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-10-05 07:24:50 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: | |||
Bug Blocks: | 1251815 |
Description
Anush Shetty
2015-08-27 07:00:02 UTC
Anush, Can you provide the configuration file used? (Just to clarify some doubts) The root cause of the issue was, lvcreate was prompting if it should wipe the xfs signature. This prompt was not shown by ansible. The prompt was as follows: Rounding up size to full physical extent 99.50 GiB WARNING: xfs signature detected on /dev/GLUSTER_vg1/GLUSTER_pool1 at offset 0. Wipe it? [y/n]: The lvcreate command has been modified to not wipe any signatures left behind. It will not prompt for this anymore. Verified with gdeploy-1.0-9.el7rhgs.noarch 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-1845.html |