From 5a83a49dac55b89568b3cfa85f327441bd7c7edb Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 22 Oct 2021 15:30:40 -0700 Subject: [PATCH] ensure-zookeeper: eliminate the tmpfs size limit Zuul's use of this role has exceeded the 500M cap. Let's go ahead and remove it since it's arbitrary anyway, and Zuul is likely the primary user of the role. Change-Id: Ib0bc72f6c909e44bc04af7a8fbe40ef8415addcf --- roles/ensure-zookeeper/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ensure-zookeeper/tasks/main.yaml b/roles/ensure-zookeeper/tasks/main.yaml index 5bb81a4c7..b096bad09 100644 --- a/roles/ensure-zookeeper/tasks/main.yaml +++ b/roles/ensure-zookeeper/tasks/main.yaml @@ -33,7 +33,7 @@ state: mounted path: /tmp/zookeeper/version-2 fstype: tmpfs - opts: "nodev,nosuid,size=500M" + opts: "nodev,nosuid" src: "none" when: zookeeper_use_tmpfs become: true