-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Unable to delete 6GB file from external SWIFT object storage #6106
Comments
Ref #6105 cc @icewind1991 |
Any update? |
Still happening? |
This issue has been automatically marked as stale because it has not had recent activity and it seems to be missing some essential informations. It will be closed if no further activity occurs. Thank you for your contributions. |
As there is no feedback since a while and we can't reproduce the issue I will close this ticket. If this is still happening please feel free to reopen. |
Steps to reproduce
Expected behaviour
Tell us what should happen
File is successfully deleted
Actual behaviour
Tell us what happens instead
Server responds with "Error deleting file ....."
Server configuration
Operating system:
CentOS 7.3.1611
Web server:
apache 2.4.6
Database:
mariadb-5.5
PHP version:
7.0
Nextcloud version: (see Nextcloud admin page)
11
Updated from an older Nextcloud/ownCloud or fresh install:
fresh
Where did you install Nextcloud from:
tarball
Signing status:
Signing status
No errors have been found.
List of activated apps:
App list
Enabled:
Nextcloud configuration:
Config report
{
"system": {
"instanceid": "ocwdxao1plbh",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"necen.data.surfsara.nl",
"portal.cdi.surfsara.nl"
],
"overwrite.cli.url": "https://necen.data.surfsara.nl",
"overwritehost": "necen.data.surfsara.nl",
"overwriteprotocol": "https",
"forwarded_for_headers": [
"HTTP_X_FORWARDED_FOR",
"HTTP_FORWARDED_FOR"
],
"memcache.local": "\OC\Memcache\APCu",
"memcache.distributed": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "145.100.5.230",
"port": 6379,
"timeout": 0,
"password": "REMOVED SENSITIVE VALUE",
"dbindex": 0
},
"filelocking.enabled": "true",
"trusted_proxies": [
"145.100.5.230"
],
"mail_domain": "necen.data.surfsara.nl",
"version": "11.0.3.2",
"appcodechecker": false,
"updatechecker": false,
"installed": true,
"enable_previews": true,
"preview_max_x": 1024,
"preview_max_y": 1024,
"preview_max_filesize_image": 100,
"enabledPreviewProviders": [
"OC\Preview\PNG",
"OC\Preview\JPEG",
"OC\Preview\GIF",
"OC\Preview\BMP",
"OC\Preview\XBitmap",
"OC\Preview\TXT",
"OC\Preview\MarkDown"
],
"appstoreenabled": false,
"has_internet_connection": false,
"auth.bruteforce.protection.enabled": true,
"enable_avatars": true,
"dbtype": "mysql",
"dbname": "necen_nc",
"dbhost": "145.100.5.230",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"cron_log": true,
"log_type": "file",
"logfile": "/var/log/necen.data.surfsara.nl.log",
"logtimezone": "Europe/Amsterdam",
"loglevel": "0",
"logdateformat": "d/M/Y:H:i:s",
"objectstore_multibucket": {
"class": "\OC\Files\ObjectStore\Swift",
"arguments": {
"autocreate": true,
"username": "necen_xcloud",
"password": "blablabla",
"region": "RegionOne",
"url": "https://proxy.swift.surfsara.nl:5000/v2.0",
"tenantName": "necen_xcloud",
"serviceName": "Swift",
"urlType": "internal"
}
}
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
yes, SWIFT
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
Client configuration
Browser:
Operating system:
Logs
Web server error log
Web server error log
Nothing special
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: