Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

rgw_sal_motr: [CORTX-34075] Enhance multipart object write IO #408

Merged
merged 1 commit into from
Aug 30, 2022

Commits on Aug 29, 2022

  1. rgw_sal_motr: [CORTX-34075] Enhance multipart object write IO

    Problem: No limit on size of data in a write IO made during multipart
    part object write operation. It may lead to crossing the lib motr's
    internal max data transfer size in one write IO.
    
    Solution.
    Set the max threshold to 32MB. This makes multipart object write IO
    at par with simple object write IO.
    
    Signed-off-by: root <root@ssc-vm-g4-rhev4-0451.colo.seagate.com>
    root committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    dddbd78 View commit details
    Browse the repository at this point in the history