Skip to content

config-vm: Recycle the hook-process schema - #2

Closed
wking wants to merge 2 commits into
sameo:vm-sectionfrom
wking:use-hook-structure-for-hypervisor
Closed

config-vm: Recycle the hook-process schema#2
wking wants to merge 2 commits into
sameo:vm-sectionfrom
wking:use-hook-structure-for-hypervisor

Conversation

@wking

Copy link
Copy Markdown
Collaborator

We already have two ways to specify a process to launch (for the container process and for hooks). This commit recycles the hook-process schema for launcing the hypervisor. I prefer using the more-fundamental container process schema, but @crosbymichael felt it had too many properties that wouldn't apply to the hypervisor-launching case.

@wking
wkingforce-pushed the use-hook-structure-for-hypervisor branch from 85e26b0 to 218660dCompareMarch 21, 2018 16:22
So we'll be able to link to it without linking the rest of the 'hooks'
structure.
Signed-off-by: W. Trevor King <wking@tremily.us>
We already have two ways to specify a process to launch (for the
container process and for hooks). This commit recycles the
hook-process schema for launching the hypervisor. I prefer using the
more-fundamental container process schema, but Michael felt it had too
many properties that wouldn't apply to the hypervisor-launching case
[1].
[1]: opencontainers#949 (comment)
Signed-off-by: W. Trevor King <wking@tremily.us>
@wking
wkingforce-pushed the use-hook-structure-for-hypervisor branch from 218660d to 9da1f6eCompareApril 2, 2018 03:59
@wking

wking commented Apr 2, 2018

Copy link
Copy Markdown
CollaboratorAuthor

With opencontainers#949 merged, I'm closing this PR and opening one against master with the same content: opencontainers#962.

@wkingwking closed this Apr 2, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@wking