]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: do not uninline data for read 48133/head
authorXiubo Li <xiubli@redhat.com>
Thu, 14 Jul 2022 01:15:43 +0000 (09:15 +0800)
committerXiubo Li <xiubli@redhat.com>
Fri, 16 Sep 2022 01:08:28 +0000 (09:08 +0800)
commitddb46e81eb2ace6de35da8588efc6755ed99727b
treeb2090ade4103afd195a3f99b2baa66d8baeb7f70
parent2a08bf128ff1ff559c9771b2fd0f0a59a72367b7
client: do not uninline data for read

We don't even ask for and to be sure that we have granted the Fw
caps when reading, we shouldn't write contents to Rados.

The bug was introduced by commit a0cb52425147
(client: Read inline data path)

Fixes: https://tracker.ceph.com/issues/56553
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 9bb335fdb22637e158a0badf2f2074b0952c0aa3)
src/client/Client.cc