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

Commit

Permalink
vendor: Update virtcontainers and ciao vendoring.
Browse files Browse the repository at this point in the history
Virtcontainers update includes support for hotplugging drives,
fix for container hostname and declutter of logs.
Ciao update includes a fix for hot unplugging block devices
for qemu>=2.9

Shortlog for virtcontainers:

fc19dad log: Be less chatty at Info level
aa2cab9 qemu: Typo fix
67b0def oci: Set hostname to the one passed in spec file
559e470 Merge pull request #358 from amshinde/test-for-add-drive
9a190fa tests: Add test for addDrive in container.go
389d979 docs: Create CODE_OF_CONDUCT.md
25bac0d state: Add bool variable to indicate if drive was hotplugged
ee7ac26 hotplug: Hotunplug drive when container is stopped.
4f7150d vendor: Vendor latest ciao package
86bd45f hotplug: Hotplug drive when container is started
91dd21c capabilities: Add a capabilities interface for hypervisor
c1440f9 storage: hotplug drives when vm has been started
8eee05d hotplug: Add a hypervisor interface for hotplugging devices.
6e22ae9 storage: Refactor addDrives

Fixes #532
Fixes #533

Signed-off-by: Archana Shinde <[email protected]>
  • Loading branch information
amshinde committed Sep 12, 2017
1 parent c94e0ab commit 9c7e399
Show file tree
Hide file tree
Showing 23 changed files with 578 additions and 161 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 12 additions & 11 deletions vendor/github.com/01org/ciao/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 28 additions & 78 deletions vendor/github.com/01org/ciao/DeveloperQuickStart.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vendor/github.com/01org/ciao/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/01org/ciao/packages.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions vendor/github.com/01org/ciao/qemu/qmp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/01org/ciao/qemu/qmp_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions vendor/github.com/01org/ciao/ssntp/ssntp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/containers/virtcontainers/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/github.com/containers/virtcontainers/capabilities.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions vendor/github.com/containers/virtcontainers/capabilities_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c7e399

Please sign in to comment.