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: Resolve PARTUUID device paths in rootfs-image #1624

Merged
merged 1 commit into from May 14, 2024

Conversation

kacf
Copy link
Member

@kacf kacf commented May 8, 2024

PARTUUID device paths (e.g. /dev/disk/by-partuuid/b3c4f349-1180-45e1-9a3d-0a6697f4960e) are symlinks to the regular device paths (e.g. /dev/sda2). They need to be resolved first for the rest of the code to succeed.

Changelog: Fix committing mender-update artifacts when using mender-partuuid
Ticket: None

Signed-off-by: Colin Finck c.finck@enlyze.com
(cherry picked from commit 80ac1f8)

PARTUUID device paths (e.g. /dev/disk/by-partuuid/b3c4f349-1180-45e1-9a3d-0a6697f4960e)
are symlinks to the regular device paths (e.g. /dev/sda2). They
need to be resolved first for the rest of the code to succeed.

Changelog: Fix committing mender-update artifacts when using mender-partuuid
Ticket: None

Signed-off-by: Colin Finck <c.finck@enlyze.com>
(cherry picked from commit 80ac1f8)
@mender-test-bot
Copy link

Merging these commits will result in the following changelog entries:

Changelogs

mender (4.0.x)

New changes in mender since 4.0.x:

Bug Fixes
  • Fix committing mender-update artifacts when using mender-partuuid

@mender-test-bot
Copy link

@kacf, Let me know if you want to start the integration pipeline by mentioning me and the command "start pipeline".


my commands and options

You can trigger a pipeline on multiple prs with:

  • mentioning me and start pipeline --pr mender/127 --pr mender-connect/255

You can start a fast pipeline, disabling full integration tests with:

  • mentioning me and start pipeline --fast

You can trigger GitHub->GitLab branch sync with:

  • mentioning me and sync

You can cherry pick to a given branch or branches with:

  • mentioning me and:
 cherry-pick to:
 * 1.0.x
 * 2.0.x

@kacf kacf merged commit 9fa30d3 into mendersoftware:4.0.x May 14, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants