From 4a3a50435aa880146c070755a87ceb3a72514fe8 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sat, 21 Oct 2017 14:53:45 +0800 Subject: [PATCH] Fix a typo Update the "peformance" to "performance" Change-Id: Ief94893db2a3d6d83d865cfe2aa45f524309ff8d --- .../notes/noisy-neighbor-strategy-a71342740b59dddc.yaml | 2 +- watcher/decision_engine/goal/goals.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/notes/noisy-neighbor-strategy-a71342740b59dddc.yaml b/releasenotes/notes/noisy-neighbor-strategy-a71342740b59dddc.yaml index 2c0e48af2..42c2c276c 100644 --- a/releasenotes/notes/noisy-neighbor-strategy-a71342740b59dddc.yaml +++ b/releasenotes/notes/noisy-neighbor-strategy-a71342740b59dddc.yaml @@ -1,5 +1,5 @@ --- features: - Added strategy to identify and migrate a Noisy Neighbor - a low priority VM - that negatively affects peformance of a high priority VM by over utilizing + that negatively affects performance of a high priority VM by over utilizing Last Level Cache. diff --git a/watcher/decision_engine/goal/goals.py b/watcher/decision_engine/goal/goals.py index 58909dde5..32400d897 100644 --- a/watcher/decision_engine/goal/goals.py +++ b/watcher/decision_engine/goal/goals.py @@ -172,7 +172,7 @@ class NoisyNeighborOptimization(base.Goal): """NoisyNeighborOptimization This goal is used to identify and migrate a Noisy Neighbor - - a low priority VM that negatively affects peformance of a high priority VM + a low priority VM that negatively affects performance of a high priority VM in terms of IPC by over utilizing Last Level Cache. """