Skip to content

Conversation

@backportbot-nextcloud
Copy link

backport of #24112

The personal info section of the personal settings is querying the
storage quota information. For this it requires the FS to be setup which
is not always guaranteed.

This fixes an issue where refreshing the settings page would cause it to
fail after Redis caches are full. It is likely that when Redis cache is
populated, some code path is initializing the FS, so it works so far.
But when the cache is populated, that code path is skipped so the FS is
not guaranteed to be setup...

Signed-off-by: Vincent Petry <[email protected]>
@skjnldsv skjnldsv added the 4. to release Ready to be released and/or waiting for tests to finish label Nov 16, 2020
@rullzer rullzer merged commit b14ec96 into stable20 Nov 16, 2020
@rullzer rullzer deleted the backport/24112/stable20 branch November 16, 2020 13:14
@nickvergessen
Copy link
Member

btw this was caused by #23821 which was not backported, so it would not have been needed on 20?

@PVince81
Copy link
Member

ah, I didn't find out the root cause and thought it would be hardening, just in case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants