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

resolve paths earlier #607

Closed
jodh-intel opened this issue Sep 21, 2017 · 0 comments · Fixed by #609
Closed

resolve paths earlier #607

jodh-intel opened this issue Sep 21, 2017 · 0 comments · Fixed by #609
Assignees

Comments

@jodh-intel
Copy link
Contributor

The runtime resolves paths fully, but not early enough: the hypervisor is passed unresolved paths, which makes it difficult to know for example which version of rootfs and kernel it is using.

@jodh-intel jodh-intel self-assigned this Sep 21, 2017
jodh-intel added a commit to jodh-intel/runtime that referenced this issue Sep 21, 2017
Paths need to be resolved as soon as possible to ensure that the
hypervisor is launched with fully-resolved paths.

Fixes clearcontainers#607.

Signed-off-by: James O. D. Hunt <[email protected]>
jodh-intel added a commit to jodh-intel/runtime that referenced this issue Sep 22, 2017
Paths need to be resolved as soon as possible to ensure that the
hypervisor is launched with fully-resolved paths.

Fixes clearcontainers#607.

Signed-off-by: James O. D. Hunt <[email protected]>
jodh-intel added a commit to jodh-intel/runtime that referenced this issue Sep 22, 2017
Paths need to be resolved as soon as possible to ensure that the
hypervisor is launched with fully-resolved paths.

Fixes clearcontainers#607.

Signed-off-by: James O. D. Hunt <[email protected]>
jodh-intel added a commit to jodh-intel/runtime that referenced this issue Sep 25, 2017
Paths need to be resolved as soon as possible to ensure that the
hypervisor is launched with fully-resolved paths.

Fixes clearcontainers#607.

Signed-off-by: James O. D. Hunt <[email protected]>
jodh-intel added a commit to jodh-intel/runtime that referenced this issue Sep 25, 2017
Paths need to be resolved as soon as possible to ensure that the
hypervisor is launched with fully-resolved paths.

Fixes clearcontainers#607.

Signed-off-by: James O. D. Hunt <[email protected]>
jodh-intel added a commit to jodh-intel/runtime that referenced this issue Sep 25, 2017
Paths need to be resolved as soon as possible to ensure that the
hypervisor is launched with fully-resolved paths.

Fixes clearcontainers#607.

Signed-off-by: James O. D. Hunt <[email protected]>
jcvenegas added a commit to jcvenegas/cc-runtime that referenced this issue Feb 9, 2018
changes:

f19bd7a oci: Allow to get InternetworkingModel from config
573dcf0 network: Add NetInterworkingModel methods
6d19f56 network: Endpoint type dictate how the connection needs to be made
037a81a network: define internetworking model at endpoint creation
089119a network: remove unsed function createNetworkEndpoints
254ad2a Merge pull request clearcontainers#591 from devimc/network/io
5a1f1bb Merge pull request clearcontainers#607 from miaoyq/dockershim-support
e6c6f84 Add support for dockershim pod annotations
3ecda86 Merge pull request clearcontainers#593 from containers/fix_mount
e01404c container: Allow to send a signal to a created container
e5ad775 container: Allow to stop a container in state created
00a9091 qemu: change CPU topology to support until 240 CPUs
7dc7483 mount: Explicitely modify and store container mount list
9acfae9 container: Move devices and mounts creation to createContainer()
9a81686 Merge pull request clearcontainers#592 from containers/fix_container_semantic
484cc19 api: Add new container pointer to pod structure
d07aeb2 container: Replace fetchContainer() with findContainer()
4f82905 Merge pull request clearcontainers#573 from jodh-intel/safe-clean-rule
80038f3 build: Only clean files if they exist
a4377a7 build: Fix clean and uninstall

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
jcvenegas added a commit to jcvenegas/cc-runtime that referenced this issue Feb 9, 2018
changes:

f19bd7a oci: Allow to get InternetworkingModel from config
573dcf0 network: Add NetInterworkingModel methods
6d19f56 network: Endpoint type dictate how the connection needs to be
made
037a81a network: define internetworking model at endpoint creation
089119a network: remove unsed function createNetworkEndpoints
254ad2a Merge pull request clearcontainers#591 from devimc/network/io
5a1f1bb Merge pull request clearcontainers#607 from miaoyq/dockershim-support
e6c6f84 Add support for dockershim pod annotations
3ecda86 Merge pull request clearcontainers#593 from containers/fix_mount
e01404c container: Allow to send a signal to a created container
e5ad775 container: Allow to stop a container in state created
00a9091 qemu: change CPU topology to support until 240 CPUs
7dc7483 mount: Explicitely modify and store container mount list
9acfae9 container: Move devices and mounts creation to createContainer()
9a81686 Merge pull request clearcontainers#592 from containers/fix_container_semantic
484cc19 api: Add new container pointer to pod structure
d07aeb2 container: Replace fetchContainer() with findContainer()
4f82905 Merge pull request clearcontainers#573 from jodh-intel/safe-clean-rule
80038f3 build: Only clean files if they exist
a4377a7 build: Fix clean and uninstall

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
jcvenegas added a commit to jcvenegas/cc-runtime that referenced this issue Feb 9, 2018
changes:

f19bd7a oci: Allow to get InternetworkingModel from config
573dcf0 network: Add NetInterworkingModel methods
6d19f56 network: Endpoint type dictate how the connection needs to be
made
037a81a network: define internetworking model at endpoint creation
089119a network: remove unsed function createNetworkEndpoints
254ad2a Merge pull request clearcontainers#591 from devimc/network/io
5a1f1bb Merge pull request clearcontainers#607 from miaoyq/dockershim-support
e6c6f84 Add support for dockershim pod annotations
3ecda86 Merge pull request clearcontainers#593 from containers/fix_mount
e01404c container: Allow to send a signal to a created container
e5ad775 container: Allow to stop a container in state created
00a9091 qemu: change CPU topology to support until 240 CPUs
7dc7483 mount: Explicitely modify and store container mount list
9acfae9 container: Move devices and mounts creation to createContainer()
9a81686 Merge pull request clearcontainers#592 from containers/fix_container_semantic
484cc19 api: Add new container pointer to pod structure
d07aeb2 container: Replace fetchContainer() with findContainer()
4f82905 Merge pull request clearcontainers#573 from jodh-intel/safe-clean-rule
80038f3 build: Only clean files if they exist
a4377a7 build: Fix clean and uninstall

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
sboeuf pushed a commit to jcvenegas/cc-runtime that referenced this issue Feb 9, 2018
changes:

f19bd7a oci: Allow to get InternetworkingModel from config
573dcf0 network: Add NetInterworkingModel methods
6d19f56 network: Endpoint type dictate how the connection needs to be
made
037a81a network: define internetworking model at endpoint creation
089119a network: remove unsed function createNetworkEndpoints
254ad2a Merge pull request clearcontainers#591 from devimc/network/io
5a1f1bb Merge pull request clearcontainers#607 from miaoyq/dockershim-support
e6c6f84 Add support for dockershim pod annotations
3ecda86 Merge pull request clearcontainers#593 from containers/fix_mount
e01404c container: Allow to send a signal to a created container
e5ad775 container: Allow to stop a container in state created
00a9091 qemu: change CPU topology to support until 240 CPUs
7dc7483 mount: Explicitely modify and store container mount list
9acfae9 container: Move devices and mounts creation to createContainer()
9a81686 Merge pull request clearcontainers#592 from containers/fix_container_semantic
484cc19 api: Add new container pointer to pod structure
d07aeb2 container: Replace fetchContainer() with findContainer()
4f82905 Merge pull request clearcontainers#573 from jodh-intel/safe-clean-rule
80038f3 build: Only clean files if they exist
a4377a7 build: Fix clean and uninstall

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
Signed-off-by: Sebastien Boeuf <[email protected]>
jcvenegas pushed a commit to jcvenegas/cc-runtime that referenced this issue Feb 9, 2018
changes:

f19bd7a oci: Allow to get InternetworkingModel from config
573dcf0 network: Add NetInterworkingModel methods
6d19f56 network: Endpoint type dictate how the connection needs to be
made
037a81a network: define internetworking model at endpoint creation
089119a network: remove unsed function createNetworkEndpoints
254ad2a Merge pull request clearcontainers#591 from devimc/network/io
5a1f1bb Merge pull request clearcontainers#607 from miaoyq/dockershim-support
e6c6f84 Add support for dockershim pod annotations
3ecda86 Merge pull request clearcontainers#593 from containers/fix_mount
e01404c container: Allow to send a signal to a created container
e5ad775 container: Allow to stop a container in state created
00a9091 qemu: change CPU topology to support until 240 CPUs
7dc7483 mount: Explicitely modify and store container mount list
9acfae9 container: Move devices and mounts creation to createContainer()
9a81686 Merge pull request clearcontainers#592 from containers/fix_container_semantic
484cc19 api: Add new container pointer to pod structure
d07aeb2 container: Replace fetchContainer() with findContainer()
4f82905 Merge pull request clearcontainers#573 from jodh-intel/safe-clean-rule
80038f3 build: Only clean files if they exist
a4377a7 build: Fix clean and uninstall

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
Signed-off-by: Sebastien Boeuf <[email protected]>
mcastelino pushed a commit to mcastelino/runtime that referenced this issue Dec 6, 2018
Pass qemu --share-rw option for hotplugging disks
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.

1 participant