From 7f6a300ea06626b443e7b17837090503d866da7b Mon Sep 17 00:00:00 2001 From: Egor Panfilov Date: Sun, 22 Apr 2018 17:52:27 +0300 Subject: [PATCH] Fix typo in StorageCapacityBalance TrivialFix Change-Id: If1fb33276fc08945aa45e6baecaeebca3ba070fe --- .../strategy/strategies/storage_capacity_balance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/decision_engine/strategy/strategies/storage_capacity_balance.py b/watcher/decision_engine/strategy/strategies/storage_capacity_balance.py index fc492af23..a1596ca16 100644 --- a/watcher/decision_engine/strategy/strategies/storage_capacity_balance.py +++ b/watcher/decision_engine/strategy/strategies/storage_capacity_balance.py @@ -110,7 +110,7 @@ class StorageCapacityBalance(base.WorkloadStabilizationBaseStrategy): return filtered_pools def get_volumes(self, cinder): - """Get all volumes with staus in available or in-use and no snapshot. + """Get all volumes with status in available or in-use and no snapshot. :param cinder: cinder client :return: all volumes