[stable19] add mount point to quota warning message#23168
Merged
Conversation
skjnldsv
approved these changes
Oct 4, 2020
Member
|
When fixing the conflicts please also add #23193 |
Member
|
@MorrisJobke @rullzer @skjnldsv since #22913 was merged i get the following error on my NC20 dev instance: {
"reqId":"kjRkrtvjauz1r74ZhJkY",
"level":3,
"time":"2020-10-10T14:22:24+00:00",
"remoteAddr":"::1",
"user":"robin",
"app":"PHP",
"method":"GET",
"url":"/nextcloud/index.php/apps/files/ajax/getstoragestats.php?dir=%2F",
"message":{
"Exception":"Error",
"Message":"Undefined offset: 3 at /var/www/html/nextcloud/lib/private/legacy/OC_Helper.php#548",
"Code":0,
"Trace":[
{
"file":"/var/www/html/nextcloud/lib/private/legacy/OC_Helper.php",
"line":548,
"function":"onError",
"class":"OC\\Log\\ErrorHandler",
"type":"::"
},
{
"file":"/var/www/html/nextcloud/apps/files/lib/Helper.php",
"line":51,
"function":"getStorageInfo",
"class":"OC_Helper",
"type":"::"
},
{
"file":"/var/www/html/nextcloud/apps/files/lib/Controller/AjaxController.php",
"line":47,
"function":"buildFileStorageStatistics",
"class":"OCA\\Files\\Helper",
"type":"::"
},
{
"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line":169,
"function":"getStorageStats",
"class":"OCA\\Files\\Controller\\AjaxController",
"type":"->"
},
{
"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line":100,
"function":"executeController",
"class":"OC\\AppFramework\\Http\\Dispatcher",
"type":"->"
},
{
"file":"/var/www/html/nextcloud/lib/private/AppFramework/App.php",
"line":152,
"function":"dispatch",
"class":"OC\\AppFramework\\Http\\Dispatcher",
"type":"->"
},
{
"file":"/var/www/html/nextcloud/lib/private/Route/Router.php",
"line":308,
"function":"main",
"class":"OC\\AppFramework\\App",
"type":"::"
},
{
"file":"/var/www/html/nextcloud/lib/base.php",
"line":1009,
"function":"match",
"class":"OC\\Route\\Router",
"type":"->"
},
{
"file":"/var/www/html/nextcloud/index.php",
"line":37,
"function":"handleRequest",
"class":"OC",
"type":"::"
}
],
"File":"/var/www/html/nextcloud/lib/private/Log/ErrorHandler.php",
"Line":91,
"CustomMessage":"--"
},
"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36",
"version":"20.0.0.9"
}Debugged it and it seems like So maybe this should be fixed first before backporting to NC19. Should i create a separate issue or is this on your radar now? :-) |
makes it more clear to the user what the quota applies to Signed-off-by: Robin Appelman <robin@icewind.nl>
7c2e09e to
f70abf4
Compare
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Member
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 35436: failuremysql8.0-php7.2Show full log |
Member
|
/backport to stable18 |
Author
|
The backport to stable18 failed. Please do this backport manually. |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backport of #22913