From a12f2dbdcea36823790c63ef6706219e491ae4a6 Mon Sep 17 00:00:00 2001 From: Xiaoxi Wang Date: Tue, 6 Sep 2022 09:43:38 -0700 Subject: [PATCH] make configure perpetual_storage_wiggle=0 a true warning when the storage_migration_type=gradual --- fdbcli/ConfigureCommand.actor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/fdbcli/ConfigureCommand.actor.cpp b/fdbcli/ConfigureCommand.actor.cpp index 52521ea677..4dd88d7f60 100644 --- a/fdbcli/ConfigureCommand.actor.cpp +++ b/fdbcli/ConfigureCommand.actor.cpp @@ -259,7 +259,6 @@ ACTOR Future configureCommandActor(Reference db, fprintf(stderr, "Type `configure perpetual_storage_wiggle=1' to enable the perpetual wiggle, or `configure " "storage_migration_type=gradual' to set the gradual migration type.\n"); - ret = false; break; case ConfigurationResult::SUCCESS_WARN_ROCKSDB_EXPERIMENTAL: printf("Configuration changed\n");