]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: save MDS epoch barrier 32642/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 15 Jan 2020 00:10:53 +0000 (16:10 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 21 Jan 2020 01:20:57 +0000 (17:20 -0800)
commit8d9caddca60b2186c678223052326b6c9f6fdc3b
tree88f60a6f1e90d1af9fa00f524355c7dfdd7156e6
parentb89f3ca9417c3e14cb9291c38db77d2ec0706977
qa: save MDS epoch barrier

Rather than verify the latest OSDMap is the same as the rank's
osdmap_epoch_barrier, just use the rank's version. The OSDMap may change
out-of-band with the test startup and thus the epoch's would diverge.
The file system and rank is fresh for each test so there's no reason to
care if the MDS barrier is one epoch behind the latest.

Fixes: https://tracker.ceph.com/issues/43554
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_full.py