]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: do not uninline data for read 47090/head
authorXiubo Li <xiubli@redhat.com>
Thu, 14 Jul 2022 01:15:43 +0000 (09:15 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 14 Jul 2022 01:26:22 +0000 (09:26 +0800)
commit9bb335fdb22637e158a0badf2f2074b0952c0aa3
tree8b457265d93203eb9e9f1e18411ec3244720b3b7
parenteccd0a5faf8f264de9ec2acf4ac0743ac42c2d9e
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>
src/client/Client.cc