-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integration issue: failed to start pouch daemon in background #2444
Comments
hi @houstar , could you run this command in your pouch root dir and paste the result to me? Thanks |
^C[root@ip-172-31-33-105 pouch]# ./bin/pouchd-integration DEVEL --debug --enable-lxcfs --add-runtime runv=runv
INFO[0000] start daemon at debug level
DEBU[2018-11-08T07:21:58.02073156Z] daemon config: ({"volume-config":{},"network-config":{"bridge-config":{"mtu":1500,"iptables":true,"ipforward":true,"userland-proxy":false}},"cri-config":{"listen":"unix:///var/run/pouchcri.sock","network-plugin-bin-dir":"/opt/cni/bin","network-plugin-conf-dir":"/etc/cni/net.d","sandbox-image":"registry.cn-hangzhou.aliyuncs.com/google-containers/pause-amd64:3.0","cri-version":"v1alpha2","stream-server-port":"10010","cri-stats-collect-period":10},"listen":["unix:///var/run/pouchd.sock"],"debug":true,"containerd":"/var/run/containerd.sock","default-registry":"registry.hub.docker.com","default-registry-namespace":"library","home-dir":"/var/lib/pouch","TLS":{},"default-runtime":"runc","enable-lxcfs":true,"lxcfs":"/usr/local/bin/lxcfs","lxcfs-home":"/var/lib/lxcfs","config-file":"/etc/pouch/config.json","cgroup-parent":"default","pidfile":"/var/run/pouch.pid","default-log-config":{"Type":"json-file"},"registry-service":{},"oom-score-adjust":-500,"add-runtime":{"runv":{"path":"runv","runtimeArgs":null}},"default-namespace":"default"})
Error: /var/lib/lxcfs is not a mount point, please run " lxcfs /var/lib/lxcfs " before Pouchd
ERRO[2018-11-08T07:21:58.02450938Z] /var/lib/lxcfs is not a mount point, please run " lxcfs /var/lib/lxcfs " before Pouchd I'd like to add build-daemon-integration/build-integration-test as Makefile's |
thanks @houstar . For the error message, maybe you have not installed lxcfs yet. You can check the .travis.yml to see the dependencies.
Yes. it sounds great. welcome to file pr |
lxcfs installed on my CentOS 7.4 but not yet automatically ran |
Fixed by PR #2417 |
Ⅰ. Issue Description
Integration test failed
Ⅱ. Describe what happened
Pouch Git Commit ID: a8ee96e
Failed to
make integration-test
Ⅲ. Describe what you expected to happen
Passed all Integration test.
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
pouch version
):uname -a
):The text was updated successfully, but these errors were encountered: