LXC: Falha ao passar a interface wlan0 fisicamente para o contêiner

2

Estou tentando mover wlan0 interface do host para o container com a configuração abaixo,

lxc.network.type = phys
lxc.network.link = wlan0
lxc.network.hwaddr = ab:cd:ef:gh:ij
lxc.network.flags = up

Que funciona perfeitamente com meu dongle externo TP-Link e posso ver a interface wlan0 disponível dentro do contêiner executando ifconfig

Mas também tenho um chip wifi ALPS integrado para o qual a mesma configuração de contêiner não funciona e falha com o erro abaixo.

lxc-start 20170704134254.641 ERROR    lxc_conf - conf.c:lxc_assign_network:3102 - failed to move 'wlan0' to the container : Operation not permitted
      lxc-start 20170704134254.641 ERROR    lxc_start - start.c:lxc_spawn:1199 - Failed to create the configured network.
      lxc-start 20170704134254.641 INFO     lxc_conf - conf.c:lxc_delete_network:2926 - Interface "eth0" with index 6 already deleted or existing in different network namespace.
      lxc-start 20170704134254.710 INFO     lxc_conf - conf.c:lxc_delete_network:2961 - Removed interface "vethQVT9W2" from host.
      lxc-start 20170704134254.711 ERROR    lxc_start - start.c:__lxc_start:1338 - Failed to spawn container "my-cont".
      lxc-start 20170704134254.779 WARN     lxc_commands - commands.c:lxc_cmd_rsp_recv:172 - command get_cgroup failed to receive response
      lxc-start 20170704134259.784 ERROR    lxc_start_ui - lxc_start.c:main:360 - The container failed to start.
      lxc-start 20170704134259.784 ERROR    lxc_start_ui - lxc_start.c:main:362 - To get more details, run the container in foreground mode.
      lxc-start 20170704134259.784 ERROR    lxc_start_ui - lxc_start.c:main:364 - Additional information can be obtained by setting the --logfile and --logpriority options.

Também encontrei um thread onde diz até que sysfs virtualization não esteja finalizado, o kernel terá esta limitação.

Se for esse o caso, como funcionou para o meu dongle externo?

Ou é algo mais que estou perdendo?

    
por Thushi 15.08.2017 / 14:57

0 respostas