| Summary: | sshd port conflict on RHGS container image. | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Neha <nerawat> |
| Component: | rhgs-server-container | Assignee: | Mohamed Ashiq <mliyazud> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Sachin <sashinde> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.1 | CC: | amainkar, annair, hchiramm, lpabon, mzywusko, pprakash, rcyriac, sankarshan, sashinde |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | RHGS Container Converged 1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rhgs-server-docker-3.1.3-8 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
Host and container use same port(22) for sshd.
Consequence:
So creates conflicts.
Fix:
Change the sshd port configuration in container to listen port 2222.
Result:
Resolves port conflicts between host and container.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-10-14 13:39:21 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 1332128 | ||
|
Description
Neha
2016-04-21 10:43:42 UTC
This looks like incorrect configuration. Only one RHGS container is supported per node. Running two container will cause the port conflict which is shown above. I think this bug is invalid, right? It has only one RHGS container running, its conflicting with the port used by Host system. Updated RHGS 3 layered docker image based on RHGS 3.1.3 and RHEL 7.2.2 available (rhgs-server-docker-3.1.3-8). Brew build @ https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=496477 . This has '3.7.9-6.el7rhgs' gluster package and the fix for this issue. |