Sadanand Shenoy created HDDS-7652:
-------------------------------------
Summary: Volume Quota not enforced during write when bucket quota
is not defined.
Key: HDDS-7652
URL: https://issues.apache.org/jira/browse/HDDS-7652
Project: Apache Ozone
Issue Type: Bug
Reporter: Sadanand Shenoy
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]