Bug 1620580
Summary: | Deleted a volume and created a new volume with similar but not the same name. The kubernetes pod still keeps on running and doesn't crash. Still possible to write to gluster mount | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | jimmybob-leon |
Component: | core | Assignee: | bugs <bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | mainline | CC: | bugs, pasik, sunkumar |
Target Milestone: | --- | Keywords: | Reopened, StudentProject, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-02-10 17:48:38 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
jimmybob-leon
2018-08-23 08:46:47 UTC
Thanks for the bug report! Interesting observation, and use case. We generally don't recommend re-use of the bricks. The original mount is interestingly still active, mainly because of 'brick' mapping. A client protocol connects to brick which is expected to be 'hostname:/path' combination, and if a brick path is never reused, it would always work as expected. We need to get ID based authentication for the handshakes. Reducing the severity, as recommended usecase, is not to re-use the same bricks. REVIEW: https://review.gluster.org/23166 (protocol/handshake: pass volume-id for extra check) posted (#1) for review on master by Amar Tumballi REVIEW: https://review.gluster.org/23166 (protocol/handshake: pass volume-id for extra check) merged (#10) on master by Amar Tumballi REVIEW: https://review.gluster.org/23505 (tests: add a pending test case) posted (#1) for review on master by Amar Tumballi REVISION POSTED: https://review.gluster.org/23505 (tests: add a pending test case) posted (#2) for review on master by Amar Tumballi Patch is merged closing this bug now. |