docs(admin): document external storage change detection and limitations#14937
Merged
Conversation
Contributor
📖 Documentation Preview📄 2 changed documentation pagesLast updated: Thu, 21 May 2026 16:17:30 GMT |
artonge
reviewed
May 20, 2026
Member
Author
let me know if anything still looks off! |
artonge
requested changes
May 21, 2026
Contributor
artonge
left a comment
There was a problem hiding this comment.
We should keep the AIO part, I assume Simon put it there because the question come frequently.
Expand the external storage documentation to explain why changes made directly on a mounted storage (outside Nextcloud) are not detected automatically, and how to configure reliable detection. Closes #7849 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
f33ca84 to
d3236ea
Compare
Member
Author
|
Thanks for taking the time, I adjusted a few areas, and fixed the wrong listed option 🚀 |
artonge
reviewed
May 21, 2026
Co-authored-by: Louis <louis@chmn.me> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
artonge
approved these changes
May 21, 2026
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.
☑️ Resolves
What changed and why
Expanded the external storage admin documentation to explain a common source of confusion: changes made directly on a mounted storage (outside Nextcloud) are not automatically visible to Nextcloud, desktop clients, or mobile apps.
The thin "Adding files to external storage" section has been replaced with a proper
Detecting changes made outside Nextcloudsection that covers:PROPFIND, driven by user actions, not background polling. The mount option bullet in the UI description is also expanded to make this clear.occ files_external:notifyfor near-real-time detection via SMB change events.occ files_external:scan <mount_id>cron job... warning::.A
.. seealso::cross-reference was added tosmb.rstat the top of the "SMB update notifications" section pointing back to the new anchor (external_storage_change_detection_label).📸 Screenshots
✅ Checklist
codespellor similar and addressed any spelling issues