stage1: update coreos image to 1298.1.0#3535
Conversation
|
I verified locally that this enables r/w support of |
|
is this covered by functional tests somehow? |
|
@jonboulle good point, I can add one here in this PR |
8e67ae5 to
e285fcb
Compare
|
Confirming that I have similar test failures with a userns-enabled kernel locally, investigating. |
|
local testing revealed that we are probably missing some systemd backport in conjunction with user namespaces around |
|
I found locally that we are at least missing the following backport systemd/systemd@8492849 When I apply the above patch, I can invoke now I am validating if the other tests are fixed by applying the above. |
|
ok, after back-porting systemd/systemd@8492849 I was able to execute the following failed CI tests successfully locally with a userns-enabled kernel:
I am preparing a PR against coreos/systemd. |
|
Pushing this back to next CCL-alpha (and rkt version) due to the above bug. |
e285fcb to
c8ceb59
Compare
|
Jenkins failures: |
|
@squeed ok, I need to look into that, hence bumping to next release. |
|
dang, the above tests pass on my userns enabled kernel. |
This is needed for a recent version of systemd-nspawn to fix R/W support in rkt. Fixes rkt#3245
c8ceb59 to
e9c7499
Compare
|
rebased to master. I don't see why it is failing exactly on Fedora 24, works on 23, 25 and Arch. |
|
passes on Fedora 24 virtualized (kernel 4.5.5) |
|
Closing in favor of #3619 (which will probably hit the same issues, but well). |
This is needed for a recent version of systemd-nspawn to fix R/W support
in rkt.
Fixes #3245