mladjan-gadzic opened a new pull request, #4076: URL: https://github.com/apache/ozone/pull/4076
## What changes were proposed in this pull request? Change error message when DiskSpace quota of bucket is exceeded. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7631 ## How was this patch tested? Manual test. ## How to recreate behavior described in the ticket? 1. `mvn clean install -DskipTests -DskipShade` 2. `cd hadoop-ozone/dist/target/ozone-*/compose/ozone` 3. `docker-compose up -d --scale datanode=3` 4. `docker exec -it ozone_om_1 /bin/bash` a. `ozone sh volume create /vol` b. `ozone sh bucket create /vol/buc` c. `ozone sh bucket setquota --space-quota 610929 /vol/buc` d. `ozone fs -put README.md ofs://om/vol/buc/readme.md` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
