AliyunContainerService / pouch

An Efficient Enterprise-class Container Engine
https://pouchcontainer.io
Apache License 2.0
4.64k stars 949 forks source link

[bug] pouchd restared failed when ecs restarted #2944

Closed ireneYang closed 5 years ago

ireneYang commented 5 years ago

Ⅰ. Issue Description

ecs restared, but pouched restarted failed

Ⅱ. Describe what happened

ecs restarted, network configuration is slower than pouchd, and pouchd restarted try again and again, then the time interval of pouchd restared became longer and longer. So sometimes about 30 minutes, the pouchd restarted still failed

Ⅲ. Describe what you expected to happen

pouchd can be restared successfully less than 5minutes when ecs restarted

Ⅳ. How to reproduce it (as minimally and precisely as possible)

1. 2. 3.

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

pouchrobot commented 5 years ago

Thanks for your contribution. 🍻 @ireneYang While we thought ISSUE TITLE could be more specific, longer than 20 chars. Please edit issue title instead of opening a new one. More details, please refer to https://github.com/alibaba/pouch/blob/master/CONTRIBUTING.md

fuweid commented 5 years ago

After discussed offline, it is releated to kernel issue and we already supports restart policy in rpm package. Please check the service file https://github.com/pouchcontainer/project/blob/master/rpmspec/systemd/pouch.service.

I am gonna to close it and please feel free to reopen it. Thanks for reporting.