diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-02 02:11:00 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-02 02:11:00 +0200 |
commit | 9481fe4541a4f0abab6a4e76931a3d6bd9a5b8b0 (patch) | |
tree | 6a8375aaac365712698c4493f55483ac466f8001 /docs/problems.txt | |
parent | 460bc4d54f00ac9174967543b5944fb30f16d2f5 (diff) | |
download | ands-9481fe4541a4f0abab6a4e76931a3d6bd9a5b8b0.tar.gz ands-9481fe4541a4f0abab6a4e76931a3d6bd9a5b8b0.tar.bz2 ands-9481fe4541a4f0abab6a4e76931a3d6bd9a5b8b0.tar.xz ands-9481fe4541a4f0abab6a4e76931a3d6bd9a5b8b0.zip |
New WAVe project
Diffstat (limited to 'docs/problems.txt')
-rw-r--r-- | docs/problems.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/problems.txt b/docs/problems.txt index fa88afe..1d729cd 100644 --- a/docs/problems.txt +++ b/docs/problems.txt @@ -20,6 +20,7 @@ Rogue network interfaces on OpenVSwitch bridge * With time, the new rogue interfaces are created faster and faster. At some point, it really slow downs system and causes pod failures (if many pods are re-scheduled in paralllel) even if not so many rogue interfaces still present + * Even if not failed, it takes several minutes to schedule the pod on the affected nodes. Cause: * Unclear, but it seems periodic ADEI cron jobs causes the issue. @@ -28,7 +29,8 @@ Rogue network interfaces on OpenVSwitch bridge Solutions: - * According to RedHat the temporal solution is to reboot affected node (not helping in my case). The problem + * According to RedHat the temporal solution is to reboot affected node (just temporarily reduces the rate how + often the new spurious interfaces appear, but not preventing the problem completely in my case). The problem should go away, but may re-apper after a while. * The simplest work-around is to just remove rogue interface. They will be re-created, but performance problems only starts after hundreds accumulate. |