Skip to content

Commit

Permalink
commit 5571223
Browse files Browse the repository at this point in the history
Merge: 6ee74a3 b5d93ab
Author: Michael Barz <[email protected]>
Date:   Thu Jan 20 17:21:45 2022 +0100

    Merge pull request #2976 from rpocklin/patch-1

    Change outdated documentation ("owncloud" driver is not the default)
  • Loading branch information
micbar committed Jan 20, 2022
1 parent 8d70ee3 commit 3144687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/storage/storagedrivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ To provide the other storage aspects we plan to implement a FUSE overlay filesys
The owncloud storage driver was used for testing purposes early on. For a parallel deployment focus has shifted to the owncloudsql.
{{< /hint >}}

This is the current default storage driver. While it implements the file tree (using redis, including id based lookup), ETag propagation, trash, versions and sharing (including expiry) using the data directory layout of ownCloud 10 it has [known limitations](https://github.com/owncloud/core/issues/28095) that cannot be fixed without changing the actual layout on disk.
While this storage driver implements the file tree (using redis, including id based lookup), ETag propagation, trash, versions and sharing (including expiry) using the data directory layout of ownCloud 10 it has [known limitations](https://github.com/owncloud/core/issues/28095) that cannot be fixed without changing the actual layout on disk.

To setup it up properly in a distributed fashion, the storage-home and the storage-oc need to share the same underlying FS. Their "data" counterparts also need access to the same shared FS.
For a simple docker-compose setup, you can create a volume which will be used by the "storage-storage-home", "storage-storage-home-data", "storage-storage-oc" and "storage-storage-oc-data" containers. Using the `owncloud/ocis` docker image, the volume would need to be hooked in the `/var/lib/ocis` folder inside the containers.
Expand Down

0 comments on commit 3144687

Please sign in to comment.