This repository was archived by the owner on May 12, 2021. It is now read-only.
Commit b3b886b
service: Don't shutdown the VM when agent terminates
The semantic around the agent is that it should be a passive
component, hence it should not implicitly shut down the VM.
Instead, we expect the kata-runtime to be responsible for this,
using the appropriate VM interface to stop it.
Fixes #449
Depends-on: github.com/kata-containers/tests#1101
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>1 parent 7053762 commit b3b886b
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
13 | | - | |
14 | | - | |
| 19 | + | |
0 commit comments