Skip to content

Replace read-only feature flag with a config toggle

Sami Hiltunen requested to merge smh-config-read-only-flag into master

Removes the feature-flag controlling read-only enforcement. The feature flag only controlled enforcement in RPCs, making future upgrades more difficult as some storages could already be in read-only mode when the feature flag is removed. The feature flag is replaced with a config toggle that also controls whether the storages should be set read-only on a failover.

Edited by GitLab Release Tools Bot

Merge request reports