]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/dump_stuck.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / tasks / dump_stuck.py
index 39429d2c348193d1505e453a214c99af7f721989..c5209d749a0b10bf542c4e61c6cddda630e006d0 100644 (file)
@@ -13,7 +13,7 @@ log = logging.getLogger(__name__)
 
 def check_stuck(manager, num_inactive, num_unclean, num_stale, timeout=10):
     """
-    Do checks.  Make sure get_stuck_pgs return the right amout of information, then
+    Do checks.  Make sure get_stuck_pgs return the right amount of information, then
     extract health information from the raw_cluster_cmd and compare the results with
     values passed in.  This passes if all asserts pass.