Request for additional documentation around use of the :z flag on large volumes with many files #16575
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
/kind feature
When mounting a large volume containing a large number of files and using the
:z
mount flag,podman run
and subsequemtly, other podman commands hang with no reporting to the user. If this is required behaviour, can there be some additional reporting to the user on what is happening under the hood instead of hanging silently. In my case mounting several terabytes of millions of files,the command was hanging for multiple daysIf anyone is experiencing the same issue, what worked for me was @mheon 's recommendation of removing the
:z
flag and using--security-opt label=disable
instead (from #16541 16541)The text was updated successfully, but these errors were encountered: