]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
wait_till_clean -> wait_for_clean and wait_for_recovery
authorSage Weil <sage@newdream.net>
Sat, 18 Feb 2012 05:53:25 +0000 (21:53 -0800)
committerSage Weil <sage@newdream.net>
Sat, 18 Feb 2012 05:53:25 +0000 (21:53 -0800)
commit196d4a1f165e9f4f89c941bfc0aaa3ce9d21f835
tree6ee97dc553ccd480cf1d748cff24417be1fadb9d
parentad9d7fb6e1dc6841a2afe9336845bc01dd791adf
wait_till_clean -> wait_for_clean and wait_for_recovery

Clean now also means the correct number of replicas, whereas recovered
means we have done all the work we can do given the replicas/osds we have.
For example, degraded and clean are now mutually exclusive.

Also move away from 'till'.
teuthology/task/backfill.py
teuthology/task/ceph_manager.py
teuthology/task/lost_unfound.py
teuthology/task/thrashosds.py