]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/ceph_manager: increase CLI command timeout 33560/head
authorSage Weil <sage@redhat.com>
Wed, 26 Feb 2020 19:45:25 +0000 (13:45 -0600)
committerSage Weil <sage@redhat.com>
Tue, 3 Mar 2020 14:14:24 +0000 (08:14 -0600)
commit98b85d3620cf4271a56c574e3e191ff045bd780e
tree2d5647cfa590b1af0bd5a0e6b0bafd70a59a0ff5
parentd7e0d07101f75950ae482d2aeb08d3eeab024ade
qa/tasks/ceph_manager: increase CLI command timeout

There is a problem with mimic releases where pg_creates can stall for a
long time doing the build_pg_history while holding osd_lock.  That lock
is also used by the tell command processing queue, which means that
commands like 'flush_pg_stats' can block for long periods...and time out.

This is currently happening with mimic->nautilus upgrades.  Note that
the problem is mostly fixed in nautilus and totally fixed in octopus, so
this is just a matter of tolerating slow behavior in old releases for the
purposes of the upgrade tests.

Work around this by increasing the timeout from 120s -> 900s.

Fixes: https://tracker.ceph.com/issues/43914
Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/ceph_manager.py