Git Product home page Git Product logo

Comments (2)

ctalledo avatar ctalledo commented on August 22, 2024

Another hint: I noticed that if I launch multiple sys containers with vagrant, and then destroy them, the destruction goes well for all but the last remaining sys container. In the prior comment I speculated on the shiftfs mount being the culprit, and this latest observation adds weight to that since shiftfs would only be unmounted when destroying the last remaining container.

from sysbox.

ctalledo avatar ctalledo commented on August 22, 2024

I also noticed another problem: when provisioning 16 sys containers with Vagrant (using the Docker provider with Sysbox), normally one of the containers fails to provision, with the following error:

An error occurred while executing multiple actions in parallel.                                                                                                
Any errors that occurred are shown below.                                                                                                                      
                                                                                                                                                               
An error occurred while executing the action on the 'server14'                                                                                                 
machine. Please handle this error then try again:                                                                                                              
                                                                                                                                                               
A Docker command executed by Vagrant didn't complete successfully!                                                                                             
The command run along with the output from the command is shown                                                                                                
below.                                                                                                                                                         
                                                                                                                                                               
Command: ["docker", "run", "--name", "syscont_server14_1600385625", "-d", "-v", "/home/ctalledo/vm-vs-syscont-perf/provision-time/syscont:/vagrant", "--runtime=sysbox-runc", "--cpus=2", "-m=2g", "benchmark-syscont", {:notify=>[:stdout, :stderr]}]
                                                                                                                                                               
Stderr: WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.                               

/usr/bin/docker: Error response from daemon: OCI runtime create failed: error in the container spec: invalid mount config: failed to request mounts from sysbox-mgr: failed to invoke ReqMounts via grpc: rpc error: code = DeadlineExceeded desc = context deadline exceeded: unknown.
                                                                                                                                                                                                                                                                                                                                                 
Stdout: b151c7e0164214b46f4f058a6a33d50f1e95c5acd7e99616f979b0082850afe5         

It seems that sysbox-runc is complaining that sysbox-mgr has taken too long to respond to a request issued via grpc. We need to investigate why sysbox-mgr is taking long enough to exceed the grpc deadline, and whether the grpc deadline is set correctly or should be increased.

from sysbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.