This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
'Unknown storage driver "ephemeral"' after installation #394
Comments
That was easy.... @sboeuf @egernst @jodh-intel - a thought - is our agent API versioned? Do we think it will be possible for us to add a version check between the runtime and the agent to ensure they are compatible, and error out better if they are not. This might avoid us getting strange failures and obscure error messages due to runtime/agent/image incompatibilities in the future? |
Also kind of related: kata-containers/agent#180. |
zklei
pushed a commit
to zklei/runtime
that referenced
this issue
Jun 13, 2019
/sys/devices/system/memory/block_size_bytes will not exist when guestos doesn't support memory hotplug. Add judgement when file /sys/devices/system/memory/block_size_bytes doesn't exist. Fixes kata-containers#394 Signed-off-by: Clare Chen <[email protected]>
lifupan
pushed a commit
to lifupan/kata-runtime
that referenced
this issue
Aug 5, 2020
…l-not-implemented runtime: handle unimplemented RPC call by NotFound status code
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
I followed the developer hand build/install instructions for the runtime/proxy/shim/osbuilder as per https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md#initial-setup , and upon doing a test
docker run --rm -it --runtime=kata-runtime busybox sh
, I got the following:I expect this is an installation problem at my end, but I am logging it in an issue so if somebody else runs into the same, they can search the github project for clues.
I will post results if/when I figure out what the issue is.
Expected result
Expected to run to a busybox shell prompt.
Meta details
Running
kata-collect-data.sh
version1.0.0 (commit ca9f7abba96e5c4db734673b9e7d870076d715e2)
at2018-06-13.10:43:14.553600677+0100
.Runtime is
/usr/local/bin/kata-runtime
.kata-env
Output of "
/usr/local/bin/kata-runtime kata-env
":Runtime config files
Runtime default config files
Runtime config file contents
Config file
/etc/kata-containers/configuration.toml
not foundOutput of "
cat "/usr/share/defaults/kata-containers/configuration.toml"
":Image details
Initrd details
No initrd
Logfiles
Runtime logs
Recent runtime problems found in system journal:
Proxy logs
No recent proxy problems found in system journal.
Shim logs
No recent shim problems found in system journal.
Container manager details
Have
docker
Docker
Output of "
docker version
":Output of "
docker info
":Output of "
systemctl show docker
":No
kubectl
Packages
Have
dpkg
Output of "
dpkg -l|egrep "(cc-oci-runtimecc-runtimerunv|kata-proxy|kata-runtime|kata-shim|kata-containers-image|linux-container|qemu-)"
":Have
rpm
Output of "
rpm -qa|egrep "(cc-oci-runtimecc-runtimerunv|kata-proxy|kata-runtime|kata-shim|kata-containers-image|linux-container|qemu-)"
":The text was updated successfully, but these errors were encountered: