How to know if native overlayfs is in use? #22275
-
Hi, I'm a little confused about the new native overlayfs support. Specifically, how can someone find if it's being used or not? As I understand, Is there a way to know if the FUSE or native version is used? Also, what is Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
podman info will include the |
Beta Was this translation helpful? Give feedback.
-
If you run these commands and get the same result, then native overlayfs is used:
For more information, see https://github.com/containers/podman/blob/main/docs/tutorials/performance.md |
Beta Was this translation helpful? Give feedback.
If you run these commands and get the same result, then native overlayfs is used:
podman info -f {{.Store.GraphDriverName}}
podman info -f '{{index .Store.GraphStatus "Native Overlay Diff"}}
For more information, see https://github.com/containers/podman/blob/main/docs/tutorials/performance.md