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 374
Update cc-runtime to 3.0.20 #42
Comments
jodh-intel
added a commit
to jodh-intel/runtimes
that referenced
this issue
Mar 1, 2018
Update `cc-runtime` to release 3.0.20 to pull in SCSI support and vCPU and logging fixes. Shortlog: 0ea75e1 versions: Update kernel version to latest. 14439ef release: Clear Containers 3.0.20 e703f15 fedora-installation-guide: update Fedora versions supported b03c4a5 logging: Add name to all log calls 055c688 logging: Add PID field to logs f6da537 config: don't exceed the number of physical cores cc84544 versions: Update agent version to pull in SCSI support 54f87f5 logging: Add CLI command to logs befbdb1 config: Add comments for the DisableBlockDeviceUse flag Fixes kata-containers#42. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
zklei
pushed a commit
to zklei/runtime
that referenced
this issue
Jun 13, 2019
Add a declarative interface for network interfaces. The protocol has been defined to include "AddInterface," "UpdateInterface" and "RemoveInterface." Under most use cases, update interface should be the only required call, as link device should exist if being passed in by the hypervisor and it should only be updated with the desired values. In this scenario, the interface is identified by the MAC address. RemoveInterface could be used to delete a link before doing a hot-unplug of the network device. In the event of failure for update and delete, the current state of the interface is returned. Messages for Add, Update and Remove route are available, though today only Add and Remove are handled. There have been issues with existing handling of routes in Clear Containers, and we're looking to resolve these before moving to an API that just uses UpdateRoutes Kata. Fixes: kata-containers#42 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
zklei
pushed a commit
to zklei/runtime
that referenced
this issue
Jun 13, 2019
Initial tests created for updating a network interface, removing a network interface and add/removal of routes. Fixes: kata-containers#42 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Update
cc-runtime
to release 3.0.20.The text was updated successfully, but these errors were encountered: