72575889c8
This patch adds the ability to measure network downtime during live migration process. A fixture has been added to start and stop a background pinger process and also read status from it. The downtime measurement has 0.2 seconds granularity. In order to reduce overall traffic the ping payload size set to minimal value. Change-Id: I83c6a5d49f5d4da05deb677907e5048ecdd2242b
10 lines
428 B
YAML
10 lines
428 B
YAML
---
|
|
features:
|
|
- |
|
|
Added new module net_downtime including the fixture NetDowntimeMeter that
|
|
can be used to measure how long the connectivity with an IP is lost
|
|
during certain operations like a server live migration.
|
|
The configuration option allowed_network_downtime has been added with a
|
|
default value of 5.0 seconds, which would be the maximum time that
|
|
the connectivity downtime is expected to last.
|