You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Soumitra Sulav (Jira)" <ji...@apache.org> on 2022/04/19 15:57:00 UTC

[jira] [Created] (HDDS-6604) [MultiTenancy] Tenant being created on existing volume

Soumitra Sulav created HDDS-6604:
------------------------------------

             Summary: [MultiTenancy] Tenant being created on existing volume
                 Key: HDDS-6604
                 URL: https://issues.apache.org/jira/browse/HDDS-6604
             Project: Apache Ozone
          Issue Type: Bug
          Components: Ozone Manager
    Affects Versions: 1.3.0
            Reporter: Soumitra Sulav


As per design tenant should not be created on an existing volume as we don't know the policies associated with existing volume.
But I was able to create tenant on an existing volume.


{code:java}
bash-4.2$ ozone sh volume create test
bash-4.2$ echo $?
0
bash-4.2$ ozone tenant create test
2022-04-19 15:54:11,665 [main] INFO rpc.RpcClient: Creating Tenant: 'test', with new volume: 'test'
Created tenant 'test'.
{code}




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org