-
Notifications
You must be signed in to change notification settings - Fork 87
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
Groupfolder quota greater 2 GB: Server replies Insufficent Storage. #98
Comments
After I had set the quota to "unlimited" all clints synced her data without any additional user action. Looks like qota calculation can not handle quotas greater then 2 GB. |
Same Error |
Same error. NC 13.0.2 Fileupload through browser. |
I can see the same wth 14.0.4 (I used 14.0.3 before where it started happening). I have set my users and group folder to 50GB; admittedly, I increased the grouop folder quota to 50 only a few days ago. I was getting the same errors as RailViceRoads posted in his screenshot. Plus on another client which also tried uploading files with another non-admin client gave me "Das Hochladen überschreitet das Speicherkontingent" (roughly: uploading fails due to exceeded quota). And that's after setting quotas to unlimited for the users and the shared folder and closing and restarting the client. Pressing "retry uploads" seems to now upload at least most of the files, while still nagging about others ("due to previous errors", as it states). NextCloud 14.0.4 |
Do you have a 32bit php version? |
Must be 32bit, since echo PHP_INT_SIZE returns 4. Is there a more elgant way to check which php Nextcloud is actually using? |
Hi @RailsViceRoads is the issue still relevant ? |
Today I have still all large group folders set to "unlimited". I'll check if the issue still exist next days. |
Thanks, I tried with my NC 19 and NC 20 instance and I could not replicate this issue on my end, if you encounter the issue please post more information about your actual environnement |
I have set all large group folders from "unlimited" to 8 or 16 GB at sunday. Till now I received no error reports from my users. I'll give you a final report end of the week. By the way. Since I opened the issue I changed a lot:
Since host change, an other issue (nextcloud/server#13160) is vanished without a trace. Could it be, that the integer representation has changed by change the system? |
Today still no error reports from users. For my NC-instance the error seems to be gone away. |
Thanks @RailsViceRoads if it seems ok for you I let you close the issue, you can always open it again in case you get the same problem in the future |
After applying a320c7f as recommended in #93 the quota for some group foloders can now be set greater than 2 GB. But although on the folders is sufficient storage space, the server sends "Insufficient Storage (Sabre\DAV\Exception\InsufficentStorage)" to the NC Sync client.
Server
Client
Group Folder
Behaviour: Folder was synced down to client without errors. After Some files was modified by user, the "Not-Synced"-list of client is containing all modified files with the error message "Insufficient Storage (Sabre\DAV\Exception\InsufficentStorage)". All other group folder with quotas less then 2 GB works as expected.
I have set the quota to "unlimited" now. I'll write a comment to this issue if sync now works for the user.
The text was updated successfully, but these errors were encountered: