Sebastien Boeuf

Results 195 comments of Sebastien Boeuf

@umohnani8 I would say so, but I haven't looked at this code in a long time now...

Thanks for opening this issue @amshinde, as Kata Containers has a few use cases like this, being a VM based runtime. @mrunalp I have a question to clarify about CRI-O...

Just a note that for Cloud Hypervisor, the vCPU pinning should be very straightforward since the feature is directly baked in. Please refer to the documentation https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/cpu.md#affinity

Jenkins reported some warnings: ``` + IMG_PATH=/var/lib/jenkins/workloads/windows-11-iot-enterprise-aarch64.raw 13:43:01 + IMG_SHA1_SUM_FL=/var/lib/jenkins/workloads/windows-11-iot-enterprise-aarch64.raw.sha1 13:43:01 + test -f /var/lib/jenkins/workloads/windows-11-iot-enterprise-aarch64.raw.sha1 13:43:01 + sha1sum -c /var/lib/jenkins/workloads/windows-11-iot-enterprise-aarch64.raw.sha1 13:43:51 /var/lib/jenkins/workloads/windows-11-iot-enterprise-aarch64.raw: FAILED 13:43:51 sha1sum: WARNING: 1 computed checksum did...

@weltling it is very slow to download the huge image you created, which is blocking the entire CI (other PRs). I'm gonna stop the CI manually and I'll download the...

>For the image size - the official space requrement is at least 64 GB https://docs.microsoft.com/en-us/windows/whats-new/windows-11-requirements so i was pulling the image that complies with that. Indeed, the size can be...

> I think i've sorted the download issue yesterday. The reduced image size is now 28GB. Converting to qcow2 doesn't seem to help here, as the amount of free space...

What's the status on this one? I think if you update it based on the comments, then we could go ahead and merge it.

Just converted it to draft so that we don't merge it by mistake (until the discussion is resolved).

Okay so given you've removed the 4th commit that was causing some disagreement, we can now merge this PR. There is lots of improvement you can work on in the...