]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: switch to use 32 bits ext_num_fwd
authorXiubo Li <xiubli@redhat.com>
Tue, 5 Jul 2022 04:59:11 +0000 (12:59 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 16 Feb 2023 00:49:41 +0000 (08:49 +0800)
commit3584ecc876b981b2204fbd7f720867e454639c58
tree5b818055a5e24a050c9396c85ce6852698fd776a
parent4fb04172ba771b2a98759bc04148d7a7c23497d3
client: switch to use 32 bits ext_num_fwd

The MDS will increase the forward count, and if the forward count
is less than the one saved in request in client side, that means
the MDS is old version and it was overflowed. Then just stop
forwarding.

Fixes: https://tracker.ceph.com/issues/57854
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/client/Client.cc