mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Add a new crio_root variable in order to store CRI-O data on something else than /var/lib (#11692)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
# Path to the "root directory". CRI-O stores all of its data, including
|
||||
# containers images, in this directory.
|
||||
root = "/var/lib/containers/storage"
|
||||
root = "{{ crio_root }}"
|
||||
|
||||
# Path to the "run directory". CRI-O stores all of its state in this directory.
|
||||
# Read from /etc/containers/storage.conf first so unnecessary here
|
||||
|
||||
Reference in New Issue
Block a user