Added Coontainer Path for Disk-Fill Experiment (#223)

Signed-off-by: Rahul M Chheda <rahul.chheda@mayadata.io>
This commit is contained in:
Rahul M Chheda
2020-05-13 15:28:12 +05:30
committed by GitHub
parent a1f0f5d4c9
commit c7dc861c75
2 changed files with 11 additions and 1 deletions

View File

@@ -60,5 +60,10 @@ spec:
- name: LIB
value: 'litmus'
# Provide the container runtime path
# Default set to docker
- name: CONTAINER_PATH
value: '/var/lib/docker/containers'
labels:
name: disk-fill

View File

@@ -140,6 +140,11 @@ spec:
- name: LIB
value: 'litmus'
# Provide the container runtime path
# Default set to docker
- name: CONTAINER_PATH
value: '/var/lib/docker/containers'
labels:
name: disk-fill
---