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.
Running 7.3.69, I get ERROR: Unknown option when I run fdbcli --exec 'fileconfigure region.json' - it seems no matter what I put in region.json (as long as it’s valid json - invalid json will output a different error). I downgraded to 7.1.57 and the same region.json file loads without error.