Alex Lyn
Alex Lyn
Thx @rushi47 for your detailed description and deep analysis for this issue. We welcome your patch for fixing this issue.
> IIRC this is needed in case of a jailed FC sandbox. This path does not exist, as the jailer assumes a `hypervisor_bin_file` prefix to the actual path. Unfortunately, we...
> IIRC this is needed in case of a jailed FC sandbox. This path does not exist, as the jailer assumes a `hypervisor_bin_file` prefix to the actual path. Unfortunately, we...
> IIRC this is needed in case of a jailed FC sandbox. This path does not exist, as the jailer assumes a `hypervisor_bin_file` prefix to the actual path. Unfortunately, we...
> unfortunately, by removing this lines, I'm getting the following in a jailed FC case: > > ``` > # nerdctl run --network none --runtime io.containerd.kata-rs-fc.v2 --rm -it --snapshotter devmapper...
> hmm, weird... I'm getting the same error (jailed and non-jailed): > > ``` > # git diff > diff --git a/src/libs/shim-interface/src/lib.rs b/src/libs/shim-interface/src/lib.rs > index 8a401c1ae..706734d73 100644 > --- a/src/libs/shim-interface/src/lib.rs...
Thx @arvindskumar99 I think this code changes is so large. My main concern about the deprecated action is its backgroud and the deprecation plan.
> > My main concern about the deprecated action is its backgroud and the deprecation plan. > > @Apokleos see #10840 for details. AFAUI, the plan was: announce deprecation and...
As this deprecation plan in WIP, whether should we also do this work in runtime-rs ? what do you think @pmores
> > As this deprecation plan in WIP, whether should we also do this work in runtime-rs ? what do you think @pmores > > Agreed, and it should be...