You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
when restart the hyperd service, running pods will disappear, but if we restart the hyperd again, the disappeared pods will return.
how to reproduce:
start a simpe pod:
[root@localhost hyper]# hyperctl run -d --name test nginx
POD id is test
Time to run a POD is 5782 ms
[root@localhost hyper]# hyperctl list
POD ID POD Name VM name Status
test test vm-LTppyMtoxV running
[root@localhost hyper]#
restart the hyperd, the pod is disappeared:
[root@localhost hyper]# service hyperd restart
[root@localhost hyper]# hyperctl list
POD ID POD Name VM name Status
[root@localhost hyper]#
restart the hyperd service again, and the pod comes back:
[root@localhost hyper]# service hyperd restart
[root@localhost hyper]# hyperctl list
POD ID POD Name VM name Status
test test failed
The test env is:
OS: CentOS Linux release 7.2.1511 (Core)
Kernal: 3.10.0-327.el7.x86_64
hyperd: v0.8.1
The error log looks like below:
Aug 20 22:03:40 localhost.localdomain hyperd[3618]: E0820 22:03:40.104639 3618 persistence.go:232] PSB[vm-SinrUrqJaU] cannot load driver context: signal 0 on Qemu process(3479) failed: os: process already finished
Aug 20 22:03:40 localhost.localdomain hyperd[3618]: E0820 22:03:40.105031 3618 vm.go:98] VM[vm-SinrUrqJaU] cannot associate with vm: signal 0 on Qemu process(3479) failed: os: process already finished
Aug 20 22:03:40 localhost.localdomain hyperd[3618]: E0820 22:03:40.105042 3618 provision.go:284] Pod[test] signal 0 on Qemu process(3479) failed: os: process already finished
The text was updated successfully, but these errors were encountered:
when restart the hyperd service, running pods will disappear, but if we restart the hyperd again, the disappeared pods will return.
how to reproduce:
The test env is:
The error log looks like below:
The text was updated successfully, but these errors were encountered: