Podman版本: 3.0.1
Linux版本: Ubuntu 18.04.6 LTS
内核版本: 4.15.0-161-generic
运行 podman ps -a
或 podman images
都会失败无法执行, 报错: Error: failed to mount overlay for metacopy check with "nodev,metacopy=on" options: invalid argument
原因: 内核版本太低, 不支持metacopy
选项. 但是该机器目前不能下线所以转而通过调整配置解决.
解决方案: vim /etc/containers/storage.conf
修改mountopt
选项, 删除metacopy
.