v5.1.46
This commit is contained in:
parent
0ecf2c8e09
commit
b025fd3aeb
3 changed files with 59 additions and 1 deletions
|
@ -1,3 +1,46 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to 548477f18ea46d404e44121c9ccb399f40ccabd3
|
||||||
|
hash: 35dbc497b6c637c5c98bc54a1b50af7c71714a68
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to 548477f18ea46d404e44121c9ccb399f40ccabd3
|
||||||
|
changelog-entry: Update layers/meta-balena to 548477f18ea46d404e44121c9ccb399f40ccabd3
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: "resin_update_state_probe: ignore RAID members when looking for root"
|
||||||
|
hash: e984b21b0270729784735d99f222294be65afd20
|
||||||
|
body: >
|
||||||
|
At this moment resin_update_state_probe looks for the root
|
||||||
|
partition
|
||||||
|
|
||||||
|
by UUID and assumes that only a single device is returned. This
|
||||||
|
|
||||||
|
assumption breaks when the root is on a MD RAID1 device as not only
|
||||||
|
|
||||||
|
the virtual MD device holds a filesystem with the given UUID,
|
||||||
|
|
||||||
|
each member does as well.
|
||||||
|
|
||||||
|
|
||||||
|
This patch makes resin_update_state_probe ignore devices
|
||||||
|
|
||||||
|
that are RAID members which in that case will only return
|
||||||
|
|
||||||
|
the MD device as expected.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Michal Toman <michalt@balena.io>
|
||||||
|
signed-off-by: Michal Toman <michalt@balena.io>
|
||||||
|
author: Michal Toman
|
||||||
|
nested: []
|
||||||
|
version: meta-balena-5.1.46
|
||||||
|
title: ""
|
||||||
|
date: 2024-03-02T01:20:54.562Z
|
||||||
|
version: 5.1.46
|
||||||
|
title: ""
|
||||||
|
date: 2024-03-02T03:09:57.614Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to 7f676ac7bcb5e0b066aa8f20de1b5c7d20e5843f
|
- subject: Update layers/meta-balena to 7f676ac7bcb5e0b066aa8f20de1b5c7d20e5843f
|
||||||
hash: 2a8284b3ee9c481d940a6ebd799ee8d0872d1771
|
hash: 2a8284b3ee9c481d940a6ebd799ee8d0872d1771
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v5.1.46
|
||||||
|
## (2024-03-02)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to 548477f18ea46d404e44121c9ccb399f40ccabd3 [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-5.1.46
|
||||||
|
> ### (2024-03-02)
|
||||||
|
>
|
||||||
|
> * resin_update_state_probe: ignore RAID members when looking for root [Michal Toman]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v5.1.45
|
# v5.1.45
|
||||||
## (2024-03-01)
|
## (2024-03-01)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.1.45
|
5.1.46
|
Loading…
Add table
Reference in a new issue