Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Error when updating times on segmented object > 5GB #86

@xlucas

Description

@xlucas

Context

  • svfs version : 0.7.3
  • storage provider : OVH
  • product : HubiC/PCS

Steps to reproduce this issue :

  1. dd if=/dev/zero of=foo bs=1G count=6
  2. rsync -rtlW --inplace foo /mountpoint/container/

Results you expected :

File is uploaded and times are correct.

Results you observed :

Rsync fails to set file times.

Debug log :

rsync: failed to set times on "/mountpoint/container/foo": Input/output error (5)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1070) [sender=3.0.9]

Additional information :

This is linked to https://bugs.launchpad.net/swift/+bug/1487791.
As a workaround, using ?multipart-manifest=get in the POST should avoid the squashing behavior.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions