Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Ignoring global metacopy option, not supported with booted kernel" #15488

Closed
edsantiago opened this issue Aug 25, 2022 · 11 comments
Closed

"Ignoring global metacopy option, not supported with booted kernel" #15488

edsantiago opened this issue Aug 25, 2022 · 11 comments
Labels
flakes Flakes from Continuous Integration locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. stale-issue

Comments

@edsantiago
Copy link
Member

Seen twice this month, ubuntu root only:

# podman something
time="2022-08-23T09:23:53Z" level=warning msg="Ignoring global metacopy option, not supported with booted kernel"

When this happens, a ton of tests fail.

Seems likely to be a system problem, i.e., the Ubuntu VM booted up in some broken manner. Filing as a placeholder but I have no time to poke into Cirrus VMs right now.

@edsantiago edsantiago added the flakes Flakes from Continuous Integration label Aug 25, 2022
@edsantiago
Copy link
Member Author

Another one, f36 aarch64 root

@edsantiago
Copy link
Member Author

Another one, f36 root

@edsantiago
Copy link
Member Author

f36 root again

@edsantiago
Copy link
Member Author

edsantiago commented Sep 8, 2022

Big flake trio just now, f36 x86, f36 aarch64, and ubuntu 2204, all root, all failed on rerun. EDIT never mind, this is a real bug, #15698

@edsantiago
Copy link
Member Author

Real flake here: f36 aarch64 root. Begins in test 324, "sensitive mount points are masked without --privileged". All tests ran fine up to that point, all tests failed after that point.

@edsantiago
Copy link
Member Author

edsantiago commented Sep 8, 2022

Another one, f36 aarch64 root, begins in test 322 which is the same as above ("sensitive etc").
And another, same everything, except f36 normal, not aarch64

@edsantiago
Copy link
Member Author

The common factor is that things first go bad in this test:

@test "sensitive mount points are masked without --privileged" {

The problem could be triggering there, or in an earlier test. (Definitely not the podman container storage is not accessible by unprivileged users test, because that one is skipped on Ubuntu, and we see this flake on Ubuntu). I've been running the 320, 330, and 400 tests in a loop on my f36 laptop, and have not been able to reproduce the flake.

@github-actions
Copy link

github-actions bot commented Oct 9, 2022

A friendly reminder that this issue had no activity for 30 days.

@Ji993
Copy link

Ji993 commented Dec 3, 2022

I also experienced a similar issue.
To replicate:

  1. Uncomment mount_program = "/usr/bin/fuse-overlayfs" in /etc/containers/storage.conf
  2. podman container run -d -it <<some_image>>
  3. Now every time you do a run or some other container-related operation you will keep getting the warning message "WARN[0000] Ignoring global metacopy option, not supported with booted kernel"

Resolution:

  1. Comment the # mount_program = "/usr/bin/fuse-overlayfs" in /etc/containers/storage.conf
  2. Stop all containers and pods.
  3. rm -rf /run/containers /var/lib/containers /home/<>/{.config,.cache,.local}
  4. Uninstall/Reinstall podman

OS: RHEL 9.1
Kernel: 5.14.0-162.6.1.el9_1.x86_64
Podman: v4.2.0

@rhatdan
Copy link
Member

rhatdan commented Dec 5, 2022

@giuseppe PTAL

@giuseppe
Copy link
Member

giuseppe commented Dec 6, 2022

it is fixed upstream with containers/storage@c267eed

that was vendored by eb28a1c

@giuseppe giuseppe closed this as completed Dec 6, 2022
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 8, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
flakes Flakes from Continuous Integration locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. stale-issue
Projects
None yet
Development

No branches or pull requests

4 participants