Skip to content
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

Fog05 hags when you deploy lxc with wi-fi interface #138

Closed
milangroshev opened this issue Jul 26, 2019 · 1 comment
Closed

Fog05 hags when you deploy lxc with wi-fi interface #138

milangroshev opened this issue Jul 26, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@milangroshev
Copy link

I want to deploy lxc container with wi fi interface using fog05 python API, but the container will not start. On the destination machine i can see the container in STOP state and on the host machine where i run the script it blocks on instantiate(). I am ruining the latest version of fog05 available on git with the LXD_plugin.

Steps to reproduce the behavior:
Descriptor:
{
"uuid": "1e57bb0e-cb41-4b23-bca3-1fa761a83c02",
"name": "test_1",
"computation_requirements": {
"cpu_arch": "x86_64",
"cpu_min_freq": 0,
"cpu_min_count": 1,
"ram_size_mb": 128.0,
"storage_size_gb": 5.0
},
"image": {
"uri": "lxd://alpine/3.6",
"checksum": "",
"format": ""
},
"hypervisor": "LXD",
"migration_kind": "COLD",
"interfaces": [
{
"name": "wlan0",
"is_mgmt": false,
"if_type": "EXTERNAL",
"mac_address": "be:ef:be:ef:00:01",
"virtual_interface": {
"intf_type": "PHYSICAL",
"vpci": "0:0:0",
"bandwidth": 10
},
"cp_id": ""
}
],
"io_ports": [],
"connection_points": [
{
"uuid": "a47a8819-72e5-4b4e-86fd-fc30c9fda68b",
"pair_id": ""
}
],
"depends_on": []
}

Use the python3 API and launch the container using the provided descriptor.
In normal case i should see the container up and running after the script has finished.

  • OS: Ubuntu
  • Version 16.04
  • Involved plugin LXD
  • LXD version: 3.15
  • pylxd: 2.2.10
@milangroshev milangroshev added the bug Something isn't working label Jul 26, 2019
@gabrik
Copy link
Contributor

gabrik commented Jul 26, 2019

Thanks @milangroshev
This is actually related to LXD, using an "old" version of LXD, like 3.0 solves the problem, this is related to lxc/lxc#3105

@gabrik gabrik closed this as completed Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants