]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/os/seastore/zbd: increase padding byte buffer size.
authorAravind Ramesh <aravind.ramesh@wdc.com>
Wed, 5 Jul 2023 16:58:24 +0000 (18:58 +0200)
committerAravind Ramesh <aravind.ramesh@wdc.com>
Tue, 11 Jul 2023 08:46:20 +0000 (10:46 +0200)
commit181e6394014dcdca3d1d0cea5f35e92545cb84b9
tree470c10cdd76cd5dbe394874b692b57ec402aa46d
parent4de76bf550e0553b8250d07a35605e6c3884aa06
crimson/os/seastore/zbd: increase padding byte buffer size.

Before closing a segment, seastore writes a tail information
at the end of the segment, since ZBD zones are serially write
required, if a zone is not fully written to the end, it writes
padding bytes till the tail section.
Increase the size of write chunks to reduce the number of writes.

Signed-off-by: Aravind Ramesh <aravind.ramesh@wdc.com>
src/crimson/os/seastore/segment_manager/zbd.cc