Replies: 3 comments 3 replies
-
@haircommander please see |
Beta Was this translation helpful? Give feedback.
0 replies
-
in cri-o overlay driver actually means overlay2. so just set the overlay driver and you should be using overlay2 |
Beta Was this translation helpful? Give feedback.
1 reply
-
@haircommander Is it mentioned somewhere in any document or can I see that in source code? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Default storage driver with CRI-O is overlay
If I move to overlay2 by setting it in /etc/crio/crio.conf, what should I set as storage _option?
Current output of cmd (crio-status config 2>/dev/null | grep storage) is:
root = "/var/lib/containers/storage" runroot = "/run/containers/storage" storage_driver = "overlay" storage_option = ["overlay.mountopt=nodev,metacopy=on"]
Beta Was this translation helpful? Give feedback.
All reactions