Recentemente, atualizei meu lxd para 2.20-0ubuntu4 ~ 16.04.1 ~ ppa, mas agora não consigo iniciar meus containers importados.
Posso importar com êxito um contêiner, com lxd import NAME
e eu posso fazer lxc config show NAME e mostrar a configuração.
mas quando eu vou começar, então diz:
lxc start web01
error: saving config file for the container failed
Try 'lxc info --show-log web01' for more info**
lxc info --show-log web01
Name: web01
Remote: unix://
Architecture: x86_64
Created: 2017/11/18 20:34 UTC
Status: Stopped
Type: persistent
Profiles: v41
Log:
se eu correr na depuração (lxc start --debug web01), então eu recebo o seguinte no final da depuração que parece não ajudar:
DBUG[11-18|20:41:28] Got operation from LXD
DBUG[11-18|20:41:28]
{
"id": "8c760a1d-f1d4-418b-a7bc-fce2cb19e878",
"class": "task",
"created_at": "2017-11-18T20:41:28.572544339Z",
"updated_at": "2017-11-18T20:41:28.572544339Z",
"status": "Running",
"status_code": 103,
"resources": {
"containers": [
"/1.0/containers/web01"
]
},
"metadata": null,
"may_cancel": false,
"err": ""
}
DBUG[11-18|20:41:28] Sending request to LXD etag= method=GET url=http://unix.socket/1.0/operations/8c760a1d-f1d4-418b-a7bc-fce2cb19e878
DBUG[11-18|20:41:28] Got response struct from LXD
DBUG[11-18|20:41:28]
{
"id": "8c760a1d-f1d4-418b-a7bc-fce2cb19e878",
"class": "task",
"created_at": "2017-11-18T20:41:28.572544339Z",
"updated_at": "2017-11-18T20:41:28.572544339Z",
"status": "Running",
"status_code": 103,
"resources": {
"containers": [
"/1.0/containers/web01"
]
},
"metadata": null,
"may_cancel": false,
"err": ""
}
error: saving config file for the container failed
Try 'lxc info --show-log web01' for more info
alguém pode ajudar a mostrar por que não é possível salvar sua configuração?