This little script hangs with lxd 3.0.3 (when run on ubuntu 16.04,
18.04, or 19.04):

#!/bin/sh
set -ex
lxc launch --ephemeral ubuntu:16.04 demo-foo
lxc exec demo-foo -- bash -c 'hostname'
lxc stop demo-foo     # hangs here

Doing a second 'lxc stop demo-foo' in another window unhangs it.

Is there something amiss with the ubuntu:16.04 base image?  I guess
maybe it needs to be updated...
_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to