-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Downloading of large file not working when using Swift as primary storage #22780
Comments
Forgot to mention. I see in /tmp that file is geting downloaded from objectstore but when it's downloaded it's deleted and new download from objectstore started with diferent php... name |
@icewind1991 can you have a look ? CC @butonic |
Not sure if related, but there was this ticket about large file support: #19004 |
It's unrelated . Fails for files from 1GB+ . the #19004 is about swift restrictions for files 5GB+. We are using ceph radosgw instead of swift (but the with the swift v1 api. |
Could it be a PHP timeout issue then ? How long does it take to download ? |
it's under 2 minutes. PHP timeout values are at 8 hour because of the slow upload clients |
@butonic have you ever observed this kind of issue with swift primary storage ? |
What swift server are you using ? |
I am using ceph's version 0.94.5 radosgw
.
…On Fri, Feb 3, 2017 at 7:45 PM, Vincent Petry ***@***.***> wrote:
What swift server are you using ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#22780 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFlFdFikRHrSr7aFw2z-UYd--s_Ej_Nxks5rY3W0gaJpZM4Hncwk>
.
|
Swift will be deprecated in favor of full S3 support. Ceph supports S3. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
1.Upload large file (>1.5GB) to owncloud
2.Try to download it
3.
Expected behaviour
Tell us what should happen
File is downloaded to client computer
Actual behaviour
Tell us what happens instead
Nothing happens. Not even a error in owncloud.log
Server configuration
Operating system:
Ubuntu 14.04
Web server:
Apache
Database:
mysql
PHP version:
5.5
ownCloud version: (see ownCloud admin page)
8.2.2.2
Updated from an older ownCloud or fresh install:
Updated from an older
Where did you install ownCloud from:
From tar.gz downloaded from your download page
Signing status (ownCloud 9.0 and above):
List of activated apps:
default
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
I am using swift as a primary storage
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
We are using webdav on our client side
LDAP configuration (delete this part if not used)
Client configuration
Browser:
Operating system:
Logs
Web server error log
no errors
ownCloud log (data/owncloud.log)
no errors or warnings on that matter
Browser log
The text was updated successfully, but these errors were encountered: