From b5da5b84514fe0f74df38cd5dfb1c9a7d7dc25fc Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 7 Feb 2024 09:11:19 +0100 Subject: [PATCH] storage consumption documentation --- doc/ADMIN.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 69cfe4a..bd71888 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -4,8 +4,9 @@ # Informations you should be aware of: * This application provide a node that you can connect to a garage cluster. Few option are manageable by the config panel for the current node but IT DOESN'T offer simpler way to manage bucket and keys. You have to do it by command line or let an other node managing it. - * This application consider that the weight of the node is the size reserved to garage in G (Gigabytes) + * This application consider that the weight of the node is the size reserved to garage in G (Gigabytes) * This application will try to create a virtual disk to ensure garage doesn't use more than allowed. If virtualisation is not available your responsible to check space used by garage. + * Storage consumption : appart from your data storage, you can expect the metadata (database) to consume approximatly 1% of the data size (1GB for 100GB of data for instance). ## How to use the S3 API from other softwares