Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -37,7 +37,7 @@ func kill(id string, pid int) error {
|
| 37 | 37 |
|
| 38 | 38 |
} else {
|
| 39 | 39 |
// Shutdown the compute system |
| 40 |
- if err = hcsshim.TerminateComputeSystem(id); err != nil {
|
|
| 40 |
+ if err = hcsshim.ShutdownComputeSystem(id); err != nil {
|
|
| 41 | 41 |
logrus.Errorf("Failed to shutdown %s - %s", id, err)
|
| 42 | 42 |
} |
| 43 | 43 |
} |