Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix installer not initialising on arm hosts in equinix metal #759

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

ibrokethecloud
Copy link
Contributor

Problem:

Currently harvester installer does not initialise on arm instances on equinix metal.

The original arm implementation skipped the serial console /dev/ttyAMA0 in favour of non serial terminals exposed such as /dev/tty1 exposed on the ampere hosts.

Arm hosts in equinix metal only expose /dev/ttyAMA0 via serial-over-ssh. Since there is no alternate terminal exposed the installer does not start.

Solution:

The PR introduces a minor change to setup-installer script to favour non /dev/ttyAMA0 terminals if one is present such as on Ampere hosts, and failover to /dev/ttyAMA0 if that is the only option.

Related Issue:

Test plan:

@bk201 bk201 merged commit 8ed87a5 into harvester:master Jun 27, 2024
6 checks passed
@bk201
Copy link
Member

bk201 commented Jun 27, 2024

@Mergifyio backport v1.3

Copy link

mergify bot commented Jun 27, 2024

backport v1.3

✅ Backports have been created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants