Hello,
I have upgraded my testing OpenNebula environment 6.8.0-1 to 6.10.0-1. All seems work fine, but I’m trying to download a image from LinuxContainers Marketplace. I have choose “debian LXC” but it seems generation image process hangs:
oneadmin 1390 0.0 0.3 1364912 32216 ? SNl 08:57 0:01 \_ ruby /usr/lib/one/mads/one_datastore.rb -t 15 -d dummy,fs,lvm,ceph,dev,iscsi_libvirt,vcenter,restic,rsync -s shared,ssh,c
oneadmin 14989 0.0 0.0 8548 4692 ? SN 09:54 0:00 | \_ /bin/bash /var/lib/one/remotes/datastore/fs/cp 42
oneadmin 15043 0.0 0.0 8548 2992 ? SN 09:54 0:00 | \_ /bin/bash /var/lib/one/remotes/datastore/fs/cp 42
oneadmin 15044 0.0 0.0 4368 3116 ? SN 09:54 0:00 | \_ bash -s
oneadmin 15045 0.0 0.0 4896 3688 ? SN 09:54 0:00 | \_ /bin/bash /var/lib/one/remotes/datastore/fs/../downloader.sh lxd://https://images.linuxcontainers.org/ima
oneadmin 15059 0.0 0.0 4896 2256 ? SN 09:54 0:00 | \_ /bin/bash /var/lib/one/remotes/datastore/fs/../downloader.sh lxd://https://images.linuxcontainers.org
oneadmin 15062 0.0 0.0 4896 3568 ? SN 09:54 0:00 | | \_ /bin/bash /var/lib/one/remotes/datastore/lxd_downloader.sh lxd://https://images.linuxcontainers.o
root 15185 0.0 0.0 8504 5304 ? SN 09:54 0:00 | | \_ sudo -n /usr/lib/one/sh/create_container_image.sh /var/tmp 36c9b45e-bfac-454d-bccf-251f1cf77c
root 15186 0.0 0.0 4364 3168 ? SN 09:54 0:00 | | \_ /bin/bash /usr/lib/one/sh/create_container_image.sh /var/tmp 36c9b45e-bfac-454d-bccf-251f
root 15237 0.0 0.0 2676 1148 ? SN 09:54 0:00 | | \_ /bin/sh
root 16450 0.0 0.8 79984 70716 ? SN 09:58 0:00 | | \_ apt-get install util-linux bash curl bind9-host cloud-utils parted ruby sudo pass
42 16455 0.0 0.1 18888 8712 ? SN 09:58 0:00 | | \_ /usr/lib/apt/methods/http
oneadmin 15060 0.0 0.0 2800 1028 ? SN 09:54 0:00 | \_ tee /dev/fd/63
oneadmin 15063 0.0 0.0 4896 2400 ? SN 09:54 0:00 | | \_ /bin/bash /var/lib/one/remotes/datastore/fs/../downloader.sh lxd://https://images.linuxcontainers
oneadmin 15065 0.0 0.0 2936 1116 ? SN 09:54 0:00 | | \_ cat
oneadmin 15061 0.0 0.0 4896 2256 ? SN 09:54 0:00 | \_ /bin/bash /var/lib/one/remotes/datastore/fs/../downloader.sh lxd://https://images.linuxcontainers.org
oneadmin 15064 0.0 0.0 2936 1008 ? SN 09:54 0:00 | \_ cat
This process tree seems hanged for more than 20 minutes. However, if I use an image downloaded from DockerHub MarketPlace when my system ran 6.8.0-1, runs perfectly…
What can I do?
Thanks.