From 467c76e3dd4e3799f68a43f68a2505cf7f9913d9 Mon Sep 17 00:00:00 2001 From: Soumya Koduri Date: Thu, 29 Jun 2023 16:00:43 +0530 Subject: [PATCH] rgw/dbstore: Update README Signed-off-by: Soumya Koduri --- src/rgw/driver/dbstore/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/rgw/driver/dbstore/README.md b/src/rgw/driver/dbstore/README.md index 0867bc2cca45f..f7e5df331ccaf 100644 --- a/src/rgw/driver/dbstore/README.md +++ b/src/rgw/driver/dbstore/README.md @@ -19,21 +19,23 @@ Edit ceph.conf to add below option [client] rgw backend store = dbstore + rgw config store = dbstore Start vstart cluster - [..] RGW=1 ../src/vstart.sh -o rgw_backend_store=dbstore -n -d + MON=1 RGW=1 ../src/vstart.sh -o rgw_backend_store=dbstore -o rgw_config_store=dbstore -n -d -The above vstart command brings up RGW server on dbstore and creates few default users (eg., testid) to be used for s3 operations. +The above vstart command brings up RGW server on dbstore. It creates default zonegroup, zone and few default users (eg., testid) to be used for s3 operations. -`radosgw-admin` can be used to create and remove other users. +`radosgw-admin` can be used to create and remove other users, zonegroups and zones. -By default, dbstore creates .db file *'/var/lib/ceph/radosgw/dbstore-default_ns.db'* to store the data. This can be configured using below options in ceph.conf +By default, dbstore creates .db file *'/var/lib/ceph/radosgw/dbstore-default_ns.db'* to store the data and *'/var/lib/ceph/radosgw/dbstore-config.db'* file to store the configuration. This can be configured using below options in ceph.conf [client] dbstore db dir = dbstore db name prefix = + dbstore config uri = ## DBStore Unit Tests -- 2.39.5