threefoldtech / 0-hub

Threefold Images Hub
https://hub.grid.tf
Apache License 2.0
1 stars 1 forks source link

Couldn't deploy a vm or container from a merged flist #34

Closed AhmedHanafy725 closed 4 years ago

AhmedHanafy725 commented 4 years ago

Note: This was working normally before Feb 2020

Steps:

1- https://hub.grid.tf/qa_tft_1/ens4.flist

this flist contains only one file.

image

2- https://hub.grid.tf/tf-bootable/ubuntu:18.04.flist

3- Check that flist has been created.

image image

4-Try to create a vm or container using this flist.

I couldn't create a vm from the merged flist, however I could create a vm from https://hub.grid.tf/tf-bootable/ubuntu:18.04.flist and it was only one file has been changed.

image

5-Check with other flists

1- https://hub.grid.tf/tf-bootable/ubuntu:18.04.flist 2- https://hub.grid.tf/tf-autobuilder/threefoldtech-jumpscaleX_core-development.flist

image

image

This time it raises an error and couldn't deploy.

image

maxux commented 4 years ago

I just checked content of https://hub.grid.tf/qa_tft_1/ubuntu_merge.flist.md and it looks like all directoriss on /etc where replaced by the unique directory /etc/netplan. This obviously break the system. The issue is in https://github.com/threefoldtech/0-flist/ side. I'll take a look.

maxux commented 4 years ago

Can you try again ?

AhmedHanafy725 commented 4 years ago

I tried to merge the same flists again, and it works fine. Thank you