Bug 1511302
| Summary: | Improve error message of gluster-block provisioning | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Jianwei Hou <jhou> |
| Component: | heketi | Assignee: | Michael Adam <madam> |
| Status: | CLOSED DUPLICATE | QA Contact: | krishnaram Karthick <kramdoss> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | hchiramm, jhou, kramdoss, mjudeiki, ndevos, pprakash, rcyriac, rhs-bugs, rkant, rtalur, storage-qa-internal, vinug |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-05-14 07:50:13 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
Jianwei Hou
2017-11-09 06:01:21 UTC
Actually gluster block provisioner is passing the error received from heketi to the user. It got only "failed to create volume: [heketi] error creating volume No space"." from heketi. The exact reason is unknown for block provisioner as well. I completely understand the "No space" should be expanded from heketi. [heketi] ERROR 2017/11/09 05:35:46 /src/github.com/heketi/heketi/apps/glusterfs/block_volume_entry.go:58: Failed to create Block Hosting Volume: No space [asynchttp] INFO 2017/11/09 05:35:46 asynchttp.go:129: Completed job 2f914cf62c34aa5a9de0f648ed90f69d in 107.402803ms [heketi] ERROR 2017/11/09 05:35:46 /src/github.com/heketi/heketi/apps/glusterfs/app_block_volume.go:83: Failed to create block volume: No space [negroni] Started GET /queue/2f914cf62c34aa5a9de0f648ed90f69d [negroni] Completed 500 Internal Server Error in 77.032µs ^^^ by default we need "500G" of storage in the cluster to create "block hosting volume" . Do you have that space in your heketi cluster ? that could be one reason for the error. *** This bug has been marked as a duplicate of bug 1552733 *** |