krata: reconcile improvements and better kratactl error experience

This commit is contained in:
Alex Zenla
2024-03-23 07:00:12 +00:00
parent df90a4d03f
commit 3d5095c78b
12 changed files with 119 additions and 62 deletions

View File

@ -87,7 +87,7 @@ impl StdioConsoleStream {
}
let status = state.status();
if status == GuestStatus::Destroy || status == GuestStatus::Destroyed {
if status == GuestStatus::Destroying || status == GuestStatus::Destroyed {
return Some(10);
}
}