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
lxcfs is not included in the CentOS's default repository, so pouch includes of lxcfs or lxcfs.service in the pouch.rpm package. the problem is, lxcfs is a shared service, other projects (docker, rkt, ...) may also use lxcfs, so here's a question of name or paths conflicts in yum/rpm.
advice:
individually packaged as lxcfs-*.rpm, use the default file paths and service name of lxcfs, can share with other projects.
use customized file paths (/usr/pouch/*, /var/lib/pouch-lxcfs/, ...) and service name (pouch-lxcfs.service) of lxcfs, continue to be included in pouch.rpm, for pouch use only.
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
pouch version (use pouch version): 0.5.0
OS (e.g. from /etc/os-release): CentOS 7.x
Kernel (e.g. uname -a): 3.10.0
Install tools: yum
Others:
The text was updated successfully, but these errors were encountered:
Ⅰ. Issue Description
lxcfs is not included in the CentOS's default repository, so pouch includes of lxcfs or lxcfs.service in the pouch.rpm package. the problem is, lxcfs is a shared service, other projects (docker, rkt, ...) may also use lxcfs, so here's a question of name or paths conflicts in yum/rpm.
advice:
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
pouch version
): 0.5.0uname -a
): 3.10.0The text was updated successfully, but these errors were encountered: