ironic/ironic/releasenotes/notes/fix-socat-command-afc840284446870a.yaml
Andrey Shestakov cc88ce14db Remove 'fork' option from socat command
socat should not forks for each new connection.
After this change socat console will be available only for single user
connection and will be closed after user connection close.
To connect again, user should re-activate console.
This already covered in nova virt driver.

Also added timeout check for 600 sec for user's connection.

Change-Id: If92b3a9cff2d0fc1280f8e9dfc4bc8fa100c91ec
Closes-bug: #1611279
2016-12-29 19:13:31 +00:00

9 lines
385 B
YAML

---
fixes:
- Fixes issue with socat console support where an unlimited
number of connections could be created, resulting in the prior
session being destroyed. Connections are now limited
to a single connection per server. Socat now closes the
console connection upon disconnect or timeout 10min. To reconnect,
users should re-activate the console.