
This PS mounts extra 80Gb volume if available and mounts it to /opt/ext_vol. It also alters docker and containerd configs to move their root folder to that extra volume. This helps zuul gates to succeed when a node with 40Gb volume is assigned to a zuul gate. Change-Id: I1c91b13c233bac5ebfe6e3cb16d4288df2c2fe80
11 lines
239 B
JSON
11 lines
239 B
JSON
{
|
|
"data-root": "{{ docker.root_path }}",
|
|
"exec-opts": ["native.cgroupdriver=systemd"],
|
|
"log-driver": "json-file",
|
|
"log-opts": {
|
|
"max-size": "100m"
|
|
},
|
|
"storage-driver": "overlay2",
|
|
"live-restore": true
|
|
}
|