Comment 5 for bug 1547190

Revision history for this message
Douglas Sikora (doug-s1k0ra) wrote : Re: LXD functionality on power8

SAME ISSUE, however the container did get created faster, well once it did see note at bottom of this comment:

added stable ppa and upgraded (host is on wily):

yjetbq@sovmp151:~$ dpkg -l | grep lxd
ii lxd 2.0.0~beta2-0ubuntu2~ubuntu15.10.1~ppa1 ppc64el Container hypervisor based on LXC - daemon
ii lxd-client 2.0.0~beta2-0ubuntu2~ubuntu15.10.1~ppa1 ppc64el Container hypervisor based on LXC - client
yjetbq@sovmp151:~$ dpkg -l | grep lxc
ii liblxc1 1.1.5-0ubuntu0.15.10.3 ppc64el Linux Containers userspace tools (library)
ii lxc 1.1.5-0ubuntu0.15.10.3 ppc64el Linux Containers userspace tools
ii lxc-templates 2.0.0~beta2-0ubuntu2~ubuntu15.10.1~ppa1 ppc64el Linux Containers userspace tools (templates)
ii lxcfs 2.0.0~beta1-0ubuntu1~ubuntu15.10.1~ppa1 ppc64el FUSE based filesystem for LXC
ii python3-lxc 1.1.5-0ubuntu0.15.10.3 ppc64el Linux Containers userspace tools (Python 3.x bindings)

yjetbq@sovmp151:~$ lxc list
+------------+---------+--------------------------------+------+-----------+-----------+
| NAME | STATE | IPV4 | IPV6 | EPHEMERAL | SNAPSHOTS |
+------------+---------+--------------------------------+------+-----------+-----------+
| ubwilytest | RUNNING | 10.0.3.90 (eth0) | | NO | 0 |
| | | 10.0.4.1 (lxcbr0) | | | |
+------------+---------+--------------------------------+------+-----------+-----------+
yjetbq@sovmp151:~$ lxc stop ubwilytest
yjetbq@sovmp151:~$ lxc delete ubwilytest
yjetbq@sovmp151:~$ time lxc launch ubuntu-wily ubwilytest
Creating ubwilytest
Starting ubwilytest

real 0m47.022s
user 0m0.016s
sys 0m0.004s
yjetbq@sovmp151:~$ lxc exec ubwilytest -- /bin/bash

system hangs here -- no prompt returned

I then created a second container named test - this one took a long time again.

yjetbq@sovmp151:~$ time lxc launch ubuntu-wily test
Creating test
Starting test

real 2m5.821s
user 0m0.008s
sys 0m0.008s
yjetbq@sovmp151:~$