Report sensitive configuration values instead of the configuration source

This commit is contained in:
Vitaliy Filippov
2021-04-17 23:11:16 +03:00
parent 33f9d03d22
commit bd7b177707
3 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class osd_t
int bind_port, listen_backlog;
// FIXME: Implement client queue depth limit
int client_queue_depth = 128;
bool allow_test_ops = true;
bool allow_test_ops = false;
int print_stats_interval = 3;
int slow_log_interval = 10;
int immediate_commit = IMMEDIATE_NONE;