Kazuyoshi Kato

Results 248 comments of Kazuyoshi Kato

What was the error you got by not having gcc? I believe that firecracker-containerd doesn't have C dependencies.

Can you force internal linking? Not really sure why it is doing external linking. https://github.com/bazelbuild/rules_go/issues/2719#issuecomment-736871039

The role of the first Prepare() request is a bit concerning. We are assuming some order of calls which is less explicit than what we have currently. If a caller...

How about changing the owner of these files, rather than opening the read and write permissions to others?

Yes. In order to read a file, the file itself must be readable from the user. In this below example, ec2-user/ is owned by ec2-user, but the file ec2-user/foobar is...

We are hitting one hour timeout even. Something is wrong. ``` === RUN TestMultipleVMs_Isolated service_integ_test.go:269: TestMultipleVMs_Isolated: will run 100 vm's panic: test timed out after 1h0m0s goroutine 7359 [running]: testing.(*M).startAlarm.func1()...

There were Firecracker processes that couldn't progress much. I attached strace and then it made them move forward somehow. Maybe there is a timing issue? [fc-strace.zip](https://github.com/firecracker-microvm/firecracker-containerd/files/8780980/fc-strace.zip)

I have removed "loop-device test" concurrency group in #625 but another concurrency group "stress" is being introduced by #642.

On a related note - The volume package should be extracted from this repository.