I am running a FoundationDB cluster from scratch with version 7.3.43. I am trying to set up regions, but it seems there is a bug, and it doesn’t work, or at least I can’t understand what I am missing. I followed the steps described in the doc Configuration — FoundationDB OFF documentation, but when I try to set the first region configuration, I keep getting a ERROR: Unknown option.
Here is the full file I am giving to the fileconfigure command (enough to trigger the error):
Trying with the configure command in fdbcli to two regions, it accepts the new configuration, and says it was applied, but it then tells me that to increase usable_regions would result in an invalid config, and when typing status json there is no field for “regions” at all.