anuragp010 opened a new pull request, #11232:
URL: https://github.com/apache/ozone/pull/11232

   ## What changes were proposed in this pull request?
   This PR adds client-facing support for managing a bucket's storage policy. 
The `ozone sh bucket create` and `bucket update` commands now support 
`--storage-policy`/`-s` to set a storage policy and 
`--allow-fallback-storage-policy`/`-a` to enable or disable fallback. Passing 
`--storage-policy null` on `bucket update` indicates the storage policy should 
be unset, which required wiring from the client side through the proto layer to 
the server side. This patch represents patch-15 of the storage policy series 
and diverges from the original in its CLI flags, as picocli's style check now 
rejects the original `-sp`, `-asp`, and `--allowFallBackStoragePolicy`.
   
   ## What is the link to the Apache JIRA
   [HDDS-15881](https://issues.apache.org/jira/browse/HDDS-15881)
   
   ## How was this patch tested?
   1. Newly added Unit Test and Integration Test
   


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