Merge pull request #7265 from fuweid/dump-containerd-log-after-finish

Vagrantfile: dump containerd log after critest
This commit is contained in:
Akihiro Suda 2022-08-07 22:45:21 +09:00 committed by GitHub
commit 4902059cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Vagrantfile vendored
View File

@ -259,6 +259,7 @@ EOF
function cleanup()
{
journalctl -u containerd > /tmp/containerd.log
cat /tmp/containerd.log
systemctl stop containerd
}
selinux=$(getenforce)