Project

General

Profile

Actions

Bug #20255

open

rgw: Size of copied object is wrong in the index

Added by Jens Harbott almost 7 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

When copying an object that is longer than max_head_size (currently 4194304 bytes), the size of the copied object is shown as too small:

$ s3cmd ls s3://bla
2017-06-12 14:27   4195328   s3://bla/test1
2017-06-12 14:27   4194304   s3://bla/test2

Fetching the copied object does retrieve the full object, though:

$ ls -l test1
-rw-rw-r-- 1 ubuntu ubuntu 4195328 Jun 12 12:47 test1
$ s3cmd get s3://bla/test2
download: 's3://bla/test2' -> './test2'  [1 of 1]
 4195328 of 4195328   100% in    0s   100.24 MB/s  done
$ ls -l test2
-rw-rw-r-- 1 ubuntu ubuntu 4195328 Jun 12 14:27 test2

Related issues 1 (0 open1 closed)

Related to rgw - Bug #20071: wrong object size after copy of uncompressed multipart objectsResolvedCasey Bodley05/24/2017

Actions
Actions #1

Updated by Casey Bodley almost 7 years ago

  • Related to Bug #20071: wrong object size after copy of uncompressed multipart objects added
Actions

Also available in: Atom PDF