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

Sadanand Shenoy updated HDDS-7652:
----------------------------------
    Description: 
When there is a volume quota defined but the bucket has no quota set, key 
writes don't check for volume quota.
{code:java}
ozone sh volume create vol1
ozone sh volume setquota --space-quota 10 vol1
ozone sh bucket create vol1/buck1
#file greater than 10 bytes
ozone sh key put vol1/buck1/largeFile file.txt {code}

  was:
When there is a volume quota defined but the bucket has no quota set, key 
writes don't check for volume quota.
{code:java}
ozone sh volume create vol1
ozone sh volume setquota --space-quota 10 vol1
ozone sh bucket create vol1/buck1
#file greater than 10 bytes
ozone sh key put vol1/buck1/largeFile file.txt {code}



> Volume Quota not enforced during write when bucket quota is not set.
> --------------------------------------------------------------------
>
>                 Key: HDDS-7652
>                 URL: https://issues.apache.org/jira/browse/HDDS-7652
>             Project: Apache Ozone
>          Issue Type: Bug
>            Reporter: Sadanand Shenoy
>            Priority: Major
>
> When there is a volume quota defined but the bucket has no quota set, key 
> writes don't check for volume quota.
> {code:java}
> ozone sh volume create vol1
> ozone sh volume setquota --space-quota 10 vol1
> ozone sh bucket create vol1/buck1
> #file greater than 10 bytes
> ozone sh key put vol1/buck1/largeFile file.txt {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to