Bug 1668181
| Summary: | heketi fails to cleanup stale block entries | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Rachael <rgeorge> |
| Component: | heketi | Assignee: | John Mulligan <jmulligan> |
| Status: | CLOSED ERRATA | QA Contact: | Nitin Goyal <nigoyal> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | ocs-3.11 | CC: | akrishna, hchiramm, jmulligan, knarra, kramdoss, madam, nigoyal, rcyriac, rhs-bugs, sankarshan, sselvan, storage-qa-internal |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | OCS 3.11.z Batch Update 2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | heketi-8.0.0-9.el7rhgs | Doc Type: | Bug Fix |
| Doc Text: |
Previously, when the block hosting volume did not exist in gluster, Heketi could not automatically clean up certain failed or stale block volumes. With this fix, Heketi can clean up failed or stale block volumes automatically.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-27 04:55:35 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: | |||
|
Comment 2
RamaKasturi
2019-01-22 12:32:54 UTC
Below is a command to create failed entries in list of operations
# for i in {001..020}; do heketi-cli blockvolume create --size 1 --name block001 & done
# heketi-cli server operations list
Id:05c298e62332908e09b786a8a4d00893 Type:create-block-volume Status:failed
Id:3761acf712cb7a16b63ada685b6787ea Type:create-block-volume Status:failed
Id:4220d265afd760d4ab6b0fc2be71aba2 Type:create-block-volume Status:New in-flight
Id:46bcd62b51bd6040b3e80abb1fbe6e5b Type:create-block-volume Status:failed
Id:53ab252bfeaa4c4c1be56becaffa6428 Type:create-block-volume Status:failed
Id:b305d55c7507f8a2143d0dec2dfb193a Type:create-block-volume Status:failed
fixed in upstream. important fix to the auto-cleanup feature. not too difficult to verify proposing for 3.11.2 Hi John, I have updated the doc text. Kindly review it. (In reply to Anjana from comment #13) > Hi John, > > I have updated the doc text. Kindly review it. Looks good to me. 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/RHBA-2019:0663 |