]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: only wait for write MDS OPs when unmounting 51417/head
authorXiubo Li <xiubli@redhat.com>
Thu, 4 May 2023 06:22:37 +0000 (14:22 +0800)
committerXiubo Li <xiubli@redhat.com>
Fri, 12 May 2023 06:21:30 +0000 (14:21 +0800)
commitee8443d63a175b9e5a3c60ba4e06270ae688d910
treeaca1ae4288e9870dc984c8ffbdf2eb03c12c3e71
parent2b715b858e36a82b42b12129fcfcc13090f30a93
client: only wait for write MDS OPs when unmounting

We do not care about the read MDS OPs and it's safe by just dropping
them when unmounting.

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