kerneltime commented on PR #3750: URL: https://github.com/apache/ozone/pull/3750#issuecomment-1261905709
> Right now, the client only reads the bucket layout from the create command. If the layout parameter is null then OM default layout will be used(currently LEGACY). @kerneltime Let me repeat what you are saying to make sure I understand it correctly. The admin has set a custom default layout in the configuration file, let's say FSO. At some point the admin decides to change the layout from the configuration to OBS but the client will still consider that the default layout is FSO because there is no way to update the configuration on the client side. Yes. OM config should be read only by OM. The admin might choose to not update the client config as the config is marked as an OM config. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
