]> source.dussan.org Git - nextcloud-server.git/commit
Skip FailedStorage in background scan 3885/head
authorVincent Petry <pvince81@owncloud.com>
Wed, 2 Nov 2016 17:04:17 +0000 (18:04 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 17 Mar 2017 06:06:48 +0000 (00:06 -0600)
commitcbebfaaf2bb14f9990738a085faa25c2eca8ce0b
tree0cb732f10c6a2e60178974d7b6fd37d9596d6917
parent39afcbd49feb4ba333746762fe7c9d4701db9860
Skip FailedStorage in background scan

The background job that scans storages must skip failed storages to
avoid potential exceptions, especially when the failed storage comes
from a shared storage where the source is not accessible.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
lib/private/Files/Utils/Scanner.php