Bug 1642582
| Summary: | after hard reboot of UC iscsid container is restarting : "iscsid: Can not bind IPC socket" | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Artem Hrechanychenko <ahrechan> |
| Component: | rhosp-director | Assignee: | Artem Hrechanychenko <ahrechan> |
| Status: | CLOSED WORKSFORME | QA Contact: | Gurenko Alex <agurenko> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 14.0 (Rocky) | CC: | ahrechan, aschultz, bshephar, dbecker, emacchi, jslagle, mburns, mcornea, morazi |
| Target Milestone: | ga | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-11-05 14:43:32 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
Artem Hrechanychenko
2018-10-24 17:41:18 UTC
I suspect this is caused by Infrared that installs the libguestfs-tools package which pulls iscsi-initiator-utils package as dependency which creates the iscsi systemd services. You can disable the iscsi services causing the container not being able to start by: systemctl stop iscsid.socket systemctl disable iscsid.socket Artem, please confirm if comment 2 fixes the issue for you. After disabling iscsid.socket and reboot - fixed! *** Bug 1664928 has been marked as a duplicate of this bug. *** |