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 (backport #759) #760

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jun 27, 2024

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:


This is an automatic backport of pull request #759 done by [Mergify](https://mergify.com).

@bk201 bk201 requested a review from tserong July 8, 2024 03:15
@ibrokethecloud ibrokethecloud merged commit 2d74427 into v1.3 Jul 9, 2024
6 checks passed
@mergify mergify bot deleted the mergify/bp/v1.3/pr-759 branch July 9, 2024 00:39
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