Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: php-opencloud bug corrupts large file with Swift storage, patch recommended #40582

Closed
4 of 8 tasks
vpecinka opened this issue Sep 22, 2023 · 4 comments
Closed
4 of 8 tasks
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 27-feedback bug feature: object storage

Comments

@vpecinka
Copy link
Contributor

⚠️ This issue respects the following points: ⚠️

Bug description

I have reported this bug in php-opencloud

php-opencloud/openstack#365

As there can be significant delay until it gets to mainstream, I suggest to provide local patch in nextcloud code base to resolve this issue.

Steps to reproduce

Upload any large object to the storage (the default SEGMENT SIZE is 1 GB, so the file has to be more than 10 GB).

Expected behavior

segments should have name 00001, 00002, 00003 and so on to be correctly reconstructed.

Installation method

Community Manual installation with Archive

Nextcloud Server version

27

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.2

Web server

Nginx

Database engine version

MySQL

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@vpecinka vpecinka added bug 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Sep 22, 2023
@kesselb
Copy link
Contributor

kesselb commented Sep 22, 2023

Good finding, sounds reasonable 👍

Would you mind submitting a pull request to the upstream project?

@vpecinka
Copy link
Contributor Author

no problem, php-opencloud/openstack#366

@vpecinka
Copy link
Contributor Author

Upstream PR merged

@joshtrichards
Copy link
Member

Released in php-opencloud v3.3.0:

https://github.com/php-opencloud/openstack/releases/tag/v3.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 27-feedback bug feature: object storage
Projects
None yet
Development

No branches or pull requests

5 participants