Skip to content

Properly handle unavailable external storages #11792

@PVince81

Description

@PVince81

An unavailable external storage is whenever a storage has already been mounted once, the mount point exists, but one of the following occurred:

  1. Remote credentials/password changed
  2. Temporary network failure, remote not reachable

So far, not all the backends properly support this and some can have weird behaviors.
The only one that seems to work correctly is the "ownCloud" backend (and server to server sharing).

Here are the backends to verify and/or raise tickets for:

We need to make sure that every backend will throw a \OCP\Files\StorageNotAvailableException whenever one of the causes mentioned above appear.

@MTRichards @craigpg @karlitschek @icewind1991 @jvillafanez @jmaciasportela

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions