This repository was archived by the owner on Feb 8, 2024. It is now read-only.
Commit 7df8ab0
committed
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 13b051f commit 7df8ab0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2887 | 2887 | | |
2888 | 2888 | | |
2889 | 2889 | | |
2890 | | - | |
| 2890 | + | |
2891 | 2891 | | |
2892 | 2892 | | |
2893 | 2893 | | |
| |||
0 commit comments