Created
October 19, 2016 19:49
-
-
Save nlienard/8069dd9529887c1397afc54912c3402e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@dnxovh-hy001 (node1):~# lxc move inxovh-db002 node2:inxovh-db002 | |
error: Error transferring container data: migration restore failed | |
(00.014837) Warn (cr-restore.c:1159): Set CLONE_PARENT | CLONE_NEWPID but it might cause restore problem,because not all kernels support such clone flags combinations! | |
(00.018360) 1: Error (cr-restore.c:1489): mkdtemp failed crtools-proc.HEDVxH: Permission denied | |
(00.030781) Error (cr-restore.c:1352): 23840 killed by signal 9 | |
(00.083173) Error (cr-restore.c:2182): Restoring FAILED. | |
root@dnxovh-hy001 (node1):~# lxc list | |
+--------------+---------+-----------------------+------+------------+-----------+ | |
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS | | |
+--------------+---------+-----------------------+------+------------+-----------+ | |
| inxovh-db001 | RUNNING | 192.168.10.201 (eth0) | | PERSISTENT | 0 | | |
+--------------+---------+-----------------------+------+------------+-----------+ | |
| inxovh-db002 | RUNNING | 192.168.10.202 (eth0) | | PERSISTENT | 0 | | |
+--------------+---------+-----------------------+------+------------+-----------+ | |
| inxovh-db003 | RUNNING | 192.168.10.203 (eth0) | | PERSISTENT | 0 | | |
+--------------+---------+-----------------------+------+------------+-----------+ | |
root@dnxovh-hy001 (node1):~# lxc remote list | | |
+-----------------+------------------------------------------+---------------+--------+--------+ | |
| NAME | URL | PROTOCOL | PUBLIC | STATIC | | |
+-----------------+------------------------------------------+---------------+--------+--------+ | |
| images | https://images.linuxcontainers.org | simplestreams | YES | NO | | |
+-----------------+------------------------------------------+---------------+--------+--------+ | |
| local (default) | unix:// | lxd | NO | YES | | |
+-----------------+------------------------------------------+---------------+--------+--------+ | |
| node2 | https://10.0.0.2:8443 | lxd | NO | NO | | |
+-----------------+------------------------------------------+---------------+--------+--------+ | |
| ubuntu | https://cloud-images.ubuntu.com/releases | simplestreams | YES | YES | | |
+-----------------+------------------------------------------+---------------+--------+--------+ | |
| ubuntu-daily | https://cloud-images.ubuntu.com/daily | simplestreams | YES | YES | | |
+-----------------+------------------------------------------+---------------+--------+--------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment