Skip to content
Snippets Groups Projects
Unverified Commit a8c1bccd authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Move runroot from crio.conf to storage.conf (#10372)

parent 71cf553a
No related branches found
No related tags found
No related merge requests found
...@@ -133,6 +133,8 @@ ...@@ -133,6 +133,8 @@
value: '"overlay"' value: '"overlay"'
- option: graphroot - option: graphroot
value: '"/var/lib/containers/storage"' value: '"/var/lib/containers/storage"'
- option: runroot
value: '"/var/run/containers/storage"'
# metacopy=on is available since 4.19 and was backported to RHEL 4.18 kernel # metacopy=on is available since 4.19 and was backported to RHEL 4.18 kernel
- name: Cri-o | set metacopy mount options correctly - name: Cri-o | set metacopy mount options correctly
......
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
root = "/var/lib/containers/storage" root = "/var/lib/containers/storage"
# Path to the "run directory". CRI-O stores all of its state in this directory. # Path to the "run directory". CRI-O stores all of its state in this directory.
runroot = "/var/run/containers/storage" # Read from /etc/containers/storage.conf first so unnecessary here
# runroot = "/var/run/containers/storage"
# Storage driver used to manage the storage of images and containers. Please # Storage driver used to manage the storage of images and containers. Please
# refer to containers-storage.conf(5) to see all available storage drivers. # refer to containers-storage.conf(5) to see all available storage drivers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment