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
ますか?