Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Update cc-runtime to 3.0.20 #42

Closed
jodh-intel opened this issue Mar 1, 2018 · 0 comments · Fixed by #43
Closed

Update cc-runtime to 3.0.20 #42

jodh-intel opened this issue Mar 1, 2018 · 0 comments · Fixed by #43
Assignees

Comments

@jodh-intel
Copy link
Contributor

Update cc-runtime to release 3.0.20.

@jodh-intel jodh-intel self-assigned this Mar 1, 2018
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.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants