[ 
https://issues.apache.org/jira/browse/HDDS-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siyao Meng updated HDDS-6575:
-----------------------------
    Description: 
There is this one place that hasn't been covered in the previous refactoring 
patch HDDS-6396.

{code:title=Current OmClientProtocol.proto on branh HDDS-4944}
message CreateTenantRequest {
    optional string tenantId = 1;  // Tenant name
    optional string tenantDefaultPolicyName = 2;  // TODO: REMOVE
    optional string volumeName = 3;
}
{code}

This {{tenantDefaultPolicyName}} field is no longer in-use. Remove it.

  was:
There is this one place that hasn't been covered in the previous refactoring 
patch.

{code:title=Current OmClientProtocol.proto on branh HDDS-4944}
message CreateTenantRequest {
    optional string tenantId = 1;  // Tenant name
    optional string tenantDefaultPolicyName = 2;  // TODO: REMOVE
    optional string volumeName = 3;
}
{code}

This {{tenantDefaultPolicyName}} field is no longer in-use. Remove it.


> [Multi-Tenant] Remove unused tenantDefaultPolicyName field in 
> CreateTenantRequest protobuf message
> --------------------------------------------------------------------------------------------------
>
>                 Key: HDDS-6575
>                 URL: https://issues.apache.org/jira/browse/HDDS-6575
>             Project: Apache Ozone
>          Issue Type: Sub-task
>            Reporter: Siyao Meng
>            Assignee: Siyao Meng
>            Priority: Major
>
> There is this one place that hasn't been covered in the previous refactoring 
> patch HDDS-6396.
> {code:title=Current OmClientProtocol.proto on branh HDDS-4944}
> message CreateTenantRequest {
>     optional string tenantId = 1;  // Tenant name
>     optional string tenantDefaultPolicyName = 2;  // TODO: REMOVE
>     optional string volumeName = 3;
> }
> {code}
> This {{tenantDefaultPolicyName}} field is no longer in-use. Remove it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to