This repository was archived by the owner on Feb 8, 2024. It is now read-only.
Commit db76065
motr_sal: [CORTX-32689] Fix multipart download issue
Problem:
After DI changes, the unit size is limited to 1MB for objects >= 1MB.
In SNS 3+2 config, the first part object for a 10MB object is partially
uploaded, causing EIO (-5) error during Get obj API call.
Solution:
Use part object size to calculate optimal block size.
Signed-off-by: Dattaprasad Govekar <[email protected]>1 parent 62ce42f commit db76065
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2890 | 2890 | | |
2891 | 2891 | | |
2892 | 2892 | | |
2893 | | - | |
| 2893 | + | |
2894 | 2894 | | |
2895 | 2895 | | |
2896 | 2896 | | |
| |||
0 commit comments