Hi, I have a question about account quotas in an RGW multisite setup. My configuration is fairly simple: Main zonegroup with the master zone. Archive zonegroup with two zones: A and B. I created an account on the master zone of the main zonegroup and set the account quota (--quota-scope account) to 1 GiB. As expected, this change was synchronized to all other zones in all zonegroups. Then, by mistake, I changed the quota for the same account on zone A of the archive zonegroup to 2 GiB. This change was not synchronized to the other zones. That seems reasonable to me and could even be considered a feature, since different zonegroups may represent different locations with different storage policies or usage patterns. After some testing, I found that updating the account quota again on the master zone of the main zonegroup overwrites the locally modified quota on zone A. So I have a few questions: Is this the intended behavior? Is there a supported way to configure different account quotas for different zones or zonegroups? If not, is the account quota expected to be globally consistent across the entire multisite deployment? Thanks!