From e89ea96470bf21b0d7a3c93a6f4d47f73d0f1b44 Mon Sep 17 00:00:00 2001 From: mmattel Date: Thu, 4 May 2023 08:58:56 +0200 Subject: [PATCH] [docs-only] Add readme.md note to not use xattrs anymore --- services/storage-system/README.md | 4 ++++ services/storage-users/README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/services/storage-system/README.md b/services/storage-system/README.md index d425acee5f..11ac75a2b8 100644 --- a/services/storage-system/README.md +++ b/services/storage-system/README.md @@ -2,6 +2,10 @@ Purpose and description to be added +## Deprecated Metadata Backend + +Starting with ocis version 3.0.0, the default backend for metadata switched to messagepack. If the settings `STORAGE_SYSTEM_OCIS_METADATA_BACKEND` **AND** `STORAGE_USERS_OCIS_METADATA_BACKEND` have not been defined manually, the backend will be migrated to `messagepack` automatically. Though still possible to manually configure `xattrs`, this setting should not be used anymore as it will be removed in a later version. + ## Caching The `storage-system` service caches file metadata via the configured store in `STORAGE_SYSTEM_CACHE_STORE`. Possible stores are: diff --git a/services/storage-users/README.md b/services/storage-users/README.md index 8952368ce1..bd961d48da 100644 --- a/services/storage-users/README.md +++ b/services/storage-users/README.md @@ -2,6 +2,10 @@ Purpose and description to be added +## Deprecated Metadata Backend + +Starting with ocis version 3.0.0, the default backend for metadata switched to messagepack. If the settings `STORAGE_SYSTEM_OCIS_METADATA_BACKEND` **AND** `STORAGE_USERS_OCIS_METADATA_BACKEND` have not been defined manually, the backend will be migrated to `messagepack` automatically. Though still possible to manually configure `xattrs`, this setting should not be used anymore as it will be removed in a later version. + ## CLI Commands ### Manage Unfinished Uploads