Closed theonewolf closed 10 years ago
Redis by default on Ubuntu server systems is configured to timeout clients after 300 seconds of inactivity. This can happen fairly regularly while monitoring a VM, thus we need to re-connect when we are timed out.
This is now done in the nbd-test code (9cb5b5a).
Redis by default on Ubuntu server systems is configured to timeout clients after 300 seconds of inactivity. This can happen fairly regularly while monitoring a VM, thus we need to re-connect when we are timed out.