]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/dbstore: Add options to configure dbstore db file path & name_prefix
authorSoumya Koduri <skoduri@redhat.com>
Tue, 19 Apr 2022 18:04:10 +0000 (23:34 +0530)
committerSoumya Koduri <skoduri@redhat.com>
Fri, 6 May 2022 10:21:45 +0000 (15:51 +0530)
commit2e2eb69b7c9ee943de563d12a8a324a5dbf4bcea
tree99bd47f74cfcada1712acd049411c9bbe47ddcf4
parent40a44787825573269503bcb816e61fa474497039
rgw/dbstore: Add options to configure dbstore db file path & name_prefix

DBStore will use the below options when creating .db file for rgw server
to use.

'dbstore_db_dir':
    - path for the directory to store db backend store files
    - default: /var/run/ceph
'dbstore_db_name_prefix':
    - prefix to be used for the files created by db backend store
    - defauult: dbstore

For eg., by default the full path of the file shall be
eg., /var/run/ceph/dbstore-default_ns.db

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
src/common/options/rgw.yaml.in
src/rgw/store/dbstore/README.md
src/rgw/store/dbstore/dbstore_mgr.cc