Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-4944 Multi-Tenant Support in Ozone
  3. HDDS-6575

[Multi-Tenant] Clean up unused tenantDefaultPolicyName field in CreateTenantRequest protobuf message

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • HDDS-4944
    • None

    Description

      There is this one place that hasn't been covered in the previous refactoring patch HDDS-6396.

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

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

      Attachments

        Issue Links

          Activity

            People

              smeng Siyao Meng
              smeng Siyao Meng
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: