]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: skip out of order op checks on tiered pools 1825/head
authorSage Weil <sage@inktank.com>
Mon, 19 May 2014 17:32:12 +0000 (10:32 -0700)
committerSage Weil <sage@inktank.com>
Mon, 19 May 2014 17:32:12 +0000 (10:32 -0700)
commitcf2b172c843da0599164901956b66c306a59e570
tree953b5c1e961505b381aa3a9fe566c5a71292e740
parent290ac818696414758978b78517b137c226110bb4
osd: skip out of order op checks on tiered pools

When we send redirected ops, we do not assign a new tid, which means that
a given client's ops for a pool may not have strictly ordered tids.  Skip
this check if the pool is tiered to avoid false positives.

Fixes: #8380
Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/ReplicatedPG.cc
src/osd/osd_types.h