Skip to content

Commit

Permalink
Change DB_FILENAME to sfs.db
Browse files Browse the repository at this point in the history
Since aquarist-labs/ceph#245 rgw/sfs uses
'sfs.db' instead of 's3gw.db'

Signed-off-by: Marcel Lauhoff <marcel.lauhoff@suse.com>
  • Loading branch information
Marcel Lauhoff committed Nov 16, 2023
1 parent 669840d commit 4f3d9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checks.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4f3d9bc

Please sign in to comment.