Bug 1714816
| Summary: | [OSP13] sshd running inside nova_migration_target overrides /var/run/sshd.pid on host with pid 1 | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Takashi Kajinami <tkajinam> | |
| Component: | openstack-tripleo-heat-templates | Assignee: | Piotr Kopec <pkopec> | |
| Status: | CLOSED ERRATA | QA Contact: | Martin Schuppert <mschuppe> | |
| Severity: | high | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 13.0 (Queens) | CC: | amodi, knoha, mbooth, mburns, mschuppe | |
| Target Milestone: | z8 | Keywords: | Triaged, ZStream | |
| Target Release: | 13.0 (Queens) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-tripleo-heat-templates-8.3.1-57.el7ost | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1724674 (view as bug list) | Environment: | ||
| Last Closed: | 2019-09-03 16:55: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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1724674 | |||
|
Description
Takashi Kajinami
2019-05-28 23:45:43 UTC
The cause of this issue is ./docker/services/nova-migration-target.yaml contains following volume mount.
~~~
145 volumes:
146 list_concat:
152 - /run:/run
~~~
In host side, /var/run is a symbolic link to /run and the directory is used by the host side sshd also.
This introduced an issue with live migration as the nova-migration-wrapper inside the container needs access to the libvirt socket [1]. We track the fix for this in https://bugzilla.redhat.com/show_bug.cgi?id=1724131 [1] https://github.com/rdo-packages/nova-distgit/blob/rpm-master/nova-migration-wrapper#L31 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:2624 |