]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds/OpenFileTable: make the data length as long as possible for each op 38464/head
authorXiubo Li <xiubli@redhat.com>
Mon, 7 Dec 2020 06:22:02 +0000 (14:22 +0800)
committerXiubo Li <xiubli@redhat.com>
Mon, 7 Dec 2020 06:31:13 +0000 (14:31 +0800)
commit13971bc8da7c71566111309de2de45bef2523462
treee71ac9c1b8a70945869dadc0fb45f5efcfe40d8f
parent9ce1f20eb7ddd0cc7dbe5083caf9e9a899dba686
mds/OpenFileTable: make the data length as long as possible for each op

The max_write_size is 10M as default, and every time when the len
of the op data exceed it with a very small size it will be split
into two ops, one of which will always be very small.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mds/OpenFileTable.cc