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) #836

Merged
merged 1 commit into from
Sep 18, 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#6577

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 <kiefer.chang@suse.com>
(cherry picked from commit f0598c5)
@bk201 bk201 merged commit 4a1b3a5 into v1.3 Sep 18, 2024
7 checks passed
@mergify mergify bot deleted the mergify/bp/v1.3/pr-834 branch September 18, 2024 01:51
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