From 4f3d9bcddb009c8c4ec537ee323f45a093bfd373 Mon Sep 17 00:00:00 2001 From: Marcel Lauhoff Date: Thu, 16 Nov 2023 13:47:45 +0100 Subject: [PATCH] Change DB_FILENAME to sfs.db Since https://github.com/aquarist-labs/ceph/pull/245 rgw/sfs uses 'sfs.db' instead of 's3gw.db' Signed-off-by: Marcel Lauhoff --- src/checks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checks.h b/src/checks.h index f981965..9a4f6bd 100644 --- a/src/checks.h +++ b/src/checks.h @@ -17,7 +17,7 @@ #include "sqlite.h" -constexpr std::string_view DB_FILENAME = "s3gw.db"; +constexpr std::string_view DB_FILENAME = "sfs.db"; /* Fix - This is an abstract datatype representing an executable action to fix * an incosistency in the filesystem or metadata database.