neils-dev commented on PR #3750:
URL: https://github.com/apache/ozone/pull/3750#issuecomment-1260163094

   > The admin would change the config for OM to say that from now all buckets 
that do not explicitly state the config should be OBS related. The client still 
has an old config and creates the bucket as an FSO bucket.
   
   @kerneltime , thats not exactly it.  In this case the admin changes the OM 
`ozone-site` config to a different default layout - say OBS like you set.  Then 
the client still has a config with the FSO default.  In this case, if the 
client does not specify the layout on create bucket requests, the default from 
the client will be used, FSO (from its client config).  Which should  
correspond to what the admin intends with this client until the config changes 
to correspond to the OM.  In this case, FSO is the default for the client until 
it is reconfigured.  This only if in the `createBucket` request the client does 
not have a client specific default layout config and does not specify it for 
the `createBucket.`
   
   


-- 
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]

Reply via email to