Bug 1595176
Summary: | gluster-blockd traceback seen with creation of a block with size specified in nB (bytes) | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Sweta Anandpara <sanandpa> |
Component: | tcmu-runner | Assignee: | Xiubo Li <xiubli> |
Status: | CLOSED ERRATA | QA Contact: | Sweta Anandpara <sanandpa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | cns-3.10 | CC: | bgoyal, pkarampu, pprakash, prasanna.kalever, rhs-bugs, sanandpa, sankarshan, vbellur, xiubli |
Target Milestone: | --- | ||
Target Release: | CNS 3.10 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | tcmu-runner-1.2.0-21.el7rhgs | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-09-12 09:26:58 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: | 1470955, 1545049, 1568862 |
Description
Sweta Anandpara
2018-06-26 09:52:40 UTC
For the scsi block device, the tcmu-runner will round down the device size to the block_size(such as 512 bytes), but the gluster file in the backend allows the file size not aligns to the block_size. So when the block device is being created in tcmu-runner the glfs handler will check the sizes which are not match and fails it. Here is a fix PR in the upstream code: https://github.com/open-iscsi/tcmu-runner/pull/437 Thanks, PRS: https://github.com/gluster/gluster-block/pull/91 (review) https://github.com/open-iscsi/tcmu-runner/pull/437 (Merged) 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-2018:2691 |