我正在尝试启动lxc容器deb1并使用--share-net
启动另一个容器deb2来共享网络命名空间。但是在fedora和Ubuntu i中都有以下错误:
issue |
[root@blr-vxr-056 ~]# lxc-start --share-net deb1 -n deb2
lxc-start: cgfs.c: handle_cgroup_settings: 2077 Device or resource busy - failed to set memory.use_hierarchy to 1; continuing
lxc-start: cgfs.c: handle_cgroup_settings: 2077 Device or resource busy - failed to set memory.use_hierarchy to 1; continuing
lxc-start: sync.c: __sync_wake: 62 sync wake failure : Broken pipe
lxc-start: start.c: __lxc_start: 1080 failed to spawn 'deb2'
有人使用过--share-net
选项吗?