Marc Paquette

Results 41 comments of Marc Paquette

@xtremerui and @schindlersebastian Can you provide us with a reproduction steps? FWIW, Bionic support ends in April.

We won't be working on this issue as Xenial will be deprecated within 6 months.

Hi @xtremerui , Is this issue still outstanding for you or did the newer image resolve it for you?

Looking into this, we'd need to get a new stemcell built to allow the usage of cgroup v2. Currently the bosh stemcell builder is forcing us to use v1: https://github.com/cloudfoundry/bosh-linux-stemcell-builder/blob/57cd1eb14ddebd9666f15e83ecfa18f31350d45f/stemcell_builder/stages/image_install_grub/apply.sh#L89...

I'm going to close out this issue, as it's a known issue and we have future plans to resolve it. We're waiting on the Stemcell builds that enable this feature...

Hey @winkingturtle-vmw, When you get some time I'd like to get this taken care of while we're working on our WG CI Export. Thanks, @MarcPaquette

Some work for this was done with https://github.com/cloudfoundry/garden-runc-release/pull/323

For Containerd's daemon: We set up the config file here: https://github.com/cloudfoundry/garden-runc-release/blob/861e755aed81d437f84f6af709344537578dd6e9/jobs/garden/spec#L22 Containerd's config file is built here: https://github.com/cloudfoundry/garden-runc-release/blob/develop/jobs/garden/templates/config/containerd.toml.erb#L29C17-L51 Garden Start starts up the containerd process by calling the method `start_containerd`:...

BPM Support: Implemented via a couple of flags: https://github.com/cloudfoundry/garden-runc-release/blob/develop/jobs/garden/spec#L303-L305 https://github.com/cloudfoundry/garden-runc-release/blob/develop/jobs/garden/spec#L157-L159 Some additional Parameters that have caveats when enabling BPM: https://github.com/cloudfoundry/garden-runc-release/blob/develop/jobs/garden/spec#L157-L159 https://github.com/cloudfoundry/garden-runc-release/blob/develop/jobs/garden/spec#L231-L233 https://github.com/cloudfoundry/garden-runc-release/blob/833f96063083602bc20c398ca23780e0ea91e1ae/jobs/garden/spec#L5 which points to https://github.com/cloudfoundry/garden-runc-release/blob/833f96063083602bc20c398ca23780e0ea91e1ae/jobs/garden/templates/config/bpm.yml.erb#L10 https://github.com/cloudfoundry/garden-runc-release/blob/833f96063083602bc20c398ca23780e0ea91e1ae/jobs/garden/templates/bin/bpm-pre-start.erb#L12 Where we can...

Starting to Look into Netplugin-Shim. Using this comment as a place to take notes. https://github.com/cloudfoundry/garden-runc-release/wiki/Git-Repositories#netplugin-shim From: https://github.com/cloudfoundry/cf-deployment/commit/9068ed1067926126d5a20a9e3132ab8ba7edf181 In order to run Garden in BPM containers Garden needs specific network settings:...