-
Notifications
You must be signed in to change notification settings - Fork 79
layered overlayfs mounts not working on CentOS 7 #150
Comments
I'm able to use Just to make sure that we're talking about the same image:
@jonboulle @alban is this something rkt has had to work around in the past? |
This is what I get:
|
The only thing that comes to mind off the top of my head is rkt/rkt#1537 |
@dgonyeo's test now works on CentOS 7.2:
|
Weird. Nothing should have changed on our end. Maybe a heisenbug? |
Well, my initial report was on CentOS 7.1, and it seems to be working correctly on 7.2. So, I think it's more likely an issue with the kernel that was fixed in the newer release. |
Good to know. Guess I'll close this for now then, and if it pops back up the issue can be reopened. |
When I do
acbuild run
with a dependency that also has a dependency, the overlayfs mount fails withinvalid argument
. I can reproduce the problem by hand:I get this in dmesg:
Not sure if this works elsewhere. I see where the kernel docs say that layered lower filesystems should work, but I'm guessing CentOS 7's kernel is too old.
uname -a
:Linux localhost 3.10.0-229.20.1.el7.x86_64 #1 SMP Tue Nov 3 19:10:07 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I can
rkt run
the dependency I've added with acbuild, so the concept works.Maybe this'll be moot when rkt/rkt#1833 lands?
The text was updated successfully, but these errors were encountered: