openSUSE MicroOS pulls extremely slowly? #507
-
Hi all, is it just me, or does pulling openSUSE MicroOS suddenly take up to one hour, on each node, when installing a cluster from scratch? My logs show things like:
It starts out at 2MB/s, but then quickly gets throttled down to some 100KB/s. I am using the default mirror, https://ftp.gwdg.de/pub/opensuse/repositories/devel:/kubic:/images/openSUSE_Tumbleweed/openSUSE-MicroOS.x86_64-OpenStack-Cloud.qcow2 . This was throttling did not happen up until a week ago. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Ok, I rtfm'ed, and switched to another mirror for opensuse_microos_mirror_link, picked from https://download.opensuse.org/tumbleweed/appliances/openSUSE-MicroOS.x86_64-OpenStack-Cloud.qcow2.mirrorlist as per the comments in kube.tf.example. While doing so, found that the regex which validates that variable needed a fix: And I understand that a more fundamental solution to this issue is being worked on at https://github.com/kube-hetzner/packer-hcloud-microos . |
Beta Was this translation helpful? Give feedback.
Ok, I rtfm'ed, and switched to another mirror for opensuse_microos_mirror_link, picked from https://download.opensuse.org/tumbleweed/appliances/openSUSE-MicroOS.x86_64-OpenStack-Cloud.qcow2.mirrorlist as per the comments in kube.tf.example.
While doing so, found that the regex which validates that variable needed a fix:
#508
And I understand that a more fundamental solution to this issue is being worked on at https://github.com/kube-hetzner/packer-hcloud-microos .