storage-metadata -> storage-system
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -460,7 +460,7 @@ Our recommended update strategy to oCIS 1.6.0 is:
|
||||
1. let users recreate their shares
|
||||
|
||||
If you want to use oCIS 1.6.0 without following our recommended update strategy, you can also keep the pre 1.6.0 behaviour by setting this environment variable:
|
||||
`export STORAGE_METADATA_ROOT=/var/tmp/ocis/storage/users`
|
||||
`export STORAGE_SYSTEM_ROOT=/var/tmp/ocis/storage/users`
|
||||
This may lead to faulty behaviour since both the metadata and user storage driver will be storing their data in the same filesystem path.
|
||||
|
||||
## ownCloud Infinite Scale 1.5.0 Technology Preview
|
||||
|
||||
@@ -88,8 +88,8 @@ The uid and gid `2` are referencing the user `daemon` inside the ocis container.
|
||||
Kill the metadata storage. By default it uses the `ocis` storage driver. We need to switch it to the `eos` driver:
|
||||
|
||||
```
|
||||
docker-compose exec ocis ./bin/ocis kill storage-metadata
|
||||
docker-compose exec -e STORAGE_METADATA_DRIVER=eos -e STORAGE_METADATA_ROOT=/eos/dockertest/ocis/metadata ocis ./bin/ocis run storage-metadata
|
||||
docker-compose exec ocis ./bin/ocis kill storage-system
|
||||
docker-compose exec -e STORAGE_SYSTEM_DRIVER=eos -e STORAGE_SYSTEM_ROOT=/eos/dockertest/ocis/metadata ocis ./bin/ocis run storage-system
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user