I really found this "solution" to hackish to add the script, but then again, as it is now, the whole suspend issue is quite hackish.
I just added the script to the wiki. It will basically kill the devices, causing the spawner to restart them. But note that it has a restart count of 50, so it will only work 50 times. You also need to adjust it to match the devices running on your MD.
When I think about it, it should probably be possible to find the list of device ids running on this MD and do a restart on devices based on that.
Ok, just had to google this
Found a interesting thread about TCP connections and suspend/resume :
https://lists.linux-foundation.org/pipermail/linux-pm/2008-June/017742.htmlAccording to this, connections can survive suspend, as long as there is no NAT and both sides of the connections silent. So, if we could tell the DCERouter to "be silent" for all connections to the suspended MD, we should have solved one part of the problem. This is actually consistent with my findings, it's only the connections to the MD devices that are affected, and not the ones from the MD to the core (as the MD is very silent when suspended).
The other part of the problem is if the router recreates connections or otherwise do anything to them while the MD is suspended. Does it create new connections when reloaded?
br,
sambuca