This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new e4e95470d3 HDDS-12709. Intermittent failure in Balancer acceptance
test (#8182)
e4e95470d3 is described below
commit e4e95470d35055392c8e397f5c8e3fbccbe464fa
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Mar 28 15:08:33 2025 +0100
HDDS-12709. Intermittent failure in Balancer acceptance test (#8182)
---
.../src/main/compose/ozone-balancer/docker-compose.yaml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git
a/hadoop-ozone/dist/src/main/compose/ozone-balancer/docker-compose.yaml
b/hadoop-ozone/dist/src/main/compose/ozone-balancer/docker-compose.yaml
index e2d7272b03..cfc2b7afa7 100644
--- a/hadoop-ozone/dist/src/main/compose/ozone-balancer/docker-compose.yaml
+++ b/hadoop-ozone/dist/src/main/compose/ozone-balancer/docker-compose.yaml
@@ -188,36 +188,36 @@ volumes:
tmpfs1:
driver: local
driver_opts:
- o: "size=1g,uid=1000"
+ o: "size=2g,uid=1000"
device: tmpfs
type: tmpfs
tmpfs2:
driver: local
driver_opts:
- o: "size=1g,uid=2000"
+ o: "size=2g,uid=2000"
device: tmpfs
type: tmpfs
tmpfs3:
driver: local
driver_opts:
- o: "size=1g,uid=3000"
+ o: "size=2g,uid=3000"
device: tmpfs
type: tmpfs
tmpfs4:
driver: local
driver_opts:
- o: "size=1g,uid=4000"
+ o: "size=2g,uid=4000"
device: tmpfs
type: tmpfs
tmpfs5:
driver: local
driver_opts:
- o: "size=1g,uid=5000"
+ o: "size=2g,uid=5000"
device: tmpfs
type: tmpfs
tmpfs6:
driver: local
driver_opts:
- o: "size=1g,uid=6000"
+ o: "size=2g,uid=6000"
device: tmpfs
- type: tmpfs
\ No newline at end of file
+ type: tmpfs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]