kaijchen commented on pull request #3089:
URL: https://github.com/apache/ozone/pull/3089#issuecomment-1042529126


   Hi @umamaheswararao, here is the steps you can verify the change.
   For default buckets, it will now use cluster-level config at the key 
creation time.
   For buckets with explicit replication config, it's the same as before.
   
   ```bash
   ozone sh volume create vol1
   ozone sh bucket create vol1/bucket1
   ozone sh key put vol1/bucket1/key1 data # ratis key
   # set ozone.server.default.replication = rs-3-2-1024k 
   # set ozone.server.default.replication.type = EC
   # restart OM
   ozone sh key put vol1/bucket1/key2 data # EC key
   ```


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