Bug ID 1018791
Summary salt-minion does not reconnect after suspend to RAM
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS openSUSE 13.2
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bmaryniuk@suse.com
Reporter bwiedemann@suse.com
QA Contact qa-bugs@suse.de
CC kkaempf@suse.com
Found By Development
Blocker ---

I'm using salt at home and while this works reasonably well
with desktop machines that get shutdown over the night,
on laptops using suspend-to-RAM, the minion thinks it is still connected
after wakeup from sleep

# netstat -tanp|grep salt
tcp        0      0 192.168.11.26:43984     192.168.11.31:4505      ESTABLISHED
salt-minion KeepAlive MinionProcessManage

but on the master, this gives a "No response"
# salt adri\* test.ping
adrian.zq1.de:
    Minion did not return. [Not connected]
adrilap.zq1.de:
    Minion did not return. [No response]


Reproducible: Always

Workaround:
rcsalt-minion restart
after wakeup from sleep


You are receiving this mail because: