Show a setup warning in case S3 object storage is used as primary storage#14603
Merged
MorrisJobke merged 1 commit intomasterfrom Mar 8, 2019
Merged
Conversation
…rage * checks for at least 50 GB of free space Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Member
Author
|
/backport to stable15 |
Member
Author
|
/backport to stable14 |
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 16884: failureDB=mysql, ENABLE_REDIS=false, PHP=7.3Show full logDB=mysqlmb4, ENABLE_REDIS=false, PHP=7.3Show full logTESTS=integration-federation_features
Show full logTESTS=integration-sharing-v1
Show full logTESTS=acceptance, TESTS-ACCEPTANCE=app-files
Show full logTESTS=acceptance, TESTS-ACCEPTANCE=app-files-sharing-link
Show full logTESTS=acceptance, TESTS-ACCEPTANCE=login
Show full logTESTS=acceptance, TESTS-ACCEPTANCE=users
Show full log |
icewind1991
approved these changes
Mar 8, 2019
rullzer
approved these changes
Mar 8, 2019
|
The backport to stable15 failed. Please do this backport manually. |
|
The backport to stable14 failed. Please do this backport manually. |
SystemKeeper
reviewed
Mar 9, 2019
| 'core', | ||
| 'This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path.', | ||
| { | ||
| docLink: oc_defaults.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-mysql-utf8mb4'), |
Contributor
There was a problem hiding this comment.
@MorrisJobke Is the docLink a copy&paste mistake? I don't see a placeholder in the message and linking to 'admin-mysql-utf8mb4' is obviously wrong in this case.
Member
Author
There was a problem hiding this comment.
Thanks for noticing - yes this is an c&p mistake.
Member
Author
Member
Author
|
/backport to stable15 |
|
backport to stable15 in #14865 |
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.
As discussed @rullzer