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

Remove management interface migration script (backport #834) #835

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Sep 13, 2024

Problem:

The boot message contains "grep: /oem/99_custom.yaml: No such file or directory".

Solution:

Remove the management interface migration script. It's used during the v1.0.3 -> v1.1.0 upgrade path.

Related Issue:

harvester/harvester#5751

Test plan:

  • Install Harvester with the change.
  • After the installation is done. Log in to the node and run
    journalctl | grep migration
    
    You should not see something like this:
    May 07 10:38:07 localhost migration.sh[1167]: grep: /oem/99_custom.yaml: No such file or directory
    May 07 10:38:07 localhost migration.sh[1166]: harvester-mgmt not found. Skipping.
    

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

The script was used to migrate the management interface when
user upgrades a cluster to v1.1.0. It's not relevant at this point.

Signed-off-by: Kiefer Chang <[email protected]>
(cherry picked from commit f0598c5)
@tserong tserong merged commit 7a5bb68 into v1.4 Sep 16, 2024
7 checks passed
@mergify mergify bot deleted the mergify/bp/v1.4/pr-834 branch September 16, 2024 04:19
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